diff options
author | he <he@pkgsrc.org> | 2008-11-17 22:37:49 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2008-11-17 22:37:49 +0000 |
commit | ec2554c7a05d8316c5bcc81a8a21506c288ce79f (patch) | |
tree | 010fbe56976040c9c38ff3bff82b93d825ed92ef | |
parent | f29bd7b97a223f262e5593a89ff05203f6860306 (diff) | |
download | pkgsrc-ec2554c7a05d8316c5bcc81a8a21506c288ce79f.tar.gz |
Update from version 0.19nb1 to 0.25.
Upstream changes:
0.25 2008-11-12 19:40 UTC
+ Fix : Compatibility with 5.8.9.
+ Fix : Old Pod::Coverage don't ignore CLONE.
+ Upd : META.yml spec updated to 1.4.
0.24 2008-10-12 14:55 UTC
+ Fix : Really fix it.
0.23 2008-10-11 17:25 UTC
+ Fix : Building on perls with multiplicity but not ithreads.
0.22 2008-09-29 19:40 UTC
+ Doc : Explain how magic differs from overloading.
+ Fix : Disable thread safety for perl 5.8 on Windows. If you want it
enabled, reliable feedback is welcome.
0.21_02 2008-09-28 23:10 UTC
+ Fix : Hide previously deleted magic tokens in vmg_svt_free (Yuval
Kogman).
0.21_01 2008-09-22 13:25 UTC
+ Chg : Shrink the context data.
+ Fix : Enable thread safety features for perls that just lack
MY_CXT_CLONE.
+ Tst : Output threads and threads::shared versions in threads tests.
0.20 2008-09-20 23:35 UTC
+ Fix : The module is now thread safe. You can test if it had been
built with thread safety features enabled through the
VMG_THREADSAFE constant.
+ Fix : Correct backtrace when wizard() croaks.
+ Fix : 'cast $a, undef' should throw an 'invalid wizard' error instead
of an 'invalid signature'.
-rw-r--r-- | devel/p5-Variable-Magic/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-Variable-Magic/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/p5-Variable-Magic/Makefile b/devel/p5-Variable-Magic/Makefile index ae6563acbb5..071f4333bb5 100644 --- a/devel/p5-Variable-Magic/Makefile +++ b/devel/p5-Variable-Magic/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2008/10/19 19:18:09 he Exp $ +# $NetBSD: Makefile,v 1.3 2008/11/17 22:37:49 he Exp $ # -DISTNAME= Variable-Magic-0.19 +DISTNAME= Variable-Magic-0.25 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Variable/} diff --git a/devel/p5-Variable-Magic/distinfo b/devel/p5-Variable-Magic/distinfo index 01415c38bec..2fc90f1e04c 100644 --- a/devel/p5-Variable-Magic/distinfo +++ b/devel/p5-Variable-Magic/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2008/09/14 23:00:23 seb Exp $ +$NetBSD: distinfo,v 1.2 2008/11/17 22:37:49 he Exp $ -SHA1 (Variable-Magic-0.19.tar.gz) = 717a6131a079a3ff11e7b3d7d135616a16481663 -RMD160 (Variable-Magic-0.19.tar.gz) = c8576e1ecf351bcdcef2a2458dba9bd2680124c3 -Size (Variable-Magic-0.19.tar.gz) = 24550 bytes +SHA1 (Variable-Magic-0.25.tar.gz) = 5192135c863bd7a5dbfd48b976059130eccd5f19 +RMD160 (Variable-Magic-0.25.tar.gz) = 096471b95e93beda1a6630a3a9a5236501fc750e +Size (Variable-Magic-0.25.tar.gz) = 30240 bytes |