pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/p5-Variable-Magic



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Sep  7 06:21:46 UTC 2016

Modified Files:
        pkgsrc/devel/p5-Variable-Magic: Makefile distinfo

Log Message:
Updated p5-Variable-Magic to 0.60.

0.60    2016-09-06 22:30 UTC
        + Chg : A large chunk of boilerplate XS code, which is also used in
                other XS modules, has been factored out of the main .xs file
                to a collection of .h files in the xsh subdirectory.
        + Fix : [RT #128989] : Bleadperl v5.25.3-266-g1d7e644 breaks V::M.
                Len magic is no longer called for negative array indices
                fetches, so the relevant tests are now skipped.
                Thanks Andreas Koenig for reporting.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/devel/p5-Variable-Magic/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/p5-Variable-Magic/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/p5-Variable-Magic/Makefile
diff -u pkgsrc/devel/p5-Variable-Magic/Makefile:1.32 pkgsrc/devel/p5-Variable-Magic/Makefile:1.33
--- pkgsrc/devel/p5-Variable-Magic/Makefile:1.32        Wed Jun  8 19:23:45 2016
+++ pkgsrc/devel/p5-Variable-Magic/Makefile     Wed Sep  7 06:21:46 2016
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.32 2016/06/08 19:23:45 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2016/09/07 06:21:46 wiz Exp $
 
-DISTNAME=      Variable-Magic-0.59
+DISTNAME=      Variable-Magic-0.60
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Variable/}
 

Index: pkgsrc/devel/p5-Variable-Magic/distinfo
diff -u pkgsrc/devel/p5-Variable-Magic/distinfo:1.24 pkgsrc/devel/p5-Variable-Magic/distinfo:1.25
--- pkgsrc/devel/p5-Variable-Magic/distinfo:1.24        Thu Apr 14 12:48:26 2016
+++ pkgsrc/devel/p5-Variable-Magic/distinfo     Wed Sep  7 06:21:46 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.24 2016/04/14 12:48:26 wiz Exp $
+$NetBSD: distinfo,v 1.25 2016/09/07 06:21:46 wiz Exp $
 
-SHA1 (Variable-Magic-0.59.tar.gz) = 771801759f136537d3f430d5f5e0986fbdce781b
-RMD160 (Variable-Magic-0.59.tar.gz) = b3ac539aa6cd32a39629307feba907324ce377b3
-SHA512 (Variable-Magic-0.59.tar.gz) = 500def84c3ef27afc0ee41d3737d4dc9d527ecd6f2fddbf53f969548d843adf30990f7b2704aa6db654bcfea9e2a6906fc5f3b89ef933abb22c72ac528acad1f
-Size (Variable-Magic-0.59.tar.gz) = 74019 bytes
+SHA1 (Variable-Magic-0.60.tar.gz) = 38e7f7acc9594fa27b6dc8700846b845ba0e444d
+RMD160 (Variable-Magic-0.60.tar.gz) = b092f7065da537d79a3bc49019b345c4339a2b93
+SHA512 (Variable-Magic-0.60.tar.gz) = 605ca57c59f1ff758c6fc5669b503dc1a92a47474c9744bd23ea3b422409ba4f15a1f5ae9b259a9e243b32cf31757d2d54ab7b02bce7472cfa22fbfdcb52a9a8
+Size (Variable-Magic-0.60.tar.gz) = 78080 bytes



Home | Main Index | Thread Index | Old Index