Index: Makefile =================================================================== --- Makefile (revision 399602) +++ Makefile (working copy) @@ -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 @@ -12,12 +11,17 @@ LICENSE= GPLv2 -LIB_DEPENDS= libpoppler.so:${PORTSDIR}/graphics/poppler +LIB_DEPENDS= libpoppler.so:graphics/poppler GNU_CONFIGURE= yes USES= gmake pkgconfig CONFIGURE_ARGS= poppler_CFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/poppler" +.include +.if ${OSVERSION} < 1000000 +USE_GCC= 4.8+ +.endif + PLIST_FILES= bin/pdfgrep man/man1/pdfgrep.1.gz .include Index: distinfo =================================================================== --- distinfo (revision 399602) +++ distinfo (working copy) @@ -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