pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Devel-PPPort



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Mar 21 13:08:46 UTC 2020

Modified Files:
        pkgsrc/devel/p5-Devel-PPPort: Makefile distinfo

Log Message:
(devel/p5-Devel-PPPort) Updated to 3.57

 3.58 - 2020-03-09

 * Safer definition of UVCHR_SKIP
 * Make sure WIDEST_UTYPE is unsigned
 * Avoid Pax Header in tarballs

 3.57 - 2020-01-31

 * Fix eval_sv for Perl versions prior to 5.6.0 (Pali)
 * Fix t/ppphtest.t for Perl versions prior to 5.6.0 (Pali)
 * Fix compilation of sv_setsv_flags when GCC extensions are not present (Pali)
 * Fix SV_NOSTEAL on 5.7.2 (Karl Williamson)
 * Fix multiple unit test issues (Craig A. Berry, Karl Williamson, Pali)
 * Avoid generating warnings on early Perls (Karl Williamson)
 * Backport memCHRs (Karl Williamson)
 * Implement sv_setsv_flags() with SV_NOSTEAL and SV_GMAGIC flags for Perl versions < 5.7.3 (Pali)
 * Implement UTF8f format and its UTF8fARG macro (Pali)


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/devel/p5-Devel-PPPort/Makefile
cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/p5-Devel-PPPort/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-Devel-PPPort/Makefile
diff -u pkgsrc/devel/p5-Devel-PPPort/Makefile:1.36 pkgsrc/devel/p5-Devel-PPPort/Makefile:1.37
--- pkgsrc/devel/p5-Devel-PPPort/Makefile:1.36  Wed Nov 27 12:23:36 2019
+++ pkgsrc/devel/p5-Devel-PPPort/Makefile       Sat Mar 21 13:08:46 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.36 2019/11/27 12:23:36 mef Exp $
+# $NetBSD: Makefile,v 1.37 2020/03/21 13:08:46 mef Exp $
 
-DISTNAME=      Devel-PPPort-3.56
+DISTNAME=      Devel-PPPort-3.58
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/A/AT/ATOOMIC/}

Index: pkgsrc/devel/p5-Devel-PPPort/distinfo
diff -u pkgsrc/devel/p5-Devel-PPPort/distinfo:1.25 pkgsrc/devel/p5-Devel-PPPort/distinfo:1.26
--- pkgsrc/devel/p5-Devel-PPPort/distinfo:1.25  Wed Nov 27 12:23:36 2019
+++ pkgsrc/devel/p5-Devel-PPPort/distinfo       Sat Mar 21 13:08:46 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.25 2019/11/27 12:23:36 mef Exp $
+$NetBSD: distinfo,v 1.26 2020/03/21 13:08:46 mef Exp $
 
-SHA1 (Devel-PPPort-3.56.tar.gz) = 6e8009273b2e96d802094aa108200b7b04e835ae
-RMD160 (Devel-PPPort-3.56.tar.gz) = 8d7161e47ca75603eeb794b5a05ec9217724e524
-SHA512 (Devel-PPPort-3.56.tar.gz) = 14cf9444a46bc68c6e9695388fcb3a1c695e0e589bd59a75218484147e3fc2344472250d6fa96cd68ebf0d0cfd8cfb8844d92d33b30abad620245f7a3e12178c
-Size (Devel-PPPort-3.56.tar.gz) = 354289 bytes
+SHA1 (Devel-PPPort-3.58.tar.gz) = c354421af4be8c884b0e6bc83eb497582c47a426
+RMD160 (Devel-PPPort-3.58.tar.gz) = 65a285ecdb04441cd77c5a9bbe7c8415bdf02473
+SHA512 (Devel-PPPort-3.58.tar.gz) = 0b96a920b6200c815ecc140c8de88e64e30a266e70febfe1dd5f4728179ab7381320307b73b95cd9d4445198f932eae52d64c6e659e2cc9a6fd6645d6b8145b8
+Size (Devel-PPPort-3.58.tar.gz) = 357803 bytes



Home | Main Index | Thread Index | Old Index