Date: Thu, 16 Aug 2018 23:01:37 +0000 (UTC) From: Wen Heping <wen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r477381 - head/textproc/pdfgrep Message-ID: <201808162301.w7GN1bZF082817@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wen Date: Thu Aug 16 23:01:37 2018 New Revision: 477381 URL: https://svnweb.freebsd.org/changeset/ports/477381 Log: - Update to 2.1.1 - Add option to enable or disable Perl expressions PR: 230309 Submitted by: ndowens@yahoo.com Approved by: maintainer Modified: head/textproc/pdfgrep/Makefile head/textproc/pdfgrep/distinfo Modified: head/textproc/pdfgrep/Makefile ============================================================================== --- head/textproc/pdfgrep/Makefile Thu Aug 16 22:51:17 2018 (r477380) +++ head/textproc/pdfgrep/Makefile Thu Aug 16 23:01:37 2018 (r477381) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= pdfgrep -PORTVERSION= 2.0.1 -PORTREVISION= 1 +PORTVERSION= 2.1.1 CATEGORIES= textproc MASTER_SITES= https://pdfgrep.org/download/ @@ -13,9 +12,8 @@ COMMENT= Tool to search text in PDF files LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libpcre.so:devel/pcre \ +LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ libpoppler.so:graphics/poppler \ - libgcrypt.so:security/libgcrypt \ libgpg-error.so:security/libgpg-error BROKEN_powerpc64= fails to link: pdfgrep.cc: undefined reference to poppler::set_debug_error_function @@ -26,5 +24,10 @@ USES= pkgconfig PLIST_FILES= bin/pdfgrep man/man1/pdfgrep.1.gz \ share/bash-completion/completions/pdfgrep \ share/zsh/site-functions/_pdfgrep + +OPTIONS_DEFINE= LIBPCRE +LIBPCRE_DESC= Enable Perl compatable expressions +LIBPCRE_LIB_DEPENDS= libpcre.so:devel/pcre +LIBPCRE_CONFIGURE_WITH= libpcre .include <bsd.port.mk> Modified: head/textproc/pdfgrep/distinfo ============================================================================== --- head/textproc/pdfgrep/distinfo Thu Aug 16 22:51:17 2018 (r477380) +++ head/textproc/pdfgrep/distinfo Thu Aug 16 23:01:37 2018 (r477381) @@ -1,3 +1,3 @@ -TIMESTAMP = 1502322512 -SHA256 (pdfgrep-2.0.1.tar.gz) = 0370d744b3072d47383dbed2cb9c8b0b64b83c084da5a8961f8d4bc7669e941e -SIZE (pdfgrep-2.0.1.tar.gz) = 187217 +TIMESTAMP = 1534383966 +SHA256 (pdfgrep-2.1.1.tar.gz) = 2c8155f30fe5d9d8ec4340e48133ed0b241496bbebe29498931f975c67a10c0b +SIZE (pdfgrep-2.1.1.tar.gz) = 196526
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808162301.w7GN1bZF082817>