Received: by mail.netbsd.org (Postfix, from userid 605) id BCB5384D35; Mon, 7 Sep 2020 10:18:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4309F84D02 for ; Mon, 7 Sep 2020 10:18:54 +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 P-jvNF-XXHyu for ; Mon, 7 Sep 2020 10:18:53 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B6C1B84CE2 for ; Mon, 7 Sep 2020 10:18:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B0584FB28; Mon, 7 Sep 2020 10:18:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_159947393378140" MIME-Version: 1.0 Date: Mon, 7 Sep 2020 10:18:53 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/p5-TheSchwartz To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20200907101853.B0584FB28@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. --_----------=_159947393378140 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Sep 7 10:18:53 UTC 2020 Modified Files: pkgsrc/devel/p5-TheSchwartz: Makefile distinfo Log Message: p5-TheSchwartz: update to 1.15. 1.15 2020-01-28T06:19:54Z - Fix tests on win32 GH#4 (@charsbar++) 1.14 2019-10-17T17:51:40Z - Added missing prereq Class::Accessor::Fast as suggested by CPANTS. GH#1 (@manwar++) 1.13 2019-08-07T16:28:14Z - the module maintainer has been changed to Takumi Akiyama (AKIYM) - fix tests fail without '.' in @INC. RT #124610 - require perl-5.8.1 or later To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/p5-TheSchwartz/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/p5-TheSchwartz/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_159947393378140 Content-Disposition: inline Content-Length: 1907 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-TheSchwartz/Makefile diff -u pkgsrc/devel/p5-TheSchwartz/Makefile:1.7 pkgsrc/devel/p5-TheSchwartz/Makefile:1.8 --- pkgsrc/devel/p5-TheSchwartz/Makefile:1.7 Fri Sep 4 09:39:57 2020 +++ pkgsrc/devel/p5-TheSchwartz/Makefile Mon Sep 7 10:18:53 2020 @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2020/09/04 09:39:57 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2020/09/07 10:18:53 wiz Exp $ -DISTNAME= TheSchwartz-1.12 +DISTNAME= TheSchwartz-1.15 PKGNAME= p5-${DISTNAME} -PKGREVISION= 5 CATEGORIES= devel perl5 -MASTER_SITES= http://search.cpan.org/CPAN/authors/id/J/JF/JFEARN/ +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/A/AK/AKIYM/} MAINTAINER= hiramatu@boreas.dti.ne.jp HOMEPAGE= https://metacpan.org/release/TheSchwartz Index: pkgsrc/devel/p5-TheSchwartz/distinfo diff -u pkgsrc/devel/p5-TheSchwartz/distinfo:1.1 pkgsrc/devel/p5-TheSchwartz/distinfo:1.2 --- pkgsrc/devel/p5-TheSchwartz/distinfo:1.1 Mon Jan 30 14:14:07 2017 +++ pkgsrc/devel/p5-TheSchwartz/distinfo Mon Sep 7 10:18:53 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2017/01/30 14:14:07 mef Exp $ +$NetBSD: distinfo,v 1.2 2020/09/07 10:18:53 wiz Exp $ -SHA1 (TheSchwartz-1.12.tar.gz) = 0d82a2a45ef4ae19a436762f29b63f9324ce2866 -RMD160 (TheSchwartz-1.12.tar.gz) = dc4afdb75d618adac7d73bd0b24549fa94b6c7c6 -SHA512 (TheSchwartz-1.12.tar.gz) = 87c691c6aee0603a68d4116e9254308331974042d8578d6df086bc6f0f07783d757951f8c3a35227b9d716e94ccecbcea1f92ab488005384c2caf2ba9aecae59 -Size (TheSchwartz-1.12.tar.gz) = 55047 bytes +SHA1 (TheSchwartz-1.15.tar.gz) = f940daadf0174982229bc5fdf50d453150f9f850 +RMD160 (TheSchwartz-1.15.tar.gz) = 4184c402b85215d9e06aeed7166eacfbf1dbc644 +SHA512 (TheSchwartz-1.15.tar.gz) = ed97c777d533506b913acc216cab3d78dd0b1b3e1404cd0875d178ac44ff9cd0596d6f2e7e5d4fdb4df3815c3bf280fbb43236534448e47f4c8cfc6e4859e335 +Size (TheSchwartz-1.15.tar.gz) = 54249 bytes --_----------=_159947393378140--