Thu Aug 6 08:26:17 2015 UTC ()
Update to 0.58:

0.58    2015-07-21 16:00 UTC
        + Add : If a non-len magic callback returns a reference, it will now
                only be freed at the end of the statement that caused the
                magic to trigger. This allows the user to attach free magic
                (or a plain destructor) to a token returned from the callbacks
                in order to defer an action after the magic is processed by
                perl.
        + Fix : Test failures of threads tests on systems with harsh resource
                constraints causing the threads to exit() during run.


(wiz)
diff -r1.29 -r1.30 pkgsrc/devel/p5-Variable-Magic/Makefile
diff -r1.21 -r1.22 pkgsrc/devel/p5-Variable-Magic/distinfo

cvs diff -r1.29 -r1.30 pkgsrc/devel/p5-Variable-Magic/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Variable-Magic/Makefile 2015/06/12 10:49:56 1.29
+++ pkgsrc/devel/p5-Variable-Magic/Makefile 2015/08/06 08:26:17 1.30
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.29 2015/06/12 10:49:56 wiz Exp $ 1# $NetBSD: Makefile,v 1.30 2015/08/06 08:26:17 wiz Exp $
2 2
3DISTNAME= Variable-Magic-0.57 3DISTNAME= Variable-Magic-0.58
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= devel perl5 5CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Variable/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Variable/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/Variable-Magic/ 9HOMEPAGE= http://search.cpan.org/dist/Variable-Magic/
11COMMENT= Perl 5 module to associate user-defined magic to variables 10COMMENT= Perl 5 module to associate user-defined magic to variables
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14USE_LANGUAGES= c 13USE_LANGUAGES= c
15 14
16PERL5_PACKLIST= auto/Variable/Magic/.packlist 15PERL5_PACKLIST= auto/Variable/Magic/.packlist
17 16
18.include "../../lang/perl5/module.mk" 17.include "../../lang/perl5/module.mk"

cvs diff -r1.21 -r1.22 pkgsrc/devel/p5-Variable-Magic/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Variable-Magic/distinfo 2015/04/25 08:26:52 1.21
+++ pkgsrc/devel/p5-Variable-Magic/distinfo 2015/08/06 08:26:17 1.22
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.21 2015/04/25 08:26:52 mef Exp $ 1$NetBSD: distinfo,v 1.22 2015/08/06 08:26:17 wiz Exp $
2 2
3SHA1 (Variable-Magic-0.57.tar.gz) = 5df979b140df9bd1c8b1bfeab2b7c0b94e9c2197 3SHA1 (Variable-Magic-0.58.tar.gz) = ea41fda3580d17bc546124c9e23fa025b97bf1fb
4RMD160 (Variable-Magic-0.57.tar.gz) = 5997ea992e628977018871733c88479ec6229620 4RMD160 (Variable-Magic-0.58.tar.gz) = 6ee0a6e219b9a3a27bd8e26bd3444a9f75f1ff1b
5Size (Variable-Magic-0.57.tar.gz) = 70530 bytes 5Size (Variable-Magic-0.58.tar.gz) = 73506 bytes