Received: by mail.netbsd.org (Postfix, from userid 605) id 997F684DC4; Tue, 15 Aug 2017 11:52:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2CCA984D93 for ; Tue, 15 Aug 2017 11:52:23 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id I0mB32MI7JIs for ; Tue, 15 Aug 2017 11:52:22 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id BF7AA84CE3 for ; Tue, 15 Aug 2017 11:52:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BAE7FFAD0; Tue, 15 Aug 2017 11:52:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1502797942147000" MIME-Version: 1.0 Date: Tue, 15 Aug 2017 11:52:22 +0000 From: "Niclas Rosenvik" Subject: CVS commit: pkgsrc/textproc/pdfgrep To: pkgsrc-changes@NetBSD.org Reply-To: nros@netbsd.org X-Mailer: log_accum Message-Id: <20170815115222.BAE7FFAD0@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1502797942147000 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nros Date: Tue Aug 15 11:52:22 UTC 2017 Modified Files: pkgsrc/textproc/pdfgrep: Makefile Log Message: Revbump due to poppler update to verson 0.57.0. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 pkgsrc/textproc/pdfgrep/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1502797942147000 Content-Disposition: inline Content-Length: 521 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/pdfgrep/Makefile diff -u pkgsrc/textproc/pdfgrep/Makefile:1.30 pkgsrc/textproc/pdfgrep/Makefile:1.31 --- pkgsrc/textproc/pdfgrep/Makefile:1.30 Fri Aug 11 00:59:45 2017 +++ pkgsrc/textproc/pdfgrep/Makefile Tue Aug 15 11:52:22 2017 @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.30 2017/08/11 00:59:45 ryoon Exp $ +# $NetBSD: Makefile,v 1.31 2017/08/15 11:52:22 nros Exp $ # DISTNAME= pdfgrep-2.0.1 +PKGREVISION= 1 CATEGORIES= textproc MASTER_SITES= https://pdfgrep.org/download/ --_----------=_1502797942147000--