Received: by mail.netbsd.org (Postfix, from userid 605) id 72AFE85574; Fri, 24 Nov 2017 14:37:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F202984D32 for ; Fri, 24 Nov 2017 14:37:00 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id SKeQmtgR3Rjg for ; Fri, 24 Nov 2017 14:37:00 +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 8089484CDF for ; Fri, 24 Nov 2017 14:37:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7A350FB40; Fri, 24 Nov 2017 14:37:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1511534220160410" MIME-Version: 1.0 Date: Fri, 24 Nov 2017 14:37:00 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/textproc/p5-PDF-Table To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20171124143700.7A350FB40@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. --_----------=_1511534220160410 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Nov 24 14:37:00 UTC 2017 Modified Files: pkgsrc/textproc/p5-PDF-Table: Makefile distinfo Log Message: p5-PDF-Table: update to 0.9.14. Changes not documented. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/textproc/p5-PDF-Table/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/p5-PDF-Table/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1511534220160410 Content-Disposition: inline Content-Length: 1715 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/p5-PDF-Table/Makefile diff -u pkgsrc/textproc/p5-PDF-Table/Makefile:1.15 pkgsrc/textproc/p5-PDF-Table/Makefile:1.16 --- pkgsrc/textproc/p5-PDF-Table/Makefile:1.15 Mon Sep 18 12:02:42 2017 +++ pkgsrc/textproc/p5-PDF-Table/Makefile Fri Nov 24 14:37:00 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2017/09/18 12:02:42 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2017/11/24 14:37:00 wiz Exp $ -DISTNAME= PDF-Table-0.9.13 +DISTNAME= PDF-Table-0.9.14 PKGNAME= p5-${DISTNAME} CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PDF/} Index: pkgsrc/textproc/p5-PDF-Table/distinfo diff -u pkgsrc/textproc/p5-PDF-Table/distinfo:1.7 pkgsrc/textproc/p5-PDF-Table/distinfo:1.8 --- pkgsrc/textproc/p5-PDF-Table/distinfo:1.7 Mon Sep 18 12:02:42 2017 +++ pkgsrc/textproc/p5-PDF-Table/distinfo Fri Nov 24 14:37:00 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2017/09/18 12:02:42 wiz Exp $ +$NetBSD: distinfo,v 1.8 2017/11/24 14:37:00 wiz Exp $ -SHA1 (PDF-Table-0.9.13.tar.gz) = fc54d713cef9920ff643616893533c572832e5ee -RMD160 (PDF-Table-0.9.13.tar.gz) = 61ba1d481046d6b42df658bd346b421c5c82763e -SHA512 (PDF-Table-0.9.13.tar.gz) = d49f82dd565cae9fac8bb431478fbce3041e7d954d645b27540fb31c5b21840f2576f2a15c3f537d0c889cf7c60a3b8bf6b52d44e87b5b0a989f981180c5f039 -Size (PDF-Table-0.9.13.tar.gz) = 27766 bytes +SHA1 (PDF-Table-0.9.14.tar.gz) = 8b28b6a42cca75eab82598a4a2c424c93ccfb682 +RMD160 (PDF-Table-0.9.14.tar.gz) = ddb8baa37dd8b94b8f133a4d5f571cb7e2253b5d +SHA512 (PDF-Table-0.9.14.tar.gz) = dbc6b9c8dbd7ea3e14e5fad94655abe21a29f741c6ce2d88f6484cbb8340188505d355657a583c3c67b307573bed7208f2aa46c0309553ebd1cba44c2600d4dd +Size (PDF-Table-0.9.14.tar.gz) = 28069 bytes --_----------=_1511534220160410--