pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-Variable-Magic Update from version 0.19nb1 to...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f399bbd24036
branches: trunk
changeset: 550236:f399bbd24036
user: he <he%pkgsrc.org@localhost>
date: Mon Nov 17 22:37:49 2008 +0000
description:
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'.
diffstat:
devel/p5-Variable-Magic/Makefile | 5 ++---
devel/p5-Variable-Magic/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 7 deletions(-)
diffs (28 lines):
diff -r 2876b95a5a4c -r f399bbd24036 devel/p5-Variable-Magic/Makefile
--- a/devel/p5-Variable-Magic/Makefile Mon Nov 17 22:31:51 2008 +0000
+++ b/devel/p5-Variable-Magic/Makefile Mon Nov 17 22:37:49 2008 +0000
@@ -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 -r 2876b95a5a4c -r f399bbd24036 devel/p5-Variable-Magic/distinfo
--- a/devel/p5-Variable-Magic/distinfo Mon Nov 17 22:31:51 2008 +0000
+++ b/devel/p5-Variable-Magic/distinfo Mon Nov 17 22:37:49 2008 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index