From owner-svn-ports-all@freebsd.org Thu Aug 10 22:49:05 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DF3CDC08969; Thu, 10 Aug 2017 22:49:05 +0000 (UTC) (envelope-from dbaio@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 mx1.freebsd.org (Postfix) with ESMTPS id BB8C57469C; Thu, 10 Aug 2017 22:49:05 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v7AMn4mU038593; Thu, 10 Aug 2017 22:49:04 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v7AMn44D038589; Thu, 10 Aug 2017 22:49:04 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201708102249.v7AMn44D038589@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Thu, 10 Aug 2017 22:49:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447724 - head/textproc/pdfgrep X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/textproc/pdfgrep X-SVN-Commit-Revision: 447724 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.23 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, 10 Aug 2017 22:49:06 -0000 Author: dbaio Date: Thu Aug 10 22:49:04 2017 New Revision: 447724 URL: https://svnweb.freebsd.org/changeset/ports/447724 Log: textproc/pdfgrep: Update to 2.0.1 While here: - Update LICENSE and WWW - Add new dependencies - Remove tweaks for building Changes: https://pdfgrep.org/news/pdfgrep-2.0.1-released.html PR: 220854 Submitted by: amistry@am-productions.biz Approved by: michael@ranner.eu (maintainer) Modified: head/textproc/pdfgrep/Makefile head/textproc/pdfgrep/distinfo head/textproc/pdfgrep/pkg-descr Modified: head/textproc/pdfgrep/Makefile ============================================================================== --- head/textproc/pdfgrep/Makefile Thu Aug 10 20:55:04 2017 (r447723) +++ head/textproc/pdfgrep/Makefile Thu Aug 10 22:49:04 2017 (r447724) @@ -2,23 +2,25 @@ # $FreeBSD$ PORTNAME= pdfgrep -PORTVERSION= 1.4.1 -PORTREVISION= 4 +PORTVERSION= 2.0.1 CATEGORIES= textproc MASTER_SITES= https://pdfgrep.org/download/ MAINTAINER= michael@ranner.eu COMMENT= Tool to search text in PDF files -LICENSE= GPLv2 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libpoppler.so:graphics/poppler +LIB_DEPENDS= libpcre.so:devel/pcre \ + 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 GNU_CONFIGURE= yes -USES= compiler:c++11-lib gmake pkgconfig -CONFIGURE_ARGS= poppler_CFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/poppler" +USES= pkgconfig PLIST_FILES= bin/pdfgrep man/man1/pdfgrep.1.gz \ share/bash-completion/completions/pdfgrep \ Modified: head/textproc/pdfgrep/distinfo ============================================================================== --- head/textproc/pdfgrep/distinfo Thu Aug 10 20:55:04 2017 (r447723) +++ head/textproc/pdfgrep/distinfo Thu Aug 10 22:49:04 2017 (r447724) @@ -1,2 +1,3 @@ -SHA256 (pdfgrep-1.4.1.tar.gz) = db04a210e6bb7b77cd6c54b17f0f6fed0d123a85f97a541b270736a5d3840f2c -SIZE (pdfgrep-1.4.1.tar.gz) = 151926 +TIMESTAMP = 1502322512 +SHA256 (pdfgrep-2.0.1.tar.gz) = 0370d744b3072d47383dbed2cb9c8b0b64b83c084da5a8961f8d4bc7669e941e +SIZE (pdfgrep-2.0.1.tar.gz) = 187217 Modified: head/textproc/pdfgrep/pkg-descr ============================================================================== --- head/textproc/pdfgrep/pkg-descr Thu Aug 10 20:55:04 2017 (r447723) +++ head/textproc/pdfgrep/pkg-descr Thu Aug 10 22:49:04 2017 (r447724) @@ -11,4 +11,4 @@ Features: * and the most important feature: color output! -WWW: http://pdfgrep.sourceforge.net/ +WWW: https://pdfgrep.org