diff options
author | sno <sno@pkgsrc.org> | 2009-07-08 08:39:06 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-07-08 08:39:06 +0000 |
commit | 8c255c6391b341c2182f59fdb17a7ebf7e9d233e (patch) | |
tree | b6de04ad018d58fccbc2f973fb3f99a2bd2e8e16 /devel | |
parent | 6df2ce1df10bc4dd65016c2aa398fb82222ff81c (diff) | |
download | pkgsrc-8c255c6391b341c2182f59fdb17a7ebf7e9d233e.tar.gz |
Updating package for p5 module Variable::Magic from 0.35 to 0.36
Correcting license according to META.yml
Upstream changes:
0.36 2009-07-05 16:30 UTC
+ Chg : getdata() now returns an empty list when no magic is present.
It used to return undef but did not croak as stated in the doc.
Thanks Matt S. Trout for pointing this out.
+ Fix : Building and tests with ActiveState Perl 5.8 build >= 822.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Variable-Magic/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-Variable-Magic/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/p5-Variable-Magic/Makefile b/devel/p5-Variable-Magic/Makefile index c5cb0b0f469..51784d66231 100644 --- a/devel/p5-Variable-Magic/Makefile +++ b/devel/p5-Variable-Magic/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2009/05/17 17:58:14 sno Exp $ +# $NetBSD: Makefile,v 1.10 2009/07/08 08:39:06 sno Exp $ # -DISTNAME= Variable-Magic-0.35 +DISTNAME= Variable-Magic-0.36 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Variable/} @@ -9,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Variable/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Variable-Magic/ COMMENT= Perl 5 module to associate user-defined magic to variables -LICENSE= artistic-2.0 +LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir diff --git a/devel/p5-Variable-Magic/distinfo b/devel/p5-Variable-Magic/distinfo index 0bffb6c8af7..4ae6d3631f5 100644 --- a/devel/p5-Variable-Magic/distinfo +++ b/devel/p5-Variable-Magic/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2009/05/17 17:58:14 sno Exp $ +$NetBSD: distinfo,v 1.9 2009/07/08 08:39:06 sno Exp $ -SHA1 (Variable-Magic-0.35.tar.gz) = 931f9313955121b2920d147f0a52d960ac9b1d35 -RMD160 (Variable-Magic-0.35.tar.gz) = a60ad79b31db07b147d0239106a80a148576e2d4 -Size (Variable-Magic-0.35.tar.gz) = 42360 bytes +SHA1 (Variable-Magic-0.36.tar.gz) = 70d514e51daaaff30418def2d9e40fb73f988a07 +RMD160 (Variable-Magic-0.36.tar.gz) = fdf90004bbc3290a070213a3d6c24e7133d32064 +Size (Variable-Magic-0.36.tar.gz) = 42567 bytes |