Received: by mail.netbsd.org (Postfix, from userid 605) id 327A784D64; Sun, 25 Nov 2018 12:56:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 24DEC84CEA for ; Sun, 25 Nov 2018 12:56:11 +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 WjM5Wn3d72Lt for ; Sun, 25 Nov 2018 12:56:10 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5A18184CCF for ; Sun, 25 Nov 2018 12:56:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4AE35FB1F; Sun, 25 Nov 2018 12:56:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1543150570137610" MIME-Version: 1.0 Date: Sun, 25 Nov 2018 12:56:10 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-Test-Script To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20181125125610.4AE35FB1F@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. --_----------=_1543150570137610 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Sun Nov 25 12:56:10 UTC 2018 Modified Files: pkgsrc/devel/p5-Test-Script: Makefile distinfo Log Message: Update to 1.25 Upstream changes: 1.25 2018-09-27 15:33:19 -0400 - Production release identical to 1.24_01 release. 1.24_01 2018-09-24 12:38:07 -0400 - Add interpreter_options to script_runs options To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/p5-Test-Script/Makefile cvs rdiff -u -r1.12 -r1.13 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. --_----------=_1543150570137610 Content-Disposition: inline Content-Length: 1726 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.24 pkgsrc/devel/p5-Test-Script/Makefile:1.25 --- pkgsrc/devel/p5-Test-Script/Makefile:1.24 Wed Aug 22 09:44:49 2018 +++ pkgsrc/devel/p5-Test-Script/Makefile Sun Nov 25 12:56:10 2018 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.24 2018/08/22 09:44:49 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2018/11/25 12:56:10 wen Exp $ -DISTNAME= Test-Script-1.23 +DISTNAME= Test-Script-1.25 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 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.12 pkgsrc/devel/p5-Test-Script/distinfo:1.13 --- pkgsrc/devel/p5-Test-Script/distinfo:1.12 Sun Sep 17 13:31:08 2017 +++ pkgsrc/devel/p5-Test-Script/distinfo Sun Nov 25 12:56:10 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.12 2017/09/17 13:31:08 wiz Exp $ +$NetBSD: distinfo,v 1.13 2018/11/25 12:56:10 wen Exp $ -SHA1 (Test-Script-1.23.tar.gz) = 42d26c30bbe20522f99d11c00e16b83b7d99990c -RMD160 (Test-Script-1.23.tar.gz) = 8d780b572d81ec4a3205dc26344f1f8b066840fb -SHA512 (Test-Script-1.23.tar.gz) = 996564ba87b12849e86883b970117c9d5806be5b00d42207df1027f823a19497bf878640c46a8286e7d77afb8d1fbb3ef6dcfc0d21c2738a5ef124ddf5bc4834 -Size (Test-Script-1.23.tar.gz) = 22974 bytes +SHA1 (Test-Script-1.25.tar.gz) = 4129dd01c076a14f050410966a8c3b5c11f2c078 +RMD160 (Test-Script-1.25.tar.gz) = defe87ac35aeec2667596cf7297efb02eded07d2 +SHA512 (Test-Script-1.25.tar.gz) = 307aeb0692ff4f116bbdadced22526ee583df184742ffde7922e18e2949889b309f57d12dfdc4fef65d55489634dedd77d57fa76ba7b12fc3e58c3bb71b6d81b +Size (Test-Script-1.25.tar.gz) = 22116 bytes --_----------=_1543150570137610--