aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2021-04-16 04:29:51 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2021-04-16 04:29:51 +0000
commit2f973a2955686494aff30a15f18be3fa0492d9de (patch)
tree8b2e931bf59847b5cd67d9cae62c7e3e4a010b26 /print
parentb13ef0d4ca3007334aea285667da0922fe0ea9c7 (diff)
downloadports-2f973a2955686494aff30a15f18be3fa0492d9de.tar.gz
ports-2f973a2955686494aff30a15f18be3fa0492d9de.zip
graphics/poppler: update to 21.04.0
Release 21.04.0: core: * Hide symbols by default * TextSelectionDumper: fix word order for RTL text * Fix rendering of text in some files. Issue #1052 * Implement rendering of Masks of Image subtype. Issue #1058 * Forms: fix unclicking standalone form buttons. Issue #1034 glib: * Expose more fields from MediaRendition in PopplerMedia * Use stock glib macro to define boxed type * Remove incorrecly used volatile from enum type registration code qt5: * Fix crash in files with malformed signatures * Fix memory leak when QImage constructor "fails" qt6: * Fix crash in files with malformed signatures * Fix memory leak when QImage constructor "fails" utils: * pdfsig: New paragraph for "-sign" in manpage * pdfimages: Do not assert in "too big images". Issue #1061 build system: * Require cmake >= 3.10 * Require Qt 5 >= 5.9 * Require glib >= 2.56 * Require gtk 3 >= 3.22 * Require gdk-pixbuf >= 2.36 PR: poppler-21.04.0 Exp-run by: antoine
Diffstat (limited to 'print')
-rw-r--r--print/cups-filters/Makefile2
-rw-r--r--print/deforaos-pdfviewer/Makefile2
-rw-r--r--print/ghostscript9-agpl-base/Makefile2
-rw-r--r--print/pdf-tools/Makefile2
-rw-r--r--print/qpdfview/Makefile2
-rw-r--r--print/scribus-devel/Makefile2
-rw-r--r--print/texlive-base/Makefile2
-rw-r--r--print/xreader/Makefile2
8 files changed, 8 insertions, 8 deletions
diff --git a/print/cups-filters/Makefile b/print/cups-filters/Makefile
index a4a63828cf23..11fdc9d71ebe 100644
--- a/print/cups-filters/Makefile
+++ b/print/cups-filters/Makefile
@@ -1,6 +1,6 @@
PORTNAME= cups-filters
PORTVERSION= 1.28.6
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= print
MASTER_SITES= https://www.openprinting.org/download/cups-filters/
diff --git a/print/deforaos-pdfviewer/Makefile b/print/deforaos-pdfviewer/Makefile
index 28ee65c46500..2311deba6f03 100644
--- a/print/deforaos-pdfviewer/Makefile
+++ b/print/deforaos-pdfviewer/Makefile
@@ -2,7 +2,7 @@
PORTNAME= pdfviewer
PORTVERSION= 0.0.2
-PORTREVISION= 23
+PORTREVISION= 24
CATEGORIES= print
MASTER_SITES= http://www.defora.org/os/download/download/4431/
PKGNAMEPREFIX= deforaos-
diff --git a/print/ghostscript9-agpl-base/Makefile b/print/ghostscript9-agpl-base/Makefile
index 8f2226fb6b73..693dd38c342b 100644
--- a/print/ghostscript9-agpl-base/Makefile
+++ b/print/ghostscript9-agpl-base/Makefile
@@ -1,6 +1,6 @@
PORTNAME= ghostscript
PORTVERSION= 9.52
-PORTREVISION= 15
+PORTREVISION= 16
CATEGORIES= print
MASTER_SITES= https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${PORTVERSION:S/.//}/
PKGNAMESUFFIX= 9-agpl-base
diff --git a/print/pdf-tools/Makefile b/print/pdf-tools/Makefile
index 7a50ac25f8dd..56a9e281ca8f 100644
--- a/print/pdf-tools/Makefile
+++ b/print/pdf-tools/Makefile
@@ -2,7 +2,7 @@ PORTNAME= pdf-tools
DISTVERSIONPREFIX= v
DISTVERSION= 0.90-41
DISTVERSIONSUFFIX= -g2ece508
-PORTREVISION= 13
+PORTREVISION= 14
CATEGORIES= print elisp
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
diff --git a/print/qpdfview/Makefile b/print/qpdfview/Makefile
index 141696016115..322d8bf68484 100644
--- a/print/qpdfview/Makefile
+++ b/print/qpdfview/Makefile
@@ -2,7 +2,7 @@
PORTNAME= qpdfview
DISTVERSION= 0.4.18
-PORTREVISION= 16
+PORTREVISION= 17
CATEGORIES= print
MASTER_SITES= https://launchpadlibrarian.net/294276875/ \
https://launchpad.net/${PORTNAME}/trunk/${DISTVERSION}/+download/
diff --git a/print/scribus-devel/Makefile b/print/scribus-devel/Makefile
index a6ca947f9920..6e318eac9443 100644
--- a/print/scribus-devel/Makefile
+++ b/print/scribus-devel/Makefile
@@ -2,7 +2,7 @@
PORTNAME= scribus
PORTVERSION= 1.5.6.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= print editors
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}${PKGNAMESUFFIX}/${PORTVERSION}/ \
http://www.scribus.net/downloads/${PORTVERSION}/
diff --git a/print/texlive-base/Makefile b/print/texlive-base/Makefile
index bf5c67765856..29612c0396b2 100644
--- a/print/texlive-base/Makefile
+++ b/print/texlive-base/Makefile
@@ -1,6 +1,6 @@
PORTNAME= texlive
PORTVERSION= 20150521
-PORTREVISION= 64
+PORTREVISION= 65
CATEGORIES= print
MASTER_SITES= TEX_CTAN/systems/texlive/Source/
PKGNAMESUFFIX= -base
diff --git a/print/xreader/Makefile b/print/xreader/Makefile
index 36c68b2018d0..c542e2db63d0 100644
--- a/print/xreader/Makefile
+++ b/print/xreader/Makefile
@@ -2,7 +2,7 @@
PORTNAME= xreader
PORTVERSION= 2.8.3
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= print gnome
MAINTAINER= danfe@FreeBSD.org