diff options
author | sno <sno> | 2009-04-12 19:47:55 +0000 |
---|---|---|
committer | sno <sno> | 2009-04-12 19:47:55 +0000 |
commit | dbaccdcd804cfe38d352b18bb389497c6c939358 (patch) | |
tree | 1453969cf28a121cc8b625f16e2eec2a035c3a99 /devel | |
parent | 6efa3135ef440782c00a4ec8c2b9dde24fa66dcd (diff) | |
download | pkgsrc-dbaccdcd804cfe38d352b18bb389497c6c939358.tar.gz |
PkgSrc changes:
- Updating package for p5 module Variable::Magic to 0.33
- Set license to artistic-2.0
Upstream changes:
0.33 2009-03-26 00:00 UTC
+ Chg : cast() and getsig() now croak too when an invalid signature is
passed.
+ Fix : It was possible to generate with gensig() the same signature
twice before actually defining the wizards.
+ Tst : More stash tests.
+ Tst : Test when the magic takes place in some cases.
+ Tst : Improved coverage for the op object feature.
0.32 2009-03-01 13:45 UTC
+ Chg : dispell() and getdata() now croak when an invalid signature is
passed.
+ Doc : More examples and a brand new synopsis.
+ Fix : The signature is no longer stored in the mg_private member of
the MAGIC struct. This fixes possible clashes with magics from
other extensions.
+ Fix : op info objects weren't blessed into the right class.
+ Fix : Races when initializing the op names cache under threads.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Variable-Magic/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-Variable-Magic/distinfo | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/devel/p5-Variable-Magic/Makefile b/devel/p5-Variable-Magic/Makefile index b96ed0c62e0..16f2ba823a5 100644 --- a/devel/p5-Variable-Magic/Makefile +++ b/devel/p5-Variable-Magic/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2009/02/24 22:13:40 he Exp $ +# $NetBSD: Makefile,v 1.7 2009/04/12 19:47:55 sno Exp $ # -DISTNAME= Variable-Magic-0.31 +DISTNAME= Variable-Magic-0.33 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Variable/} @@ -9,6 +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 PKG_DESTDIR_SUPPORT= user-destdir diff --git a/devel/p5-Variable-Magic/distinfo b/devel/p5-Variable-Magic/distinfo index 7b5aa2fc3d7..6bb64488fc3 100644 --- a/devel/p5-Variable-Magic/distinfo +++ b/devel/p5-Variable-Magic/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2009/02/24 22:13:40 he Exp $ +$NetBSD: distinfo,v 1.6 2009/04/12 19:47:55 sno Exp $ -SHA1 (Variable-Magic-0.31.tar.gz) = 3067a022ed34c8ce4c81d68866c5792b28d24dd1 -RMD160 (Variable-Magic-0.31.tar.gz) = d3cd54af0b2592a968783af392d92d840e2f0670 -Size (Variable-Magic-0.31.tar.gz) = 37075 bytes +SHA1 (Variable-Magic-0.33.tar.gz) = f37a867c1d3aaab290e7e35e29b6bfe9b6799c30 +RMD160 (Variable-Magic-0.33.tar.gz) = d02a7b7cef14f720b1c9d13deb4d009ad8e2bef5 +Size (Variable-Magic-0.33.tar.gz) = 44935 bytes |