diff options
author | kwm <kwm@FreeBSD.org> | 2016-01-22 03:40:10 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2016-01-22 03:40:10 +0800 |
commit | 26bec61143afe02aa6816c47e28bcec230a59363 (patch) | |
tree | db5d229e8e0767cba906f5eb1c23c22060981bba /print/qpdfview | |
parent | 32dcada2c7b9ea2896550a3d13559372e1ac2faa (diff) | |
download | freebsd-ports-gnome-26bec61143afe02aa6816c47e28bcec230a59363.tar.gz freebsd-ports-gnome-26bec61143afe02aa6816c47e28bcec230a59363.tar.zst freebsd-ports-gnome-26bec61143afe02aa6816c47e28bcec230a59363.zip |
Update poppler to 0.40.0. [1]
Add patches to py-poppler [2] and rubygem-poppler [3] to fix the build
of these ports with poppler 0.39+.
PR: 206293 [1]
Submitted by: olivierd@ [1]
Obtained from: ubuntu [2], rubygem-poppler upstream [3]
Diffstat (limited to 'print/qpdfview')
-rw-r--r-- | print/qpdfview/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/qpdfview/Makefile b/print/qpdfview/Makefile index 32a17ebf9d2b..c2c619a1bce7 100644 --- a/print/qpdfview/Makefile +++ b/print/qpdfview/Makefile @@ -3,7 +3,7 @@ PORTNAME= qpdfview PORTVERSION= 0.4.16 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print MASTER_SITES= https://launchpadlibrarian.net/226592308/ \ https://launchpad.net/${PORTVERSION}/trunk/${PORTVERSION}/+download/ |