diff options
author | kwm <kwm@FreeBSD.org> | 2015-02-03 20:28:23 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2015-02-03 20:28:23 +0800 |
commit | d9de6d533a2cc9890bb9a2a360d02bddf2efad6b (patch) | |
tree | 0d8165d979353f6e1f073311946757ff341c7c3d /print | |
parent | dd49cb10f9d7dcd03cc2d577bc195b50191f9477 (diff) | |
download | freebsd-ports-gnome-d9de6d533a2cc9890bb9a2a360d02bddf2efad6b.tar.gz freebsd-ports-gnome-d9de6d533a2cc9890bb9a2a360d02bddf2efad6b.tar.zst freebsd-ports-gnome-d9de6d533a2cc9890bb9a2a360d02bddf2efad6b.zip |
Update poppler to 0.30.0 [1].
Make sure we use openjpeg1 in poppler, while openjpeg2 support
was added there still bugs in openjpeg2 that need to be fixed.
Add patches to inkscape for API changes in poppler 0.29.0 [2].
PR: 196599 [1]
Submitted by: olivierd@ [1]
Exp-run by: antoine@
Obtained from: upstream [2]
Diffstat (limited to 'print')
-rw-r--r-- | print/cups-filters/Makefile | 1 | ||||
-rw-r--r-- | print/deforaos-pdfviewer/Makefile | 2 | ||||
-rw-r--r-- | print/pdfcube/Makefile | 2 | ||||
-rw-r--r-- | print/qpdfview/Makefile | 2 | ||||
-rw-r--r-- | print/tex-luatex/Makefile | 2 | ||||
-rw-r--r-- | print/tex-xetex/Makefile | 2 | ||||
-rw-r--r-- | print/texlive-base/Makefile | 2 |
7 files changed, 7 insertions, 6 deletions
diff --git a/print/cups-filters/Makefile b/print/cups-filters/Makefile index 7694f5455879..7e94b6a0ab94 100644 --- a/print/cups-filters/Makefile +++ b/print/cups-filters/Makefile @@ -2,6 +2,7 @@ PORTNAME= cups-filters PORTVERSION= 1.0.62 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= http://www.openprinting.org/download/cups-filters/ diff --git a/print/deforaos-pdfviewer/Makefile b/print/deforaos-pdfviewer/Makefile index 944039ac4466..04efbe4b683d 100644 --- a/print/deforaos-pdfviewer/Makefile +++ b/print/deforaos-pdfviewer/Makefile @@ -3,7 +3,7 @@ PORTNAME= pdfviewer PORTVERSION= 0.0.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= print MASTER_SITES= http://www.defora.org/os/download/download/3686/ PKGNAMEPREFIX= deforaos- diff --git a/print/pdfcube/Makefile b/print/pdfcube/Makefile index bd8a5d967a1d..23b93250c691 100644 --- a/print/pdfcube/Makefile +++ b/print/pdfcube/Makefile @@ -3,7 +3,7 @@ PORTNAME= pdfcube PORTVERSION= 0.0.5 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= print MASTER_SITES= http://code.100allora.it/releases/pdfcube/ diff --git a/print/qpdfview/Makefile b/print/qpdfview/Makefile index d8868486bb41..152109685cb0 100644 --- a/print/qpdfview/Makefile +++ b/print/qpdfview/Makefile @@ -3,7 +3,7 @@ PORTNAME= qpdfview PORTVERSION= 0.4.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= print MASTER_SITES= https://launchpadlibrarian.net/140746246/ diff --git a/print/tex-luatex/Makefile b/print/tex-luatex/Makefile index f7daf259be09..f7fa56f0984d 100644 --- a/print/tex-luatex/Makefile +++ b/print/tex-luatex/Makefile @@ -2,7 +2,7 @@ PORTNAME= luatex PORTVERSION= 0.79.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= print MASTER_SITES= ftp://tug.org/historic/systems/texlive/2014/ PKGNAMEPREFIX= tex- diff --git a/print/tex-xetex/Makefile b/print/tex-xetex/Makefile index a98059ec9129..489983d84cfa 100644 --- a/print/tex-xetex/Makefile +++ b/print/tex-xetex/Makefile @@ -2,7 +2,7 @@ PORTNAME= xetex PORTVERSION= 0.99991 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= print MASTER_SITES= ftp://tug.org/historic/systems/texlive/2014/ PKGNAMEPREFIX= tex- diff --git a/print/texlive-base/Makefile b/print/texlive-base/Makefile index 0a1efdcb84db..f76b71c9571e 100644 --- a/print/texlive-base/Makefile +++ b/print/texlive-base/Makefile @@ -2,7 +2,7 @@ PORTNAME= texlive PORTVERSION= 20140525 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= print MASTER_SITES= ftp://tug.org/historic/systems/texlive/2014/ PKGNAMESUFFIX= -base |