diff options
author | pawel <pawel@FreeBSD.org> | 2015-10-28 04:52:31 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2015-10-28 04:52:31 +0800 |
commit | 15f939ae06581df91bace061d2972ee0a94fbc13 (patch) | |
tree | b47fd0be63e7ddcabfbf84db1c4f3e7a8b6b3bb9 /textproc | |
parent | 0c9ca10b64523aa3c69667c532c5174546223c95 (diff) | |
download | freebsd-ports-gnome-15f939ae06581df91bace061d2972ee0a94fbc13.tar.gz freebsd-ports-gnome-15f939ae06581df91bace061d2972ee0a94fbc13.tar.zst freebsd-ports-gnome-15f939ae06581df91bace061d2972ee0a94fbc13.zip |
Update to version 1.4.1
PR: 203411
Submitted by: Walter Schwarzenfeld
Approved by: maintainer
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/pdfgrep/Makefile | 11 | ||||
-rw-r--r-- | textproc/pdfgrep/distinfo | 4 |
2 files changed, 8 insertions, 7 deletions
diff --git a/textproc/pdfgrep/Makefile b/textproc/pdfgrep/Makefile index 3ae31edecc49..391e16ec7b14 100644 --- a/textproc/pdfgrep/Makefile +++ b/textproc/pdfgrep/Makefile @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= pdfgrep -PORTVERSION= 1.3.0 -PORTREVISION= 4 +PORTVERSION= 1.4.1 CATEGORIES= textproc -MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} +MASTER_SITES= https://pdfgrep.org/download/ MAINTAINER= michael@ranner.eu COMMENT= Tool to search text in PDF files @@ -15,9 +14,11 @@ LICENSE= GPLv2 LIB_DEPENDS= libpoppler.so:${PORTSDIR}/graphics/poppler GNU_CONFIGURE= yes -USES= gmake pkgconfig +USES= compiler:c++11-lib gmake pkgconfig CONFIGURE_ARGS= poppler_CFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/poppler" -PLIST_FILES= bin/pdfgrep man/man1/pdfgrep.1.gz +PLIST_FILES= bin/pdfgrep man/man1/pdfgrep.1.gz \ + share/bash-completion/completions/pdfgrep \ + share/zsh/site-functions/_pdfgrep .include <bsd.port.mk> diff --git a/textproc/pdfgrep/distinfo b/textproc/pdfgrep/distinfo index b116149295a2..7bc56adf3bb4 100644 --- a/textproc/pdfgrep/distinfo +++ b/textproc/pdfgrep/distinfo @@ -1,2 +1,2 @@ -SHA256 (pdfgrep-1.3.0.tar.gz) = 392aeb710b74970fee7d96bec7e2a5c7f175ab8c7daf36c42eae47821635ee17 -SIZE (pdfgrep-1.3.0.tar.gz) = 99739 +SHA256 (pdfgrep-1.4.1.tar.gz) = db04a210e6bb7b77cd6c54b17f0f6fed0d123a85f97a541b270736a5d3840f2c +SIZE (pdfgrep-1.4.1.tar.gz) = 151926 |