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:   wen
Date:           Sun Aug 16 01:01:11 UTC 2020

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

Log Message:
Update to 3.60

Upstream changes:
3.60 - 2020-08-11
 * Restore PERL_BCDVERSION helper which is used on CPAN
 * A few API elements were not properly found, like IVTYPE

 3.59 - 2020-08-10

 * Add PERL_VERSION_* compare macros
 * Rename PERL_BCDVERSION to internal name to discourage future use
 * Stop versioning generated test files
 * Enforce strict & warnings
 * Avoid indirect calls
 * scanprov: multiple improvements
 * Use ivers() in tests
 * Update POD documentation and HACKERS file
 * Change ppport.h --api-info to not output non-API info unless that is the
   only match
 * Find more elements to be listed in the --api-info option (and similar) to
   ppport.h


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/devel/p5-Devel-PPPort/Makefile
cvs rdiff -u -r1.26 -r1.27 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.37 pkgsrc/devel/p5-Devel-PPPort/Makefile:1.38
--- pkgsrc/devel/p5-Devel-PPPort/Makefile:1.37  Sat Mar 21 13:08:46 2020
+++ pkgsrc/devel/p5-Devel-PPPort/Makefile       Sun Aug 16 01:01:11 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.37 2020/03/21 13:08:46 mef Exp $
+# $NetBSD: Makefile,v 1.38 2020/08/16 01:01:11 wen Exp $
 
-DISTNAME=      Devel-PPPort-3.58
+DISTNAME=      Devel-PPPort-3.60
 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.26 pkgsrc/devel/p5-Devel-PPPort/distinfo:1.27
--- pkgsrc/devel/p5-Devel-PPPort/distinfo:1.26  Sat Mar 21 13:08:46 2020
+++ pkgsrc/devel/p5-Devel-PPPort/distinfo       Sun Aug 16 01:01:11 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.26 2020/03/21 13:08:46 mef Exp $
+$NetBSD: distinfo,v 1.27 2020/08/16 01:01:11 wen Exp $
 
-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
+SHA1 (Devel-PPPort-3.60.tar.gz) = 5ab41a5151d8286a70c54f88bfbe528b9d319b0c
+RMD160 (Devel-PPPort-3.60.tar.gz) = daa39a3c06873e08d98f9a65d95daf01c8d5b3da
+SHA512 (Devel-PPPort-3.60.tar.gz) = 3a8f4dcb1e05582445b0b7c8fe6a4129698a3a3cb11f5f4aef77afec6ba865d1a3cfa3dc85cdcd17ff529b85e05add2aa7dfd4e347eb7ce9817b64a8d94ee3e2
+Size (Devel-PPPort-3.60.tar.gz) = 458669 bytes



Home | Main Index | Thread Index | Old Index