Received: by mail.netbsd.org (Postfix, from userid 605) id B58EB84F15; Tue, 6 Jul 2021 08:38:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8C96684F06 for ; Tue, 6 Jul 2021 08:37:59 +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 FcrH-IjvSlFl for ; Tue, 6 Jul 2021 08:37:59 +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 0567084EFE for ; Tue, 6 Jul 2021 08:37:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id ED754FA95; Tue, 6 Jul 2021 08:37:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_162556067827380" MIME-Version: 1.0 Date: Tue, 6 Jul 2021 08:37:58 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-Data-OptList To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20210706083758.ED754FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_162556067827380 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: wen Date: Tue Jul 6 08:37:58 UTC 2021 Modified Files: pkgsrc/devel/p5-Data-OptList: Makefile distinfo Log Message: Update to 0.112 Upstream changes: 0.112 2021-06-26 11:01:31-04:00 America/New_York - no changes since last trial release (0.111) 0.111 2021-06-20 20:55:10-04:00 America/New_York (TRIAL RELEASE) - update author contact info - add perl version support to docs - replace a "goto" deep in the guts with a sub call, for speed (thanks, Olivier Mengué and Graham Knop) To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/p5-Data-OptList/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/p5-Data-OptList/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_162556067827380 Content-Disposition: inline Content-Length: 1756 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Data-OptList/Makefile diff -u pkgsrc/devel/p5-Data-OptList/Makefile:1.24 pkgsrc/devel/p5-Data-OptList/Makefile:1.25 --- pkgsrc/devel/p5-Data-OptList/Makefile:1.24 Mon May 24 19:50:26 2021 +++ pkgsrc/devel/p5-Data-OptList/Makefile Tue Jul 6 08:37:58 2021 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.24 2021/05/24 19:50:26 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2021/07/06 08:37:58 wen Exp $ -DISTNAME= Data-OptList-0.110 +DISTNAME= Data-OptList-0.112 PKGNAME= p5-${DISTNAME} -PKGREVISION= 6 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/} Index: pkgsrc/devel/p5-Data-OptList/distinfo diff -u pkgsrc/devel/p5-Data-OptList/distinfo:1.10 pkgsrc/devel/p5-Data-OptList/distinfo:1.11 --- pkgsrc/devel/p5-Data-OptList/distinfo:1.10 Fri Apr 8 14:47:30 2016 +++ pkgsrc/devel/p5-Data-OptList/distinfo Tue Jul 6 08:37:58 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2016/04/08 14:47:30 wiz Exp $ +$NetBSD: distinfo,v 1.11 2021/07/06 08:37:58 wen Exp $ -SHA1 (Data-OptList-0.110.tar.gz) = c86c8cb797f9717861fc96f3b1eeea5c3359ceb5 -RMD160 (Data-OptList-0.110.tar.gz) = 2d217a7c17c042892246c9763c4f55818af9521d -SHA512 (Data-OptList-0.110.tar.gz) = 68393958a38f509a71cfba61f6dff8303821918ba29ad8492af0c23cfd4f741c6ce98c4f68ad295f27e166287fc546229c430816f0bdd6009d4f60860c967b76 -Size (Data-OptList-0.110.tar.gz) = 18846 bytes +SHA1 (Data-OptList-0.112.tar.gz) = 6dab130b253780e2e12c03d4430170472c4546df +RMD160 (Data-OptList-0.112.tar.gz) = e1c69315ce29c649a7d50550b1b88e385dbac4e0 +SHA512 (Data-OptList-0.112.tar.gz) = 79198ef244b4e5cb5201f938f228f20158ccdde76ff9d200b706104ddac5dc3ac8da3280ba335a60fd66d16202b803447ac7709a7d84e514d3a3dc59327ddc71 +Size (Data-OptList-0.112.tar.gz) = 19764 bytes --_----------=_162556067827380--