From owner-svn-ports-head@FreeBSD.ORG Sun May 19 14:34:48 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 20569B19; Sun, 19 May 2013 14:34:48 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id E6768C1D; Sun, 19 May 2013 14:34:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4JEYlTd099456; Sun, 19 May 2013 14:34:47 GMT (envelope-from rakuco@svn.freebsd.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4JEYlSP099454; Sun, 19 May 2013 14:34:47 GMT (envelope-from rakuco@svn.freebsd.org) Message-Id: <201305191434.r4JEYlSP099454@svn.freebsd.org> From: Raphael Kubo da Costa Date: Sun, 19 May 2013 14:34:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318528 - head/textproc/pdfgrep X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 May 2013 14:34:48 -0000 Author: rakuco Date: Sun May 19 14:34:47 2013 New Revision: 318528 URL: http://svnweb.freebsd.org/changeset/ports/318528 Log: 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 Approved by: maintainer timeout (50 days) Modified: head/textproc/pdfgrep/Makefile head/textproc/pdfgrep/distinfo Modified: head/textproc/pdfgrep/Makefile ============================================================================== --- head/textproc/pdfgrep/Makefile Sun May 19 14:27:56 2013 (r318527) +++ head/textproc/pdfgrep/Makefile Sun May 19 14:34:47 2013 (r318528) @@ -1,13 +1,8 @@ -# New ports collection makefile for: pdfgrep -# Date created: 2010-11-28 -# Whom: Michael Ranner -# +# Created by: Michael Ranner # $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 Modified: head/textproc/pdfgrep/distinfo ============================================================================== --- head/textproc/pdfgrep/distinfo Sun May 19 14:27:56 2013 (r318527) +++ head/textproc/pdfgrep/distinfo Sun May 19 14:34:47 2013 (r318528) @@ -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