Mon Jan 19 23:26:56 2009 UTC ()
Update from version 0.26 to 0.27.

Upstream changes:

0.27    2009-01-18 23:40 UTC
        + Fix : Offset of 1 with len magic on scalars.
        + Fix : Segfaults that seem to happen when one croak in a callback at
                compile time (thanks Ash Berlin for the testcase).
        + Upd : Resources in META.yml (Florian Ragwitz)
        + Tst : Large cleanup resulting in a wider set of tested behaviours.


(he)
diff -r1.4 -r1.5 pkgsrc/devel/p5-Variable-Magic/Makefile
diff -r1.3 -r1.4 pkgsrc/devel/p5-Variable-Magic/distinfo

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

--- pkgsrc/devel/p5-Variable-Magic/Makefile 2008/12/21 00:10:13 1.4
+++ pkgsrc/devel/p5-Variable-Magic/Makefile 2009/01/19 23:26:56 1.5
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.4 2008/12/21 00:10:13 he Exp $ 1# $NetBSD: Makefile,v 1.5 2009/01/19 23:26:56 he Exp $
2# 2#
3 3
4DISTNAME= Variable-Magic-0.26 4DISTNAME= Variable-Magic-0.27
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6CATEGORIES= devel perl5 6CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Variable/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Variable/}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/Variable-Magic/ 10HOMEPAGE= http://search.cpan.org/dist/Variable-Magic/
11COMMENT= Perl 5 module to associate user-defined magic to variables 11COMMENT= Perl 5 module to associate user-defined magic to variables
12 12
13PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
14 14
15PERL5_PACKLIST= auto/Variable/Magic/.packlist 15PERL5_PACKLIST= auto/Variable/Magic/.packlist
16 16
17.include "../../lang/perl5/module.mk" 17.include "../../lang/perl5/module.mk"

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

--- pkgsrc/devel/p5-Variable-Magic/distinfo 2008/12/21 00:10:13 1.3
+++ pkgsrc/devel/p5-Variable-Magic/distinfo 2009/01/19 23:26:56 1.4
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.3 2008/12/21 00:10:13 he Exp $ 1$NetBSD: distinfo,v 1.4 2009/01/19 23:26:56 he Exp $
2 2
3SHA1 (Variable-Magic-0.26.tar.gz) = 2a066bcc4a78fadebf97fce9a5a335bdd0e1e261 3SHA1 (Variable-Magic-0.27.tar.gz) = 40c7621c14b40803c4c4e225e1d1a961f6f8c962
4RMD160 (Variable-Magic-0.26.tar.gz) = f131540d6b68a40b10f036bf14f67d4807836bcf 4RMD160 (Variable-Magic-0.27.tar.gz) = 36ba6944d27eecdbae4d3378fd5fd000c94f61b9
5Size (Variable-Magic-0.26.tar.gz) = 30671 bytes 5Size (Variable-Magic-0.27.tar.gz) = 32096 bytes