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 741E67A284 for ; Mon, 2 Jan 2017 08:02:06 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id DC4D2855E0; Mon, 2 Jan 2017 08:02:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6E00C855C4 for ; Mon, 2 Jan 2017 08:02:05 +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 K58ivNg1eiFd for ; Mon, 2 Jan 2017 08:02:05 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E80B185579 for ; Mon, 2 Jan 2017 08:02:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E2C31FBA6; Mon, 2 Jan 2017 08:02:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1483344124242350" MIME-Version: 1.0 Date: Mon, 2 Jan 2017 08:02:04 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-Array-Compare To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20170102080204.E2C31FBA6@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. --_----------=_1483344124242350 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Mon Jan 2 08:02:04 UTC 2017 Modified Files: pkgsrc/devel/p5-Array-Compare: Makefile distinfo Log Message: Update to 3.0.0 Upstream changes: 3.0.0 2016-12-13 - New version to get round dubious decisions in Perl toolchain 2.12.2 2016-12-08 - Fixing the idiocy in the previous version 2.12.1 2016-12-08 - Packaging changes To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/p5-Array-Compare/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/p5-Array-Compare/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1483344124242350 Content-Disposition: inline Content-Length: 1792 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Array-Compare/Makefile diff -u pkgsrc/devel/p5-Array-Compare/Makefile:1.27 pkgsrc/devel/p5-Array-Compare/Makefile:1.28 --- pkgsrc/devel/p5-Array-Compare/Makefile:1.27 Sat Jun 18 13:46:51 2016 +++ pkgsrc/devel/p5-Array-Compare/Makefile Mon Jan 2 08:02:04 2017 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.27 2016/06/18 13:46:51 mef Exp $ +# $NetBSD: Makefile,v 1.28 2017/01/02 08:02:04 wen Exp $ -DISTNAME= Array-Compare-2.12 -PKGNAME= p5-${DISTNAME} +DISTNAME= Array-Compare-v3.0.0 +PKGNAME= p5-${DISTNAME:S/v3/3/} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Array/} Index: pkgsrc/devel/p5-Array-Compare/distinfo diff -u pkgsrc/devel/p5-Array-Compare/distinfo:1.13 pkgsrc/devel/p5-Array-Compare/distinfo:1.14 --- pkgsrc/devel/p5-Array-Compare/distinfo:1.13 Sat Jun 18 13:46:51 2016 +++ pkgsrc/devel/p5-Array-Compare/distinfo Mon Jan 2 08:02:04 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.13 2016/06/18 13:46:51 mef Exp $ +$NetBSD: distinfo,v 1.14 2017/01/02 08:02:04 wen Exp $ -SHA1 (Array-Compare-2.12.tar.gz) = 3b3d418db290bfec1a2f9e33cb4965a57198078d -RMD160 (Array-Compare-2.12.tar.gz) = fcdc8ada4b9ec9cbe136c7b53bec0691029b520b -SHA512 (Array-Compare-2.12.tar.gz) = d98c2c97e008aa487b48e55e0c81ab04ca54a11fbc07cbff9b86c3462fa53f1d5264428d90159a87c452f8a7cebedc792ee77051938a3c015d1130fe22c78d60 -Size (Array-Compare-2.12.tar.gz) = 9312 bytes +SHA1 (Array-Compare-v3.0.0.tar.gz) = f11d312badd982f52db37f9b2c98c5460da46994 +RMD160 (Array-Compare-v3.0.0.tar.gz) = b47882c63579957870f7d9968c7cf387553629cd +SHA512 (Array-Compare-v3.0.0.tar.gz) = 6515aa249b49a04f70f39974e1d1c3f802a1b5d76e3e050aeb47a30cf8a4ac0089378822eb0c0aa15697bef09e49227a13c55d4914489f944c3d2f5cc2b4a692 +Size (Array-Compare-v3.0.0.tar.gz) = 9437 bytes --_----------=_1483344124242350--