diff options
author | sno <sno@pkgsrc.org> | 2010-01-26 12:27:35 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-01-26 12:27:35 +0000 |
commit | 95333ec83f03bed38bfe7c4b54d2430f677c1ae3 (patch) | |
tree | f0cd82c8d69e771cb4f9803ae83ef81881a55e7f /devel | |
parent | c40ec5f212ad73e07cbf22e4a8b2201c3718a591 (diff) | |
download | pkgsrc-95333ec83f03bed38bfe7c4b54d2430f677c1ae3.tar.gz |
Updating devel/p5-Variable-Magic from 0.38 to 0.40
Upstream changes
:0.40 2010-01-06 23:20 UTC
+ Fix : Possible memory miswrites when passing data arguments to cast().
+ Fix : Minor C portability tweaks.
0.39 2009-12-01 00:05 UTC
+ Add : You can use a function name as a callback by passing a string
reference to wizard() instead of a code reference.
+ Fix : Compatiblity with perl 5.11.1 and 5.11.2.
+ Fix : Scalars stored into the data slot no longer leak.
+ Fix : Thread destruction should not segfault anymore.
+ Opt : As a result of removing the deprecated features, less memory is
used for both threaded (a pointer table is used instead of a
hash) and non-threaded (no global structure is needed anymore)
perls.
+ Rem : As advertised in the precendent version, all the signature
related features were removed. This includes the 'sig' option
to wizard(), the getsig() and gensig() functions, and the SIG_*
constants.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Variable-Magic/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Variable-Magic/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/p5-Variable-Magic/Makefile b/devel/p5-Variable-Magic/Makefile index db2086f2e54..bf712b73e5d 100644 --- a/devel/p5-Variable-Magic/Makefile +++ b/devel/p5-Variable-Magic/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2009/10/11 10:09:53 sno Exp $ +# $NetBSD: Makefile,v 1.13 2010/01/26 12:27:35 sno Exp $ # -DISTNAME= Variable-Magic-0.38 +DISTNAME= Variable-Magic-0.40 PKGNAME= p5-${DISTNAME} 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 1e4e81bcb03..4f5b93943c8 100644 --- a/devel/p5-Variable-Magic/distinfo +++ b/devel/p5-Variable-Magic/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2009/10/11 10:09:53 sno Exp $ +$NetBSD: distinfo,v 1.12 2010/01/26 12:27:35 sno Exp $ -SHA1 (Variable-Magic-0.38.tar.gz) = 2f6569c657707c981eb9c562ceac14e5c46d90fa -RMD160 (Variable-Magic-0.38.tar.gz) = 43af09c1864334177214743196c5f59929331ab7 -Size (Variable-Magic-0.38.tar.gz) = 43486 bytes +SHA1 (Variable-Magic-0.40.tar.gz) = dd806e10450128109a6fa256a9526b01fd55c0b0 +RMD160 (Variable-Magic-0.40.tar.gz) = 813fbbe62f8fc69c7954bcfa30e123addb7c417a +Size (Variable-Magic-0.40.tar.gz) = 47498 bytes |