Update p5-Moose from version 1.09nb1 to version 1.10.
Pkgsrc changes: - adjust dependencies Upstream changes: 1.10 Sun, Aug 22, 2010 [API CHANGES] * The long-deprecated alias and excludes options for role applications now issue a deprecation warning. Use -alias and -excludes instead. (Dave Rolsky) [BUG FIXES] * Inlined code no longer stringifies numeric attribute defaults. (vg, doy) * default => undef now works properly. (doy) * Enum type constraints now throw errors if their values are nonsensical. (Sartak) [ENHANCEMENTS] * Optimizations that should help speed up compilation time (Dave Rolsky).
This commit is contained in:
parent
143e331bb2
commit
b19131c0db
2 changed files with 7 additions and 8 deletions
|
@ -1,9 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.47 2010/08/21 16:34:04 seb Exp $
|
||||
# $NetBSD: Makefile,v 1.48 2010/08/25 22:09:05 seb Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Moose-1.09
|
||||
DISTNAME= Moose-1.10
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
|
||||
|
||||
|
@ -12,7 +11,7 @@ HOMEPAGE= http://moose.perl.org/
|
|||
COMMENT= Postmodern object system for Perl 5
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
DEPENDS+= p5-Class-MOP>=1.04:../../devel/p5-Class-MOP
|
||||
DEPENDS+= p5-Class-MOP>=1.05:../../devel/p5-Class-MOP
|
||||
DEPENDS+= p5-Data-OptList-[0-9]*:../../devel/p5-Data-OptList
|
||||
DEPENDS+= p5-List-MoreUtils>=0.12:../../devel/p5-List-MoreUtils
|
||||
DEPENDS+= p5-Package-DeprecationManager>=0.04:../../devel/p5-Package-DeprecationManager
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.42 2010/07/26 21:12:49 seb Exp $
|
||||
$NetBSD: distinfo,v 1.43 2010/08/25 22:09:05 seb Exp $
|
||||
|
||||
SHA1 (Moose-1.09.tar.gz) = e08088d510f79d38a56353f42d112f94070e0f0c
|
||||
RMD160 (Moose-1.09.tar.gz) = 68a6a5e5de17810b2080d514d4f7906591335cee
|
||||
Size (Moose-1.09.tar.gz) = 436747 bytes
|
||||
SHA1 (Moose-1.10.tar.gz) = 9ffbc9711582ce218872b9d98c53a78dd8e9f577
|
||||
RMD160 (Moose-1.10.tar.gz) = e3415cada723068aebde14dc4b94c98ff3a15544
|
||||
Size (Moose-1.10.tar.gz) = 437914 bytes
|
||||
|
|
Loading…
Reference in a new issue