Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3EB9E84EE9 for ; Thu, 3 Aug 2023 12:17:34 +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 HV6LAA2Ez2rc for ; Thu, 3 Aug 2023 12:17:33 +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 A2F5384E74 for ; Thu, 3 Aug 2023 12:17:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 92275FBDB; Thu, 3 Aug 2023 12:17:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1691065053202240" MIME-Version: 1.0 Date: Thu, 3 Aug 2023 12:17:33 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-Getopt-Long-Descriptive To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20230803121733.92275FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1691065053202240 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Thu Aug 3 12:17:33 UTC 2023 Modified Files: pkgsrc/devel/p5-Getopt-Long-Descriptive: Makefile distinfo Log Message: Update to 0.111 Upstream changes: 0.111 2022-12-31 21:15:52-05:00 America/New_York - clean up the required perl version in the code - update author contact info 0.110 2021-10-30 23:11:43-04:00 America/New_York - just small packaging updates - ...and bumped the minimum perl to v5.12 (inadvertantly) To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 pkgsrc/devel/p5-Getopt-Long-Descriptive/Makefile cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/p5-Getopt-Long-Descriptive/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1691065053202240 Content-Disposition: inline Content-Length: 1852 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Getopt-Long-Descriptive/Makefile diff -u pkgsrc/devel/p5-Getopt-Long-Descriptive/Makefile:1.47 pkgsrc/devel/p5-Getopt-Long-Descriptive/Makefile:1.48 --- pkgsrc/devel/p5-Getopt-Long-Descriptive/Makefile:1.47 Thu Jul 6 09:39:16 2023 +++ pkgsrc/devel/p5-Getopt-Long-Descriptive/Makefile Thu Aug 3 12:17:33 2023 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.47 2023/07/06 09:39:16 wiz Exp $ +# $NetBSD: Makefile,v 1.48 2023/08/03 12:17:33 wen Exp $ -DISTNAME= Getopt-Long-Descriptive-0.109 +DISTNAME= Getopt-Long-Descriptive-0.111 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Getopt/} Index: pkgsrc/devel/p5-Getopt-Long-Descriptive/distinfo diff -u pkgsrc/devel/p5-Getopt-Long-Descriptive/distinfo:1.25 pkgsrc/devel/p5-Getopt-Long-Descriptive/distinfo:1.26 --- pkgsrc/devel/p5-Getopt-Long-Descriptive/distinfo:1.25 Tue Oct 26 10:16:40 2021 +++ pkgsrc/devel/p5-Getopt-Long-Descriptive/distinfo Thu Aug 3 12:17:33 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.25 2021/10/26 10:16:40 nia Exp $ +$NetBSD: distinfo,v 1.26 2023/08/03 12:17:33 wen Exp $ -BLAKE2s (Getopt-Long-Descriptive-0.109.tar.gz) = b0640798383f392ad31f3e2b7e70d5e5f69150016dd0bd8610515ac21f31be07 -SHA512 (Getopt-Long-Descriptive-0.109.tar.gz) = 9bd3af84119264c9e7e72b470f54782fe0a9e37e6071052a7b43af9529087841f77f06f81a70e4cab05380558216893b0902aabefcfbc970916f65614666969a -Size (Getopt-Long-Descriptive-0.109.tar.gz) = 33959 bytes +BLAKE2s (Getopt-Long-Descriptive-0.111.tar.gz) = b22427d9451028643484a9a837b63058941a9acdce461d6710ba141a1a4981c5 +SHA512 (Getopt-Long-Descriptive-0.111.tar.gz) = 22cff8f92e51f08573e34f24028adbf1c3c1c88570a8d35361234ff13486ca5de20ee2cf8d056971777b9cb0f0c78cc183de2e74915f23eaf9b14fbcbf256531 +Size (Getopt-Long-Descriptive-0.111.tar.gz) = 34613 bytes --_----------=_1691065053202240--