Received: by mail.netbsd.org (Postfix, from userid 605) id 92F5184D42; Wed, 29 Nov 2017 13:39:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1AB2484CE4 for ; Wed, 29 Nov 2017 13:39:38 +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 c_BhxnGojGmk for ; Wed, 29 Nov 2017 13:39:37 +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 9BCE984C82 for ; Wed, 29 Nov 2017 13:39:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9105EFB40; Wed, 29 Nov 2017 13:39:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1511962777130830" MIME-Version: 1.0 Date: Wed, 29 Nov 2017 13:39:37 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/p5-Moose To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20171129133937.9105EFB40@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. --_----------=_1511962777130830 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Nov 29 13:39:37 UTC 2017 Modified Files: pkgsrc/devel/p5-Moose: Makefile distinfo Log Message: p5-Moose: update to 2.2009. 2.2009 2017-11-29 [BUG FIXES] - Some hash native trait methods (notably clear and delete) were broken in various ways when the associated attribute's type allowed for coercion of the hash values and coercion was enabled for the hash. Reported by Ralf Bartel in RT #12737. [TESTS] - fixed tests (new in 2.2008) that sometimes fail under Windows. To generate a diff of this commit: cvs rdiff -u -r1.110 -r1.111 pkgsrc/devel/p5-Moose/Makefile cvs rdiff -u -r1.88 -r1.89 pkgsrc/devel/p5-Moose/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1511962777130830 Content-Disposition: inline Content-Length: 1615 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Moose/Makefile diff -u pkgsrc/devel/p5-Moose/Makefile:1.110 pkgsrc/devel/p5-Moose/Makefile:1.111 --- pkgsrc/devel/p5-Moose/Makefile:1.110 Fri Nov 24 14:21:50 2017 +++ pkgsrc/devel/p5-Moose/Makefile Wed Nov 29 13:39:37 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.110 2017/11/24 14:21:50 wiz Exp $ +# $NetBSD: Makefile,v 1.111 2017/11/29 13:39:37 wiz Exp $ -DISTNAME= Moose-2.2008 +DISTNAME= Moose-2.2009 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} Index: pkgsrc/devel/p5-Moose/distinfo diff -u pkgsrc/devel/p5-Moose/distinfo:1.88 pkgsrc/devel/p5-Moose/distinfo:1.89 --- pkgsrc/devel/p5-Moose/distinfo:1.88 Fri Nov 24 14:21:50 2017 +++ pkgsrc/devel/p5-Moose/distinfo Wed Nov 29 13:39:37 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.88 2017/11/24 14:21:50 wiz Exp $ +$NetBSD: distinfo,v 1.89 2017/11/29 13:39:37 wiz Exp $ -SHA1 (Moose-2.2008.tar.gz) = 83e61ed9e46b0230ba274dd5b8d23a531abcc698 -RMD160 (Moose-2.2008.tar.gz) = 6576433dab4acdfbdf15d5c863557fb5f9568d5a -SHA512 (Moose-2.2008.tar.gz) = a955f6b8d48ff012568322a489ef407b6131e0000cd75fdd993ea855b94939c87f66319596a0bb8701d7ca6f76cbe59bd71c794946e36ea47da6be0d21fb0fe4 -Size (Moose-2.2008.tar.gz) = 819018 bytes +SHA1 (Moose-2.2009.tar.gz) = 50e578919e38edb339377a9376395778b73fe571 +RMD160 (Moose-2.2009.tar.gz) = b34fd288dd21971f758bc207667735bb30a73f20 +SHA512 (Moose-2.2009.tar.gz) = dc3c0cd4cdea39436f98d7849cfb268ac8168617970b23ce3217ad11715777266208ca623297a5a2dbd2a19c00909fe9a81b1f102ed5f8a7e13845c31751c05d +Size (Moose-2.2009.tar.gz) = 820334 bytes --_----------=_1511962777130830--