Received: by mail.netbsd.org (Postfix, from userid 605) id 9948884D92; Mon, 23 Apr 2018 02:53:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9872184D41 for ; Mon, 23 Apr 2018 02:53:06 +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 0bKvQUWSdhhG for ; Mon, 23 Apr 2018 02:53:06 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E23C984CCC for ; Mon, 23 Apr 2018 02:53:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DF219FBEC; Mon, 23 Apr 2018 02:53:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1524451985198720" MIME-Version: 1.0 Date: Mon, 23 Apr 2018 02:53:05 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-Config-IniFiles To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20180423025305.DF219FBEC@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. --_----------=_1524451985198720 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Mon Apr 23 02:53:05 UTC 2018 Modified Files: pkgsrc/devel/p5-Config-IniFiles: Makefile distinfo Log Message: Update to 2.98 Upstream changes: 2.98 2018-04-21 * Remove old author-only test scripts. - https://rt.cpan.org/Ticket/Display.html?id=125161 - Thanks to SREZIC for the report. 2.97 2018-04-21 * Apply pull-request to implement -php_compat - https://github.com/shlomif/perl-Config-IniFiles/pull/3 - https://rt.cpan.org/Ticket/Display.html?id=102339 - Thanks to @Sadrak ! To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 pkgsrc/devel/p5-Config-IniFiles/Makefile cvs rdiff -u -r1.29 -r1.30 pkgsrc/devel/p5-Config-IniFiles/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1524451985198720 Content-Disposition: inline Content-Length: 1790 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Config-IniFiles/Makefile diff -u pkgsrc/devel/p5-Config-IniFiles/Makefile:1.50 pkgsrc/devel/p5-Config-IniFiles/Makefile:1.51 --- pkgsrc/devel/p5-Config-IniFiles/Makefile:1.50 Tue Apr 10 07:44:09 2018 +++ pkgsrc/devel/p5-Config-IniFiles/Makefile Mon Apr 23 02:53:05 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.50 2018/04/10 07:44:09 wen Exp $ +# $NetBSD: Makefile,v 1.51 2018/04/23 02:53:05 wen Exp $ -DISTNAME= Config-IniFiles-2.96 +DISTNAME= Config-IniFiles-2.98 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Config/} Index: pkgsrc/devel/p5-Config-IniFiles/distinfo diff -u pkgsrc/devel/p5-Config-IniFiles/distinfo:1.29 pkgsrc/devel/p5-Config-IniFiles/distinfo:1.30 --- pkgsrc/devel/p5-Config-IniFiles/distinfo:1.29 Tue Apr 10 07:44:09 2018 +++ pkgsrc/devel/p5-Config-IniFiles/distinfo Mon Apr 23 02:53:05 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.29 2018/04/10 07:44:09 wen Exp $ +$NetBSD: distinfo,v 1.30 2018/04/23 02:53:05 wen Exp $ -SHA1 (Config-IniFiles-2.96.tar.gz) = e7be265b59765325c4d4f3bfc3b7dc9231f1d966 -RMD160 (Config-IniFiles-2.96.tar.gz) = 04d311b0fb3b29f5b9923f1f6e52783edbbc2f53 -SHA512 (Config-IniFiles-2.96.tar.gz) = a5595947f5baa5cfe69289394c9a70b19a624f3dc598d633e852efe11d8a8d964ca9f45256c313fe69f6a36badecc32ed21e432c0f7094dfc76aa91a8f0117bd -Size (Config-IniFiles-2.96.tar.gz) = 65789 bytes +SHA1 (Config-IniFiles-2.98.tar.gz) = 08a451e206259a6f0633a71d4ba39bf61b26335b +RMD160 (Config-IniFiles-2.98.tar.gz) = 9234d4f0b7d0aa7bdaed75f64f8101177c1a7de8 +SHA512 (Config-IniFiles-2.98.tar.gz) = 658e0df3480bd4c6fc8490ac860e0497dc3222349e48905afa86a649e44bf0b29308cce35ed4bffe6259a89dc0ce302e3432aca04c0c55201196312c25cf6bd6 +Size (Config-IniFiles-2.98.tar.gz) = 69529 bytes --_----------=_1524451985198720--