diff options
author | sno <sno> | 2009-06-15 21:25:57 +0000 |
---|---|---|
committer | sno <sno> | 2009-06-15 21:25:57 +0000 |
commit | 0b33f8f45f4e109df0822010c3caaefdc203f88a (patch) | |
tree | 89d24ac828bc44c53abc9e54f4261145183a2244 /devel | |
parent | 711fc37b19329116974e1c0c8b559839b83077e3 (diff) | |
download | pkgsrc-0b33f8f45f4e109df0822010c3caaefdc203f88a.tar.gz |
pkgsrc changes:
- Updating package for p5 module MooseX::AttributeHelpers from 0.17
to 0.19
- Adjusting license according to META.yaml
- Using Module::Install as module type
Upstream changes:
0.19 Sun June 14, 2009
- No functional changes from 0.18_01
0.18_01 Mon June 1, 2009
- Turn our metaclasses into traits, though metaclasses still exist for
backwards compatibility (Sartak and doy)
- Add accessor to Hash and Array (Sartak)
- Let the user know which constraint they have violated in the confessed
message (nperez)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-MooseX-AttributeHelpers/Makefile | 10 | ||||
-rw-r--r-- | devel/p5-MooseX-AttributeHelpers/distinfo | 8 |
2 files changed, 10 insertions, 8 deletions
diff --git a/devel/p5-MooseX-AttributeHelpers/Makefile b/devel/p5-MooseX-AttributeHelpers/Makefile index 1c3069e5345..fc26a748dec 100644 --- a/devel/p5-MooseX-AttributeHelpers/Makefile +++ b/devel/p5-MooseX-AttributeHelpers/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2009/04/12 20:07:24 sno Exp $ +# $NetBSD: Makefile,v 1.5 2009/06/15 21:25:57 sno Exp $ # -DISTNAME= MooseX-AttributeHelpers-0.17 +DISTNAME= MooseX-AttributeHelpers-0.19 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MooseX/} @@ -9,15 +9,17 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MooseX/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/MooseX-AttributeHelpers/ COMMENT= Perl 5 module providing extensions to Moose attributes interface -LICENSE= artistic-2.0 +LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= # empty -PERL5_PACKLIST= auto/MooseX/AttributeHelpers/.packlist BUILD_DEPENDS+= p5-Test-Exception>=0.21:../../devel/p5-Test-Exception DEPENDS+= p5-Moose>=0.56:../../devel/p5-Moose +PERL5_PACKLIST= auto/MooseX/AttributeHelpers/.packlist +PERL5_MODULE_TYPE= Module::Install + .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-MooseX-AttributeHelpers/distinfo b/devel/p5-MooseX-AttributeHelpers/distinfo index f5f252828a3..24656e42315 100644 --- a/devel/p5-MooseX-AttributeHelpers/distinfo +++ b/devel/p5-MooseX-AttributeHelpers/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2009/04/12 20:07:24 sno Exp $ +$NetBSD: distinfo,v 1.4 2009/06/15 21:25:57 sno Exp $ -SHA1 (MooseX-AttributeHelpers-0.17.tar.gz) = 9a8f9a186184c56030b6974a633fc6197c1b697e -RMD160 (MooseX-AttributeHelpers-0.17.tar.gz) = 3c6eb7fee258d5fb43920cf4bed325e13caf52f2 -Size (MooseX-AttributeHelpers-0.17.tar.gz) = 33498 bytes +SHA1 (MooseX-AttributeHelpers-0.19.tar.gz) = 64b081c7160aeff55529fb141b4b21c1371e3bf2 +RMD160 (MooseX-AttributeHelpers-0.19.tar.gz) = f0053fc091cebb95600f5a0fb66fa641d8fdae75 +Size (MooseX-AttributeHelpers-0.19.tar.gz) = 38093 bytes |