diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2013-05-19 14:34:47 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2013-05-19 14:34:47 +0000 |
commit | fe0279a6263d6f53da79f93109e48660e6e3232e (patch) | |
tree | a6fda93a3502abd5a8a1eb31fe1b6ad25a1f80ac /textproc/pdfgrep/Makefile | |
parent | aa1eb6b705d8b1c937b55b73784f05095634429f (diff) | |
download | ports-fe0279a6263d6f53da79f93109e48660e6e3232e.tar.gz ports-fe0279a6263d6f53da79f93109e48660e6e3232e.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)
Notes
Notes:
svn path=/head/; revision=318528
Diffstat (limited to 'textproc/pdfgrep/Makefile')
-rw-r--r-- | textproc/pdfgrep/Makefile | 14 |
1 files changed, 4 insertions, 10 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 |