pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/p5-Text-CSV_XS



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Mar 25 16:00:58 UTC 2018

Modified Files:
        pkgsrc/textproc/p5-Text-CSV_XS: Makefile distinfo

Log Message:
p5-Text-CSV_XS: update to 1.35.

1.35    - 2018-03-21, H.Merijn Brand
    * Remove META.yml from MANIFEST.skip
    * Use UNIVERSAL::isa to protect against unblessed references
    * -Wformat warning (RT#123729)
    * Make detect_bom result available
    * It's 2018
    * Add csv (out => \"skip") - suppress output deliberately
    * Allow sub as top-level filter
    * Tested against Test2::Harness-0.001062 (yath test)
    * Tested against perl-5.27.10


To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 pkgsrc/textproc/p5-Text-CSV_XS/Makefile
cvs rdiff -u -r1.47 -r1.48 pkgsrc/textproc/p5-Text-CSV_XS/distinfo

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

Modified files:

Index: pkgsrc/textproc/p5-Text-CSV_XS/Makefile
diff -u pkgsrc/textproc/p5-Text-CSV_XS/Makefile:1.70 pkgsrc/textproc/p5-Text-CSV_XS/Makefile:1.71
--- pkgsrc/textproc/p5-Text-CSV_XS/Makefile:1.70        Wed Nov  8 21:15:50 2017
+++ pkgsrc/textproc/p5-Text-CSV_XS/Makefile     Sun Mar 25 16:00:58 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.70 2017/11/08 21:15:50 wiz Exp $
+# $NetBSD: Makefile,v 1.71 2018/03/25 16:00:58 wiz Exp $
 
-DISTNAME=      Text-CSV_XS-1.34
+DISTNAME=      Text-CSV_XS-1.35
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    textproc perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Text/}

Index: pkgsrc/textproc/p5-Text-CSV_XS/distinfo
diff -u pkgsrc/textproc/p5-Text-CSV_XS/distinfo:1.47 pkgsrc/textproc/p5-Text-CSV_XS/distinfo:1.48
--- pkgsrc/textproc/p5-Text-CSV_XS/distinfo:1.47        Wed Nov  8 21:15:50 2017
+++ pkgsrc/textproc/p5-Text-CSV_XS/distinfo     Sun Mar 25 16:00:58 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.47 2017/11/08 21:15:50 wiz Exp $
+$NetBSD: distinfo,v 1.48 2018/03/25 16:00:58 wiz Exp $
 
-SHA1 (Text-CSV_XS-1.34.tgz) = 88ef9a4022eebbe35bca128010f1d0ad33afa582
-RMD160 (Text-CSV_XS-1.34.tgz) = 7863b0f75ba1ceab06ba6a59c7150242e161dba3
-SHA512 (Text-CSV_XS-1.34.tgz) = 1a13dc0105f52997df87e9612d8696342e2823e4f871b4f5402ae6b48c1375c2eaf70f773bf32b2c176da1ba0deab34413c427013bcdf5e10322fc6901dd2b86
-Size (Text-CSV_XS-1.34.tgz) = 173425 bytes
+SHA1 (Text-CSV_XS-1.35.tgz) = 17b11d0052b64fa83bd5e9455880f08c4cb81e7f
+RMD160 (Text-CSV_XS-1.35.tgz) = a025ffc21f006466030c98737d7ef1c3cf722d32
+SHA512 (Text-CSV_XS-1.35.tgz) = 4828bda3138e8220e83d4641a9f7b41de46d07dbe7b043b4b6a280ee6f66e4b4a3a0df6187477f3865ca914a97ec24627aafdd8f37cb343dd0bb7e09c64e5b0c
+Size (Text-CSV_XS-1.35.tgz) = 174781 bytes



Home | Main Index | Thread Index | Old Index