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 Updating devel/p5-Variable-Mag...
details: https://anonhg.NetBSD.org/pkgsrc/rev/af50f50a183a
branches: trunk
changeset: 565948:af50f50a183a
user: sno <sno%pkgsrc.org@localhost>
date: Sun Oct 11 10:09:53 2009 +0000
description:
Updating devel/p5-Variable-Magic from 0.37 to 0.38
Upstream changes:
0.38 2009-10-04 16:10 UTC
+ Dep : All the signature-related features are DEPRECATED and will be
removed in december 2009. This includes the 'sig' option to
wizard(), the getsig() and gensig() functions, and the SIG_*
constants.
Afaik those features were never used in real life, and they make
the XS code slow and brittle. If you want your wizards to be
globally available, you'll have to handle that yourself by
storing them in a hash.
+ Doc : More examples in a new COOKBOOK section.
+ Fix : Compatiblity with the 5.11.0 release. The new compatibility
constant VMG_COMPAT_ARRAY_PUSH_NOLEN_VOID was added to cover
this.
+ Fix : Work around Kwalitee test misfailures.
diffstat:
devel/p5-Variable-Magic/Makefile | 4 ++--
devel/p5-Variable-Magic/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (26 lines):
diff -r 8bdf16ecd87b -r af50f50a183a devel/p5-Variable-Magic/Makefile
--- a/devel/p5-Variable-Magic/Makefile Sun Oct 11 10:04:40 2009 +0000
+++ b/devel/p5-Variable-Magic/Makefile Sun Oct 11 10:09:53 2009 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2009/09/12 21:21:58 sno Exp $
+# $NetBSD: Makefile,v 1.12 2009/10/11 10:09:53 sno Exp $
#
-DISTNAME= Variable-Magic-0.37
+DISTNAME= Variable-Magic-0.38
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Variable/}
diff -r 8bdf16ecd87b -r af50f50a183a devel/p5-Variable-Magic/distinfo
--- a/devel/p5-Variable-Magic/distinfo Sun Oct 11 10:04:40 2009 +0000
+++ b/devel/p5-Variable-Magic/distinfo Sun Oct 11 10:09:53 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2009/09/12 21:21:58 sno Exp $
+$NetBSD: distinfo,v 1.11 2009/10/11 10:09:53 sno Exp $
-SHA1 (Variable-Magic-0.37.tar.gz) = e45377ae02db8d652f7a25ed56fe35c8d91a58cb
-RMD160 (Variable-Magic-0.37.tar.gz) = f777ea2b66bd0e6fd2662e18763923683faa3e62
-Size (Variable-Magic-0.37.tar.gz) = 42377 bytes
+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
Home |
Main Index |
Thread Index |
Old Index