Received: by mail.netbsd.org (Postfix, from userid 605) id EA15784D45; Sun, 16 Aug 2020 01:01:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 70A9384D22 for ; Sun, 16 Aug 2020 01:01:12 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id QbFBri2DM0gC for ; Sun, 16 Aug 2020 01:01:12 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E369384CEC for ; Sun, 16 Aug 2020 01:01:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DD5AFFB28; Sun, 16 Aug 2020 01:01:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_159753967140140" MIME-Version: 1.0 Date: Sun, 16 Aug 2020 01:01:11 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-Devel-PPPort To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20200816010111.DD5AFFB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_159753967140140 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_159753967140140 Content-Disposition: inline Content-Length: 1755 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_159753967140140--