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 728FF7A1FA for ; Mon, 20 Mar 2017 14:01:00 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 1D2488560B; Mon, 20 Mar 2017 14:01:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A1B00855A0 for ; Mon, 20 Mar 2017 14:00:59 +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 LQCp3c5IRdY2 for ; Mon, 20 Mar 2017 14:00:59 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 334BF85598 for ; Mon, 20 Mar 2017 14:00:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A2BDDFBE4; Mon, 20 Mar 2017 14:00:55 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1490018455201140" MIME-Version: 1.0 Date: Mon, 20 Mar 2017 14:00:55 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/p5-Test-Script To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20170320140055.A2BDDFBE4@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. --_----------=_1490018455201140 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Mon Mar 20 14:00:55 UTC 2017 Modified Files: pkgsrc/devel/p5-Test-Script: Makefile distinfo Log Message: Updated devel/p5-Test-Script to 1.16 ------------------------------------ 1.16 2017-03-04 12:16:10 -0500 - Stricter useage of plans. 1.15 2017-02-14 07:08:51 +1100 - Fix bug where list reference arguments to script_compiles and script_runs are modified (gh#9) To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/p5-Test-Script/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/p5-Test-Script/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1490018455201140 Content-Disposition: inline Content-Length: 1705 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Test-Script/Makefile diff -u pkgsrc/devel/p5-Test-Script/Makefile:1.19 pkgsrc/devel/p5-Test-Script/Makefile:1.20 --- pkgsrc/devel/p5-Test-Script/Makefile:1.19 Sat Oct 15 00:51:29 2016 +++ pkgsrc/devel/p5-Test-Script/Makefile Mon Mar 20 14:00:55 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2016/10/15 00:51:29 mef Exp $ +# $NetBSD: Makefile,v 1.20 2017/03/20 14:00:55 mef Exp $ -DISTNAME= Test-Script-1.14 +DISTNAME= Test-Script-1.16 PKGNAME= p5-${DISTNAME} CATEGORIES= perl5 devel MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} Index: pkgsrc/devel/p5-Test-Script/distinfo diff -u pkgsrc/devel/p5-Test-Script/distinfo:1.9 pkgsrc/devel/p5-Test-Script/distinfo:1.10 --- pkgsrc/devel/p5-Test-Script/distinfo:1.9 Sat Oct 15 00:51:29 2016 +++ pkgsrc/devel/p5-Test-Script/distinfo Mon Mar 20 14:00:55 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2016/10/15 00:51:29 mef Exp $ +$NetBSD: distinfo,v 1.10 2017/03/20 14:00:55 mef Exp $ -SHA1 (Test-Script-1.14.tar.gz) = abb47b58482bd78bb58c5e2bce012052400e5f47 -RMD160 (Test-Script-1.14.tar.gz) = ed17850a61cb81ea70f51afbbcfcefdc48cf6f96 -SHA512 (Test-Script-1.14.tar.gz) = a3d6a316d3271ce7d2e97586ba7e30c8e4417c19bd87ce32d310dd477d513f99b05433bb579ade2b0e7ad6e81125e40abc34337281320b6c20f20d9d2f801d6d -Size (Test-Script-1.14.tar.gz) = 22799 bytes +SHA1 (Test-Script-1.16.tar.gz) = 53d934909c4a9e2842d6b74f6cefaa9862a3ec62 +RMD160 (Test-Script-1.16.tar.gz) = 26bcec5cf78b3fb2d902c652594ac601c40e97c4 +SHA512 (Test-Script-1.16.tar.gz) = 92af15cb6909dc59466abfd3061d667230c6e9a69970fc62df3e68c2c7e4d93d0ac3c26d1cdcdec92a5a414078921bcdd8827f8e05ac1241f36f81f5efbb4133 +Size (Test-Script-1.16.tar.gz) = 23247 bytes --_----------=_1490018455201140--