From owner-svn-ports-all@freebsd.org Thu Aug 16 23:01:38 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A798A1079674; Thu, 16 Aug 2018 23:01:38 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5DD047D0DF; Thu, 16 Aug 2018 23:01:38 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 404A92001E; Thu, 16 Aug 2018 23:01:38 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7GN1c3e082818; Thu, 16 Aug 2018 23:01:38 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7GN1bZF082817; Thu, 16 Aug 2018 23:01:37 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201808162301.w7GN1bZF082817@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Thu, 16 Aug 2018 23:01:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r477381 - head/textproc/pdfgrep X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: head/textproc/pdfgrep X-SVN-Commit-Revision: 477381 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Aug 2018 23:01:38 -0000 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 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