pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Data-Serializer



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Feb 22 13:47:12 UTC 2020

Modified Files:
        pkgsrc/devel/p5-Data-Serializer: Makefile distinfo

Log Message:
(devel/p5-Data-Serializer) Updated to 0.65

0.65 Sat Feb  1 2020
        Fix Test::Pod coverage failures
0.64 Fri Jan 31 2020
        Fix Test::Pod failures
0.63 Thr Jan 30 2020
        Actually fix the github repo link
0.62 Thr Jan 30 2020
        Add links to github repository
0.61 Thr Jan 30 2020
    Disable Support for LoadBlessed in YAML objects.  See
    http://blogs.perl.org/users/tinita/2020/01/making-yamlpm-yamlsyck-and-yamlxs-safer-by-default.html
    for details


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/p5-Data-Serializer/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/p5-Data-Serializer/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-Data-Serializer/Makefile
diff -u pkgsrc/devel/p5-Data-Serializer/Makefile:1.18 pkgsrc/devel/p5-Data-Serializer/Makefile:1.19
--- pkgsrc/devel/p5-Data-Serializer/Makefile:1.18       Sun Aug 11 13:19:12 2019
+++ pkgsrc/devel/p5-Data-Serializer/Makefile    Sat Feb 22 13:47:12 2020
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2019/08/11 13:19:12 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2020/02/22 13:47:12 mef Exp $
 
-DISTNAME=      Data-Serializer-0.60
+DISTNAME=      Data-Serializer-0.65
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   5
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Data/}
 
@@ -37,5 +36,7 @@ PERL5_PACKLIST=               auto/Data/Serializer/.p
 #DEPENDS+=     p5-YAML-Syck-[0-9]*:../../textproc/p5-YAML-Syck
 #DEPENDS+=     p5-YAML-[0-9]*:../../textproc/p5-YAML
 
+TEST_DEPENDS+= p5-XML-Dumper-[0-9]*:../../textproc/p5-XML-Dumper
+
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/p5-Data-Serializer/distinfo
diff -u pkgsrc/devel/p5-Data-Serializer/distinfo:1.6 pkgsrc/devel/p5-Data-Serializer/distinfo:1.7
--- pkgsrc/devel/p5-Data-Serializer/distinfo:1.6        Tue Nov  3 03:28:07 2015
+++ pkgsrc/devel/p5-Data-Serializer/distinfo    Sat Feb 22 13:47:12 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2015/11/03 03:28:07 agc Exp $
+$NetBSD: distinfo,v 1.7 2020/02/22 13:47:12 mef Exp $
 
-SHA1 (Data-Serializer-0.60.tar.gz) = 468dcae8b0203f36139c9aa42df50f83c7ab0002
-RMD160 (Data-Serializer-0.60.tar.gz) = 8ebd054f5eeac1c1d61b4b33ebbb9f1b78a5c7f8
-SHA512 (Data-Serializer-0.60.tar.gz) = 85211d2ca5db19219f89da5300b93835866baa5e12237efa61ea82d2b841f6b5a05bca889d98878151d1f7517b2af5d9a1535e7bbcd64245936b270a82be21bb
-Size (Data-Serializer-0.60.tar.gz) = 43291 bytes
+SHA1 (Data-Serializer-0.65.tar.gz) = de4a9765d808f357f34cc742369a95e86dcf1501
+RMD160 (Data-Serializer-0.65.tar.gz) = aeba77f2d3a33d359faab94bfee590c6d62fa3c1
+SHA512 (Data-Serializer-0.65.tar.gz) = cc6cd25779f08598bebac38301b3bac667098f8582be8b4cd63cac7723ebc9d58e081b205e9326fd762eba5e378160545c718d50a8a1ead945be6da188c4de0d
+Size (Data-Serializer-0.65.tar.gz) = 43582 bytes



Home | Main Index | Thread Index | Old Index