diff options
author | rakuco <rakuco@FreeBSD.org> | 2013-05-19 22:34:47 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2013-05-19 22:34:47 +0800 |
commit | 536d98f72a8eaf3112bd7c3e0fad026d1917de11 (patch) | |
tree | a6fda93a3502abd5a8a1eb31fe1b6ad25a1f80ac /textproc/pdfgrep | |
parent | 3f38d43fb41f7cca2757b6938cf0a8c9312a2d83 (diff) | |
download | freebsd-ports-gnome-536d98f72a8eaf3112bd7c3e0fad026d1917de11.tar.gz freebsd-ports-gnome-536d98f72a8eaf3112bd7c3e0fad026d1917de11.tar.zst freebsd-ports-gnome-536d98f72a8eaf3112bd7c3e0fad026d1917de11.zip |
Update to 1.3.0 to fix the build with recent versions of poppler [1].
While here, trim the Makefile headers, remove an unnecessary LICENSE_FILE
header (GPLv2 is a standard license we already have in our templates) and
move the LICENSE entry to the right place in the Makefile.
PR: ports/177503 [1]
Submitted by: Armin Gruner <ag-freebsd@muc.de>
Approved by: maintainer timeout (50 days)
Diffstat (limited to 'textproc/pdfgrep')
-rw-r--r-- | textproc/pdfgrep/Makefile | 14 | ||||
-rw-r--r-- | textproc/pdfgrep/distinfo | 4 |
2 files changed, 6 insertions, 12 deletions
diff --git a/textproc/pdfgrep/Makefile b/textproc/pdfgrep/Makefile index a35a31562fba..fd3f9b71553d 100644 --- a/textproc/pdfgrep/Makefile +++ b/textproc/pdfgrep/Makefile @@ -1,13 +1,8 @@ -# New ports collection makefile for: pdfgrep -# Date created: 2010-11-28 -# Whom: Michael Ranner <michael@ranner.eu> -# +# Created by: Michael Ranner <michael@ranner.eu> # $FreeBSD$ -# PORTNAME= pdfgrep -PORTVERSION= 1.1 -PORTREVISION= 4 +PORTVERSION= 1.3.0 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}/ MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,10 +10,9 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= michael@ranner.eu COMMENT= A tool to search text in PDF files -LIB_DEPENDS= poppler:${PORTSDIR}/graphics/poppler - LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= poppler:${PORTSDIR}/graphics/poppler GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/textproc/pdfgrep/distinfo b/textproc/pdfgrep/distinfo index 6279d5cd8ec7..b116149295a2 100644 --- a/textproc/pdfgrep/distinfo +++ b/textproc/pdfgrep/distinfo @@ -1,2 +1,2 @@ -SHA256 (pdfgrep-1.1.tar.gz) = fdce13b152595a6c3e0d84718404066cea94bdb44feb480786f118814c706c02 -SIZE (pdfgrep-1.1.tar.gz) = 93911 +SHA256 (pdfgrep-1.3.0.tar.gz) = 392aeb710b74970fee7d96bec7e2a5c7f175ab8c7daf36c42eae47821635ee17 +SIZE (pdfgrep-1.3.0.tar.gz) = 99739 |