pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/p5-Moo



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Jun 30 17:40:10 UTC 2016

Modified Files:
        pkgsrc/devel/p5-Moo: Makefile distinfo

Log Message:
Updated p5-Moo to 2.002004.

2.002004 - 2016-06-28
  - fixed another case of local functions interfering with generated code.
    (RT#115655)
  - prevent infinite recursion on some Moose metaclass inflation errors.

2.002003 - 2016-06-23
  - prevent local functions with same names as core functions from interfering
    with generated code (RT#115529)
  - Work around nmake bug that corrupts commands that include slashes
    (RT#115518)
  - Fix tests to work when lexical features are enabled outside of our control
    (such as with cperl)
  - Fix tests on perl 5.6


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/p5-Moo/Makefile
cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/p5-Moo/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/p5-Moo/Makefile
diff -u pkgsrc/devel/p5-Moo/Makefile:1.28 pkgsrc/devel/p5-Moo/Makefile:1.29
--- pkgsrc/devel/p5-Moo/Makefile:1.28   Wed Jun  8 19:23:13 2016
+++ pkgsrc/devel/p5-Moo/Makefile        Thu Jun 30 17:40:09 2016
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.28 2016/06/08 19:23:13 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2016/06/30 17:40:09 wiz Exp $
 
-DISTNAME=      Moo-2.001001
+DISTNAME=      Moo-2.002004
 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.23 pkgsrc/devel/p5-Moo/distinfo:1.24
--- pkgsrc/devel/p5-Moo/distinfo:1.23   Fri Mar  4 12:42:48 2016
+++ pkgsrc/devel/p5-Moo/distinfo        Thu Jun 30 17:40:09 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.23 2016/03/04 12:42:48 wen Exp $
+$NetBSD: distinfo,v 1.24 2016/06/30 17:40:09 wiz Exp $
 
-SHA1 (Moo-2.001001.tar.gz) = 2d16897f0145805469156c25a459adaddfc99c62
-RMD160 (Moo-2.001001.tar.gz) = fce7744da71f57df46261f33d1f20825a854fb5e
-SHA512 (Moo-2.001001.tar.gz) = 04e246d7dd7eab614af74fa86a8be1288e432608015d3083d1b0b9ac1fca461f895d50b51aa63378a16068b80eb4d858f4edd56c0cc0c54bb53a70c8b524d523
-Size (Moo-2.001001.tar.gz) = 97813 bytes
+SHA1 (Moo-2.002004.tar.gz) = 5b38f6839a30799f0c0a718d7576e82defb37280
+RMD160 (Moo-2.002004.tar.gz) = b625c2462e165df65c504a1a92b1878a38249e6b
+SHA512 (Moo-2.002004.tar.gz) = e519970fe7ad32e6e498525823e65d98869bd19a3ef3ea387db6548fb7328444350bccaf306792cf91640964eaf13f562e039643d167ea2c2de90ae164620ecb
+Size (Moo-2.002004.tar.gz) = 105734 bytes



Home | Main Index | Thread Index | Old Index