Received: by mail.netbsd.org (Postfix, from userid 605) id 0EFA384D7A; Tue, 22 Aug 2017 12:14:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9697384D76 for ; Tue, 22 Aug 2017 12:14:41 +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 DWzoavhZceVA for ; Tue, 22 Aug 2017 12:14:41 +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 174EC84D3C for ; Tue, 22 Aug 2017 12:14:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0E44FFA7A; Tue, 22 Aug 2017 12:14:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1503404081191770" MIME-Version: 1.0 Date: Tue, 22 Aug 2017 12:14:41 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/p5-Data-Integer To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20170822121441.0E44FFA7A@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. --_----------=_1503404081191770 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Tue Aug 22 12:14:40 UTC 2017 Modified Files: pkgsrc/devel/p5-Data-Integer: Makefile distinfo Log Message: Updated devel/p5-Data-Integer to 0.006 -------------------------------------- version 0.006; 2017-08-07 * no longer include a Makefile.PL in the distribution * in documentation, use four-column indentation for all verbatim material * in META.{yml,json}, point to public bug tracker To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/p5-Data-Integer/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/p5-Data-Integer/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1503404081191770 Content-Disposition: inline Content-Length: 1753 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Data-Integer/Makefile diff -u pkgsrc/devel/p5-Data-Integer/Makefile:1.10 pkgsrc/devel/p5-Data-Integer/Makefile:1.11 --- pkgsrc/devel/p5-Data-Integer/Makefile:1.10 Mon Jun 5 14:22:48 2017 +++ pkgsrc/devel/p5-Data-Integer/Makefile Tue Aug 22 12:14:40 2017 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2017/06/05 14:22:48 ryoon Exp $ +# $NetBSD: Makefile,v 1.11 2017/08/22 12:14:40 mef Exp $ -DISTNAME= Data-Integer-0.005 +DISTNAME= Data-Integer-0.006 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/} Index: pkgsrc/devel/p5-Data-Integer/distinfo diff -u pkgsrc/devel/p5-Data-Integer/distinfo:1.3 pkgsrc/devel/p5-Data-Integer/distinfo:1.4 --- pkgsrc/devel/p5-Data-Integer/distinfo:1.3 Tue Nov 3 03:28:06 2015 +++ pkgsrc/devel/p5-Data-Integer/distinfo Tue Aug 22 12:14:40 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2015/11/03 03:28:06 agc Exp $ +$NetBSD: distinfo,v 1.4 2017/08/22 12:14:40 mef Exp $ -SHA1 (Data-Integer-0.005.tar.gz) = c6ca718ff8e9cfd7defcbd76a6df8debf224e259 -RMD160 (Data-Integer-0.005.tar.gz) = 62267d1663a83d8369ecaa338edfeda1ba95303d -SHA512 (Data-Integer-0.005.tar.gz) = 6a4e0cd02dfa1276a08f354d5c8cd96b014ac474d0c47f9484f83487cc3b57d5ce506d8db52b766fd1e6b8a1e5e35b8db713c9caf0ba05d003448efc10eafb2f -Size (Data-Integer-0.005.tar.gz) = 24695 bytes +SHA1 (Data-Integer-0.006.tar.gz) = d64943d27a0f4ab8a80f5408590f18f9339562aa +RMD160 (Data-Integer-0.006.tar.gz) = c81d3e1eecd78c4d170ede280db5dc3824ded5bd +SHA512 (Data-Integer-0.006.tar.gz) = 6deb95248775d1c4f93e3b806d2f57c0045193da261884a4ce58887287c7d538cd6dd1a5853d5f5388281101a5ca801400e337cb4b9fb15e7ca973e3c5b91c03 +Size (Data-Integer-0.006.tar.gz) = 24289 bytes --_----------=_1503404081191770--