Received: by mail.netbsd.org (Postfix, from userid 605) id 2FD6C84E4A; Fri, 1 Dec 2017 03:39:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AE8CC84D62 for ; Fri, 1 Dec 2017 03:39:50 +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 FPBkR0K1lTEO for ; Fri, 1 Dec 2017 03:39:50 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 322E484CD9 for ; Fri, 1 Dec 2017 03:39:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2D149FB40; Fri, 1 Dec 2017 03:39:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1512099590285500" MIME-Version: 1.0 Date: Fri, 1 Dec 2017 03:39:50 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-Moo To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20171201033950.2D149FB40@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. --_----------=_1512099590285500 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Fri Dec 1 03:39:50 UTC 2017 Modified Files: pkgsrc/devel/p5-Moo: Makefile distinfo Log Message: Update to 2.003004 Upstream changes: 2.003004 - 2017-12-01 - re-allow stubs for attribute parameters like isa or coerce (RT#123753) - fix accidentally removed space in coderef error message (GH#33) - fix test errors with old Carp versions To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 pkgsrc/devel/p5-Moo/Makefile cvs rdiff -u -r1.29 -r1.30 pkgsrc/devel/p5-Moo/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1512099590285500 Content-Disposition: inline Content-Length: 1611 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Moo/Makefile diff -u pkgsrc/devel/p5-Moo/Makefile:1.35 pkgsrc/devel/p5-Moo/Makefile:1.36 --- pkgsrc/devel/p5-Moo/Makefile:1.35 Fri Nov 17 02:15:20 2017 +++ pkgsrc/devel/p5-Moo/Makefile Fri Dec 1 03:39:50 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.35 2017/11/17 02:15:20 wen Exp $ +# $NetBSD: Makefile,v 1.36 2017/12/01 03:39:50 wen Exp $ -DISTNAME= Moo-2.003003 +DISTNAME= Moo-2.003004 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/H/HA/HAARG/} Index: pkgsrc/devel/p5-Moo/distinfo diff -u pkgsrc/devel/p5-Moo/distinfo:1.29 pkgsrc/devel/p5-Moo/distinfo:1.30 --- pkgsrc/devel/p5-Moo/distinfo:1.29 Fri Nov 17 02:15:20 2017 +++ pkgsrc/devel/p5-Moo/distinfo Fri Dec 1 03:39:50 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.29 2017/11/17 02:15:20 wen Exp $ +$NetBSD: distinfo,v 1.30 2017/12/01 03:39:50 wen Exp $ -SHA1 (Moo-2.003003.tar.gz) = c1efe25b78255bc31422fa225e66067c0ef1cc22 -RMD160 (Moo-2.003003.tar.gz) = 6f2441441b665a984664b99f8f205e6be49c8df3 -SHA512 (Moo-2.003003.tar.gz) = f1b2aa2f3dee8749cd2c772b65b8c48dbf67358e62dff856d980422e87c74751013376f82488bff7e8b8b0a707c54cedce8e0da873904b712138cba2c9a7f1c7 -Size (Moo-2.003003.tar.gz) = 97527 bytes +SHA1 (Moo-2.003004.tar.gz) = 61a953b348313d98af5c7b7975cadbe2f4360327 +RMD160 (Moo-2.003004.tar.gz) = c32e47e0ffa57232077070a62773ebd239c72c51 +SHA512 (Moo-2.003004.tar.gz) = 686996e4dd0238cff7483e4e06db5439660e390c67e65ace67c3fd0b05ade379a168d36ae649812c8a5e2b715eefea7cb17e5db323a0cd31b90667d8954eb38a +Size (Moo-2.003004.tar.gz) = 96141 bytes --_----------=_1512099590285500--