Received: by mail.netbsd.org (Postfix, from userid 605) id AA42384D7A; Wed, 31 Oct 2018 12:03:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B39E484CDC for ; Wed, 31 Oct 2018 12:03:58 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id jFY9s4pF4IX8 for ; Wed, 31 Oct 2018 12:03:58 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 057B484CD8 for ; Wed, 31 Oct 2018 12:03:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id F1E92FBEE; Wed, 31 Oct 2018 12:03:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1540987437254880" MIME-Version: 1.0 Date: Wed, 31 Oct 2018 12:03:57 +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: <20181031120357.F1E92FBEE@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. --_----------=_1540987437254880 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Wed Oct 31 12:03:57 UTC 2018 Modified Files: pkgsrc/devel/p5-Config-IniFiles: Makefile distinfo Log Message: Update to 3.000000 Upstream changes: 3.000000 2018-09-13 * Fix typos - https://github.com/shlomif/perl-Config-IniFiles/pull/5 - Thanks to @ppentchev * Resubmit with new version to please CPAN/metacpan/etc. 2.99 2018-07-12 * Fix the link to the repository - https://github.com/shlomif/perl-Config-IniFiles/issues/4 - Thanks to @bessarabov for the report. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 pkgsrc/devel/p5-Config-IniFiles/Makefile cvs rdiff -u -r1.30 -r1.31 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. --_----------=_1540987437254880 Content-Disposition: inline Content-Length: 1828 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.52 pkgsrc/devel/p5-Config-IniFiles/Makefile:1.53 --- pkgsrc/devel/p5-Config-IniFiles/Makefile:1.52 Wed Aug 22 09:43:47 2018 +++ pkgsrc/devel/p5-Config-IniFiles/Makefile Wed Oct 31 12:03:57 2018 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.52 2018/08/22 09:43:47 wiz Exp $ +# $NetBSD: Makefile,v 1.53 2018/10/31 12:03:57 wen Exp $ -DISTNAME= Config-IniFiles-2.98 +DISTNAME= Config-IniFiles-3.000000 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 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.30 pkgsrc/devel/p5-Config-IniFiles/distinfo:1.31 --- pkgsrc/devel/p5-Config-IniFiles/distinfo:1.30 Mon Apr 23 02:53:05 2018 +++ pkgsrc/devel/p5-Config-IniFiles/distinfo Wed Oct 31 12:03:57 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.30 2018/04/23 02:53:05 wen Exp $ +$NetBSD: distinfo,v 1.31 2018/10/31 12:03:57 wen Exp $ -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 +SHA1 (Config-IniFiles-3.000000.tar.gz) = ccc71991bc63043927594b95c0513d397c01650b +RMD160 (Config-IniFiles-3.000000.tar.gz) = e2341c8788299279ab53444bf5aa8d8b009e7c4e +SHA512 (Config-IniFiles-3.000000.tar.gz) = 8ade7aa3c16520b6845bbe065c662d789e9e363a926ebb0cce5aef6a62fdee707875862c3417c3d85ebc4439b0ba9e19fd5281e40f8547443572aad5d7088c3f +Size (Config-IniFiles-3.000000.tar.gz) = 69536 bytes --_----------=_1540987437254880--