Received: by mail.netbsd.org (Postfix, from userid 605) id 0FBA684E60; Sun, 31 Dec 2017 13:30:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8F67584E49 for ; Sun, 31 Dec 2017 13:30:30 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id HRFyk6t6B_wP for ; Sun, 31 Dec 2017 13:30:30 +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 1D88384D52 for ; Sun, 31 Dec 2017 13:30:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1B6E9FB40; Sun, 31 Dec 2017 13:30:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_15147270303100" MIME-Version: 1.0 Date: Sun, 31 Dec 2017 13:30:30 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/p5-Test-ClassAPI To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20171231133030.1B6E9FB40@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. --_----------=_15147270303100 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Dec 31 13:30:29 UTC 2017 Modified Files: pkgsrc/devel/p5-Test-ClassAPI: Makefile distinfo Removed Files: pkgsrc/devel/p5-Test-ClassAPI/patches: patch-Makefile.PL Log Message: p5-Test-ClassAPI: update to 1.07. 1.07 2017-12-28 23:44:29Z - switch packaging to Dist::Zilla, which makes the distribution installable again on perl 5.27.7 (See RT#123867) To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/p5-Test-ClassAPI/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/p5-Test-ClassAPI/distinfo cvs rdiff -u -r1.1 -r0 \ pkgsrc/devel/p5-Test-ClassAPI/patches/patch-Makefile.PL Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_15147270303100 Content-Disposition: inline Content-Length: 1840 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Test-ClassAPI/Makefile diff -u pkgsrc/devel/p5-Test-ClassAPI/Makefile:1.21 pkgsrc/devel/p5-Test-ClassAPI/Makefile:1.22 --- pkgsrc/devel/p5-Test-ClassAPI/Makefile:1.21 Mon Jun 5 14:23:41 2017 +++ pkgsrc/devel/p5-Test-ClassAPI/Makefile Sun Dec 31 13:30:29 2017 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2017/06/05 14:23:41 ryoon Exp $ +# $NetBSD: Makefile,v 1.22 2017/12/31 13:30:29 wiz Exp $ -DISTNAME= Test-ClassAPI-1.06 +DISTNAME= Test-ClassAPI-1.07 PKGNAME= p5-${DISTNAME} -PKGREVISION= 9 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} Index: pkgsrc/devel/p5-Test-ClassAPI/distinfo diff -u pkgsrc/devel/p5-Test-ClassAPI/distinfo:1.7 pkgsrc/devel/p5-Test-ClassAPI/distinfo:1.8 --- pkgsrc/devel/p5-Test-ClassAPI/distinfo:1.7 Wed Jun 7 00:32:18 2017 +++ pkgsrc/devel/p5-Test-ClassAPI/distinfo Sun Dec 31 13:30:29 2017 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.7 2017/06/07 00:32:18 ryoon Exp $ +$NetBSD: distinfo,v 1.8 2017/12/31 13:30:29 wiz Exp $ -SHA1 (Test-ClassAPI-1.06.tar.gz) = 92c08ddded5b73e83e9355dd69f7d7902e320fb6 -RMD160 (Test-ClassAPI-1.06.tar.gz) = b0391f8ed30be0655f818e43121bbcca19da736e -SHA512 (Test-ClassAPI-1.06.tar.gz) = f84385b8b83db52243513c86422775e448eaa3a0353a48e38c5fc4f6b5487ae59655c4a12745297f0c4416c1388b48e83c39065614a629f1343bf8693bddaa77 -Size (Test-ClassAPI-1.06.tar.gz) = 29225 bytes +SHA1 (Test-ClassAPI-1.07.tar.gz) = 8af72a694ab7add94e3cdc3aaa03c053a9e60597 +RMD160 (Test-ClassAPI-1.07.tar.gz) = f60a02bf5e4bfbba8e26b3a87738e95ce2d2573d +SHA512 (Test-ClassAPI-1.07.tar.gz) = 885820f72c2ce6b7880d312dffb0b7483734d53a0d1797cef48801310f24406af98362dcb9cde049f3efed6e4bc59d1780fbbe3dc2008d5fe830f165a04fcd14 +Size (Test-ClassAPI-1.07.tar.gz) = 28106 bytes SHA1 (patch-Makefile.PL) = 2acda80ef5c031c27927077dcd31fd06832b0aa1 --_----------=_15147270303100--