Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 391A17A10E for ; Sat, 3 Sep 2016 07:55:07 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A482685EDF; Sat, 3 Sep 2016 07:55:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 35B0C85EDC for ; Sat, 3 Sep 2016 07:55:06 +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 fq_Wbe2smYom for ; Sat, 3 Sep 2016 07:55:05 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B8E6285E25 for ; Sat, 3 Sep 2016 07:55:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B41DDFBC3; Sat, 3 Sep 2016 07:55:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1472889305115650" MIME-Version: 1.0 Date: Sat, 3 Sep 2016 07:55:05 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/textproc/p5-PDF-Create To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20160903075505.B41DDFBC3@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1472889305115650 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Sat Sep 3 07:55:05 UTC 2016 Modified Files: pkgsrc/textproc/p5-PDF-Create: Makefile distinfo Log Message: Update to 1.34 Upstream changes: 1.34 2016-08-26 08:40:00 MANWAR - Corrected HelveticaBold font width. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 pkgsrc/textproc/p5-PDF-Create/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/textproc/p5-PDF-Create/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1472889305115650 Content-Disposition: inline Content-Length: 1725 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/p5-PDF-Create/Makefile diff -u pkgsrc/textproc/p5-PDF-Create/Makefile:1.41 pkgsrc/textproc/p5-PDF-Create/Makefile:1.42 --- pkgsrc/textproc/p5-PDF-Create/Makefile:1.41 Tue Jul 26 12:37:07 2016 +++ pkgsrc/textproc/p5-PDF-Create/Makefile Sat Sep 3 07:55:05 2016 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.41 2016/07/26 12:37:07 wen Exp $ +# $NetBSD: Makefile,v 1.42 2016/09/03 07:55:05 wen Exp $ # -DISTNAME= PDF-Create-1.33 +DISTNAME= PDF-Create-1.34 PKGNAME= p5-${DISTNAME} CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PDF/} Index: pkgsrc/textproc/p5-PDF-Create/distinfo diff -u pkgsrc/textproc/p5-PDF-Create/distinfo:1.14 pkgsrc/textproc/p5-PDF-Create/distinfo:1.15 --- pkgsrc/textproc/p5-PDF-Create/distinfo:1.14 Tue Jul 26 12:37:07 2016 +++ pkgsrc/textproc/p5-PDF-Create/distinfo Sat Sep 3 07:55:05 2016 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.14 2016/07/26 12:37:07 wen Exp $ +$NetBSD: distinfo,v 1.15 2016/09/03 07:55:05 wen Exp $ -SHA1 (PDF-Create-1.33.tar.gz) = a3eff7cb699af4a9d5a3dd2a29ac4103a942091d -RMD160 (PDF-Create-1.33.tar.gz) = 85f6faeaa910790a4433c464865e1e12d0806a93 -SHA512 (PDF-Create-1.33.tar.gz) = e98ee61727947dff4794621de0545a513186a2f48f1cc587b5a8de27daa6a23de5779f7c496255c7b74972349723bdffec8af3558befe79fe58bc6c2c091df91 -Size (PDF-Create-1.33.tar.gz) = 119643 bytes +SHA1 (PDF-Create-1.34.tar.gz) = 94d0fba73b9ac3b03d5ea11149dc684d1ea29489 +RMD160 (PDF-Create-1.34.tar.gz) = 257a010a6f5551d80aaf6cc2805ebc60b38584e5 +SHA512 (PDF-Create-1.34.tar.gz) = eb836551a22c2f3cfd7f7e7dbfa53f5aae2565523259a1ef081d4420194c7724776d07aee643f18cad1a9253f94f59a6794cc05d8b19f499ac4055d700ce8273 +Size (PDF-Create-1.34.tar.gz) = 119852 bytes --_----------=_1472889305115650--