Received: by mail.netbsd.org (Postfix, from userid 605) id B630A84D6B; Mon, 7 Sep 2020 17:56:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3CAC684D6A for ; Mon, 7 Sep 2020 17:56:20 +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 Ja-Y7xgqJenJ for ; Mon, 7 Sep 2020 17:56:19 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B247484D54 for ; Mon, 7 Sep 2020 17:56:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AD92FFB28; Mon, 7 Sep 2020 17:56:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_159950137963300" MIME-Version: 1.0 Date: Mon, 7 Sep 2020 17:56:19 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/time/p5-TimeDate To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20200907175619.AD92FFB28@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. --_----------=_159950137963300 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Sep 7 17:56:19 UTC 2020 Modified Files: pkgsrc/time/p5-TimeDate: Makefile distinfo Log Message: p5-TimeDate: update to 2.33. 2.33 -- Wed May 19 11:34:00 MT 2020 * Remove PAX Headers in tarball using GNU tar 2.32 -- Wed Mar 04 14:41:00 MT 2020 * Fix t/date.t to run on leap years [arc] 2.31 -- Thu Jan 16 14:00:00 MT 2020 * Fix year 2020 bug from t/getdate.t [Prajith] * Fix warnings from t/date.t * Fix pod issue in lib/Date/Parse.pm * Fix for French language using English day suffixes in %o [mitchjacksontech] * RT#84075: Fix Date::Parse::str2time century issue. [perlpilot] * Adds Occitan language. [Quenty31] * Migrate GitHub repo and bugtracker to atoomic/perl-TimeDate To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 pkgsrc/time/p5-TimeDate/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/time/p5-TimeDate/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_159950137963300 Content-Disposition: inline Content-Length: 1659 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/time/p5-TimeDate/Makefile diff -u pkgsrc/time/p5-TimeDate/Makefile:1.37 pkgsrc/time/p5-TimeDate/Makefile:1.38 --- pkgsrc/time/p5-TimeDate/Makefile:1.37 Mon Aug 31 18:12:28 2020 +++ pkgsrc/time/p5-TimeDate/Makefile Mon Sep 7 17:56:19 2020 @@ -1,9 +1,7 @@ -# $NetBSD: Makefile,v 1.37 2020/08/31 18:12:28 wiz Exp $ -# +# $NetBSD: Makefile,v 1.38 2020/09/07 17:56:19 wiz Exp $ -DISTNAME= TimeDate-2.30 +DISTNAME= TimeDate-2.33 PKGNAME= p5-${DISTNAME} -PKGREVISION= 7 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Date/} Index: pkgsrc/time/p5-TimeDate/distinfo diff -u pkgsrc/time/p5-TimeDate/distinfo:1.9 pkgsrc/time/p5-TimeDate/distinfo:1.10 --- pkgsrc/time/p5-TimeDate/distinfo:1.9 Mon Nov 2 23:31:42 2015 +++ pkgsrc/time/p5-TimeDate/distinfo Mon Sep 7 17:56:19 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2015/11/02 23:31:42 agc Exp $ +$NetBSD: distinfo,v 1.10 2020/09/07 17:56:19 wiz Exp $ -SHA1 (TimeDate-2.30.tar.gz) = db2f810bf665062998ffc1ba873c29287120f3f5 -RMD160 (TimeDate-2.30.tar.gz) = 78eb4306d82635d15182e16044467f5e6ffeb39a -SHA512 (TimeDate-2.30.tar.gz) = c6aa7d57fbe82260c7455f74f6dfda55f7c93d7a75914bafb9d09ebfb83b5f57f6bc1e332ab0764d7688d857eb022b0f5e92cf5b685d809c63cdfa93a8d2c221 -Size (TimeDate-2.30.tar.gz) = 31109 bytes +SHA1 (TimeDate-2.33.tar.gz) = 33384f2bcea9d9bb77009d1be00e671add9df69a +RMD160 (TimeDate-2.33.tar.gz) = b0cb4cbec7ec9cb19e04531b8e6b0ee99fe70c5e +SHA512 (TimeDate-2.33.tar.gz) = a3a20a0d9439e68bf621c66fad0598e6257345727be79c87c7cc99994b3a58eb738787fedb720beb069e9758ad1347c15313f64411806dd0f4dfbcca5061c820 +Size (TimeDate-2.33.tar.gz) = 29997 bytes --_----------=_159950137963300--