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


(wen)
diff -r1.37 -r1.38 pkgsrc/devel/p5-Devel-PPPort/Makefile
diff -r1.26 -r1.27 pkgsrc/devel/p5-Devel-PPPort/distinfo

cvs diff -r1.37 -r1.38 pkgsrc/devel/p5-Devel-PPPort/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Devel-PPPort/Attic/Makefile 2020/03/21 13:08:46 1.37
+++ pkgsrc/devel/p5-Devel-PPPort/Attic/Makefile 2020/08/16 01:01:11 1.38
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.37 2020/03/21 13:08:46 mef Exp $ 1# $NetBSD: Makefile,v 1.38 2020/08/16 01:01:11 wen Exp $
2 2
3DISTNAME= Devel-PPPort-3.58 3DISTNAME= Devel-PPPort-3.60
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= devel perl5 5CATEGORIES= devel perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/A/AT/ATOOMIC/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/A/AT/ATOOMIC/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://metacpan.org/pod/Devel::PPPort 9HOMEPAGE= https://metacpan.org/pod/Devel::PPPort
10COMMENT= Perl5 module to bring newer features to older perl 10COMMENT= Perl5 module to bring newer features to older perl
11LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
12 12
13USE_LANGUAGES= c 13USE_LANGUAGES= c
14PERL5_PACKLIST= auto/Devel/PPPort/.packlist 14PERL5_PACKLIST= auto/Devel/PPPort/.packlist
15 15
16.include "../../lang/perl5/module.mk" 16.include "../../lang/perl5/module.mk"

cvs diff -r1.26 -r1.27 pkgsrc/devel/p5-Devel-PPPort/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Devel-PPPort/Attic/distinfo 2020/03/21 13:08:46 1.26
+++ pkgsrc/devel/p5-Devel-PPPort/Attic/distinfo 2020/08/16 01:01:11 1.27
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.26 2020/03/21 13:08:46 mef Exp $ 1$NetBSD: distinfo,v 1.27 2020/08/16 01:01:11 wen Exp $
2 2
3SHA1 (Devel-PPPort-3.58.tar.gz) = c354421af4be8c884b0e6bc83eb497582c47a426 3SHA1 (Devel-PPPort-3.60.tar.gz) = 5ab41a5151d8286a70c54f88bfbe528b9d319b0c
4RMD160 (Devel-PPPort-3.58.tar.gz) = 65a285ecdb04441cd77c5a9bbe7c8415bdf02473 4RMD160 (Devel-PPPort-3.60.tar.gz) = daa39a3c06873e08d98f9a65d95daf01c8d5b3da
5SHA512 (Devel-PPPort-3.58.tar.gz) = 0b96a920b6200c815ecc140c8de88e64e30a266e70febfe1dd5f4728179ab7381320307b73b95cd9d4445198f932eae52d64c6e659e2cc9a6fd6645d6b8145b8 5SHA512 (Devel-PPPort-3.60.tar.gz) = 3a8f4dcb1e05582445b0b7c8fe6a4129698a3a3cb11f5f4aef77afec6ba865d1a3cfa3dc85cdcd17ff529b85e05add2aa7dfd4e347eb7ce9817b64a8d94ee3e2
6Size (Devel-PPPort-3.58.tar.gz) = 357803 bytes 6Size (Devel-PPPort-3.60.tar.gz) = 458669 bytes