diff options
author | Koop Mast <kwm@FreeBSD.org> | 2016-01-21 19:40:10 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2016-01-21 19:40:10 +0000 |
commit | cf649469f20b8bb348432e1f6d30dd5322d789de (patch) | |
tree | db5d229e8e0767cba906f5eb1c23c22060981bba /textproc/pdfgrep/Makefile | |
parent | 7700e67945c7865757d8f079b10621bd6cc2d84b (diff) | |
download | ports-cf649469f20b8bb348432e1f6d30dd5322d789de.tar.gz ports-cf649469f20b8bb348432e1f6d30dd5322d789de.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]
Notes
Notes:
svn path=/head/; revision=406872
Diffstat (limited to 'textproc/pdfgrep/Makefile')
-rw-r--r-- | textproc/pdfgrep/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/pdfgrep/Makefile b/textproc/pdfgrep/Makefile index 391e16ec7b14..a00bcbbffa54 100644 --- a/textproc/pdfgrep/Makefile +++ b/textproc/pdfgrep/Makefile @@ -3,6 +3,7 @@ PORTNAME= pdfgrep PORTVERSION= 1.4.1 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= https://pdfgrep.org/download/ |