Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=edGY9MAp; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=MaCFFBtJ Received: by mail.netbsd.org (Postfix, from userid 605) id 6D3C584D6C; Sun, 28 Apr 2024 08:39:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714293549; bh=IQeNeranl5S6tc2HHa971L5RW3eWTwV+AdjGphTpQ+k=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=edGY9MApYDUKGM2o1d73x31bBsRYFKnnKYaYaRkM69nE5UFJVsuo1FOsB+WVWn+SI lV/hya9l6z5Ds7zYKXLkWu7bJuH1I7tK+v1PmTZQUIxD5NDy45NTSSnX9ok8oHWe1h m4ym2W4ErUuuafJD9RwUzl2nm0m7SMBioUuhaUvk= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5F15584D08 for ; Sun, 28 Apr 2024 08:39:08 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id pAaE4yTTF2xA for ; Sun, 28 Apr 2024 08:39:07 +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 C1A8484CFE for ; Sun, 28 Apr 2024 08:39:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714293547; bh=IQeNeranl5S6tc2HHa971L5RW3eWTwV+AdjGphTpQ+k=; h=Date:From:Subject:To:Reply-To; b=MaCFFBtJRp/Sb1m5Ol3IJlgkLH6moosCA5e8PIb6p3DQg/62i6V4ueADtX4n3xZOO 0KyK4J3B/gG1D15tu/Amne2tyjv1NSRtgXBfWvokpSMObgaXIFZcdodVEpZQFLNQei rzKCxUrR04iLMa+xd2zRpF/n4Lwly+fAlKH6s84c= Received: by cvs.NetBSD.org (Postfix, from userid 500) id B4A36FA2C; Sun, 28 Apr 2024 08:39:07 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171429354729650" MIME-Version: 1.0 Date: Sun, 28 Apr 2024 08:39:07 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-Perl-Version To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20240428083907.B4A36FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171429354729650 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Sun Apr 28 08:39:07 UTC 2024 Modified Files: pkgsrc/devel/p5-Perl-Version: Makefile distinfo Log Message: Update to 1.017 Upstream changes: 1.017 2024-03-09T01:36:13Z * fix encoding argment to read_line ("Odd number" warning), from Andreas Hadjiprocopis (#11) 1.016 2024-01-05T13:53:50Z * new minimum version is v5.10, for version.pm * git rid of File::Slurp::Tiny * fix case where perl-reversion changes the number of digits used in the alpha section (GitHub #10) * fix a few doc things (GitHub #8 and #9) 1.015 2024-01-04T15:10:25Z * update a few distro things * code is now at https://github.com/briandfoy/perl-version * report issues to https://github.com/briandfoy/perl-version/issues 1.014 2016-06-07T18:41:20Z * Bump to release version 1.014 2015-11-29T16:03:25Z * Bump to release version To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/p5-Perl-Version/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/p5-Perl-Version/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171429354729650 Content-Disposition: inline Content-Length: 1650 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Perl-Version/Makefile diff -u pkgsrc/devel/p5-Perl-Version/Makefile:1.22 pkgsrc/devel/p5-Perl-Version/Makefile:1.23 --- pkgsrc/devel/p5-Perl-Version/Makefile:1.22 Thu Jul 6 09:39:52 2023 +++ pkgsrc/devel/p5-Perl-Version/Makefile Sun Apr 28 08:39:07 2024 @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.22 2023/07/06 09:39:52 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2024/04/28 08:39:07 wen Exp $ # -DISTNAME= Perl-Version-1.013 +DISTNAME= Perl-Version-1.017 PKGNAME= p5-${DISTNAME} -PKGREVISION= 9 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Perl/} Index: pkgsrc/devel/p5-Perl-Version/distinfo diff -u pkgsrc/devel/p5-Perl-Version/distinfo:1.7 pkgsrc/devel/p5-Perl-Version/distinfo:1.8 --- pkgsrc/devel/p5-Perl-Version/distinfo:1.7 Tue Oct 26 10:17:19 2021 +++ pkgsrc/devel/p5-Perl-Version/distinfo Sun Apr 28 08:39:07 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2021/10/26 10:17:19 nia Exp $ +$NetBSD: distinfo,v 1.8 2024/04/28 08:39:07 wen Exp $ -BLAKE2s (Perl-Version-1.013.tar.gz) = 90d0adb1e7b13221e92f08fe6b9305be7983dfc32a59bc8547f85ccf13e00024 -SHA512 (Perl-Version-1.013.tar.gz) = a6740b113c65c9ef4c8c2ce76ea17250ebf582a669086b3bac9df7a68af6765813f03c7e99b55c2a5f3f4c843d426ae3d22df0865d39a25faf6b87b202a3328c -Size (Perl-Version-1.013.tar.gz) = 23012 bytes +BLAKE2s (Perl-Version-1.017.tar.gz) = d1b843a1066f908e3711e06930c23c6e1ba797969d64e26acc43bc1bd8e6c221 +SHA512 (Perl-Version-1.017.tar.gz) = 0aafef2f0fa208502236f1f32cf7e19a5d29b628587f116a46be3b0111036cd0304581b3ca0ab53f6277aedfe18681cf2dea842172289a7ec67124f1f4ef4697 +Size (Perl-Version-1.017.tar.gz) = 30441 bytes --_----------=_171429354729650--