Received: by mail.netbsd.org (Postfix, from userid 605) id A59FD84DEF; Fri, 17 Nov 2017 02:15:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 30C1384D98 for ; Fri, 17 Nov 2017 02:15:22 +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 69236XZNgwEa for ; Fri, 17 Nov 2017 02:15:21 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B225384D20 for ; Fri, 17 Nov 2017 02:15:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DADCFFB3F; Fri, 17 Nov 2017 02:15:20 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1510884920265540" MIME-Version: 1.0 Date: Fri, 17 Nov 2017 02:15:20 +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: <20171117021520.DADCFFB3F@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. --_----------=_1510884920265540 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Fri Nov 17 02:15:20 UTC 2017 Modified Files: pkgsrc/devel/p5-Moo: Makefile distinfo Log Message: Update to 2.003003 Upstream changes: 2.003003 - 2017-11-16 - test tweaks - fix handling of code refs stored directly in the stash (for perl 5.28) - consider inline packages with constants in them as being loaded - stubs will be treated as methods that exist when inflating to Moose - avoid loading overload.pm unless required To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 pkgsrc/devel/p5-Moo/Makefile cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/p5-Moo/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1510884920265540 Content-Disposition: inline Content-Length: 1631 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.34 pkgsrc/devel/p5-Moo/Makefile:1.35 --- pkgsrc/devel/p5-Moo/Makefile:1.34 Mon Jun 5 14:23:17 2017 +++ pkgsrc/devel/p5-Moo/Makefile Fri Nov 17 02:15:20 2017 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.34 2017/06/05 14:23:17 ryoon Exp $ +# $NetBSD: Makefile,v 1.35 2017/11/17 02:15:20 wen Exp $ -DISTNAME= Moo-2.003002 +DISTNAME= Moo-2.003003 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 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.28 pkgsrc/devel/p5-Moo/distinfo:1.29 --- pkgsrc/devel/p5-Moo/distinfo:1.28 Wed Apr 5 15:25:40 2017 +++ pkgsrc/devel/p5-Moo/distinfo Fri Nov 17 02:15:20 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.28 2017/04/05 15:25:40 wiz Exp $ +$NetBSD: distinfo,v 1.29 2017/11/17 02:15:20 wen Exp $ -SHA1 (Moo-2.003002.tar.gz) = c7eec387c89e6e6419380b88598202e7d657fc10 -RMD160 (Moo-2.003002.tar.gz) = 1744586928e34c3199bf1b8072b68b45632c1a43 -SHA512 (Moo-2.003002.tar.gz) = 103878f4f4b0863125eff67e7a1a24525c565d28ee78eb3f54306daf3bcd6e949f5c451ca3e79448b2f66a74e8f942181c4af7aa79c23b3591ef4331d853ea2d -Size (Moo-2.003002.tar.gz) = 96696 bytes +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 --_----------=_1510884920265540--