Date: Tue, 27 Oct 2015 20:52:31 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r400345 - head/textproc/pdfgrep Message-ID: <201510272052.t9RKqV76059300@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Tue Oct 27 20:52:31 2015 New Revision: 400345 URL: https://svnweb.freebsd.org/changeset/ports/400345 Log: Update to version 1.4.1 PR: 203411 Submitted by: Walter Schwarzenfeld Approved by: maintainer Modified: head/textproc/pdfgrep/Makefile head/textproc/pdfgrep/distinfo Modified: head/textproc/pdfgrep/Makefile ============================================================================== --- head/textproc/pdfgrep/Makefile Tue Oct 27 20:35:37 2015 (r400344) +++ head/textproc/pdfgrep/Makefile Tue Oct 27 20:52:31 2015 (r400345) @@ -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> Modified: head/textproc/pdfgrep/distinfo ============================================================================== --- head/textproc/pdfgrep/distinfo Tue Oct 27 20:35:37 2015 (r400344) +++ head/textproc/pdfgrep/distinfo Tue Oct 27 20:52:31 2015 (r400345) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510272052.t9RKqV76059300>