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:           Thu Jan  4 11:20:57 UTC 2024

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

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

1.53    - 2023-11-22, H.Merijn Brand
    * Two casts for -Wformat (issue 50)
    * Add --skip-empty to csv2xlsx
    * Add --font and --font-size to csv2xlsx
    * Fix skip_empty_rows ("skip") and trailing newlines (Corey Hickey, PR#52)
    * Fix comment in last line (RT#150501)


To generate a diff of this commit:
cvs rdiff -u -r1.89 -r1.90 pkgsrc/textproc/p5-Text-CSV_XS/Makefile
cvs rdiff -u -r1.61 -r1.62 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.89 pkgsrc/textproc/p5-Text-CSV_XS/Makefile:1.90
--- pkgsrc/textproc/p5-Text-CSV_XS/Makefile:1.89        Sun Dec 17 07:44:40 2023
+++ pkgsrc/textproc/p5-Text-CSV_XS/Makefile     Thu Jan  4 11:20:56 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.89 2023/12/17 07:44:40 wiz Exp $
+# $NetBSD: Makefile,v 1.90 2024/01/04 11:20:56 wiz Exp $
 
-DISTNAME=      Text-CSV_XS-1.52
+DISTNAME=      Text-CSV_XS-1.53
 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.61 pkgsrc/textproc/p5-Text-CSV_XS/distinfo:1.62
--- pkgsrc/textproc/p5-Text-CSV_XS/distinfo:1.61        Sun Dec 17 07:44:40 2023
+++ pkgsrc/textproc/p5-Text-CSV_XS/distinfo     Thu Jan  4 11:20:56 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.61 2023/12/17 07:44:40 wiz Exp $
+$NetBSD: distinfo,v 1.62 2024/01/04 11:20:56 wiz Exp $
 
-BLAKE2s (Text-CSV_XS-1.52.tgz) = d4daf55ffa4d227080e8cee519c00ec1ea27c6ed533adf237c6cc4dccecaed4d
-SHA512 (Text-CSV_XS-1.52.tgz) = 39309d25ce598ab312a70e50a449eb110807d2dd7b02b87502c96c31f0375641d35e3c27eb8faebb25d3816372d518044686a4d73195170d53eb9dc993797658
-Size (Text-CSV_XS-1.52.tgz) = 271359 bytes
+BLAKE2s (Text-CSV_XS-1.53.tgz) = d1c44030a814f9d99fab0984c7660c43dbfd2f592a074e25204a8f5c181bb5c3
+SHA512 (Text-CSV_XS-1.53.tgz) = 49c4d52b10d7414def2269881bcdfcdc01b3f64bebb53f5f104e1c87ee23c32baae84c9e209e3e6955201b9c89409f0a9083934c870302e407892971def0e8f4
+Size (Text-CSV_XS-1.53.tgz) = 273211 bytes



Home | Main Index | Thread Index | Old Index