Received: by mail.netbsd.org (Postfix, from userid 605) id B8A4F84D41; Sun, 16 Aug 2020 00:19:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 41E0784CED for ; Sun, 16 Aug 2020 00:19:46 +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 e2mn3tUAKSPF for ; Sun, 16 Aug 2020 00:19:45 +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 BFB0F84CE9 for ; Sun, 16 Aug 2020 00:19:45 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B3EABFB28; Sun, 16 Aug 2020 00:19:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_159753718588870" MIME-Version: 1.0 Date: Sun, 16 Aug 2020 00:19:45 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-Date-Manip To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20200816001945.B3EABFB28@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. --_----------=_159753718588870 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Sun Aug 16 00:19:45 UTC 2020 Modified Files: pkgsrc/devel/p5-Date-Manip: Makefile distinfo Log Message: Update to 6.82 Upstream changes: 6.82 2020-06-01 - Time zone fixes Newest zoneinfo data (tzdata 2020a). To generate a diff of this commit: cvs rdiff -u -r1.77 -r1.78 pkgsrc/devel/p5-Date-Manip/Makefile cvs rdiff -u -r1.45 -r1.46 pkgsrc/devel/p5-Date-Manip/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_159753718588870 Content-Disposition: inline Content-Length: 1692 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Date-Manip/Makefile diff -u pkgsrc/devel/p5-Date-Manip/Makefile:1.77 pkgsrc/devel/p5-Date-Manip/Makefile:1.78 --- pkgsrc/devel/p5-Date-Manip/Makefile:1.77 Sat Mar 21 13:03:27 2020 +++ pkgsrc/devel/p5-Date-Manip/Makefile Sun Aug 16 00:19:45 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.77 2020/03/21 13:03:27 mef Exp $ +# $NetBSD: Makefile,v 1.78 2020/08/16 00:19:45 wen Exp $ -DISTNAME= Date-Manip-6.81 +DISTNAME= Date-Manip-6.82 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Date/} Index: pkgsrc/devel/p5-Date-Manip/distinfo diff -u pkgsrc/devel/p5-Date-Manip/distinfo:1.45 pkgsrc/devel/p5-Date-Manip/distinfo:1.46 --- pkgsrc/devel/p5-Date-Manip/distinfo:1.45 Sat Mar 21 13:03:27 2020 +++ pkgsrc/devel/p5-Date-Manip/distinfo Sun Aug 16 00:19:45 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.45 2020/03/21 13:03:27 mef Exp $ +$NetBSD: distinfo,v 1.46 2020/08/16 00:19:45 wen Exp $ -SHA1 (Date-Manip-6.81.tar.gz) = 82373aac4bcb25c72f7fbe5dac03a6de83689acf -RMD160 (Date-Manip-6.81.tar.gz) = 04089f2817b5a330335e9d50e5ca07728cb502ae -SHA512 (Date-Manip-6.81.tar.gz) = 108549194a1084d6d235ba8765ae6e4f5fc15d7338b5f27c1b5e6239508001f4dbfb5182c67c0815acef7ee3c9ebe9ecf1ff500e186f20fa83125b4826a8e097 -Size (Date-Manip-6.81.tar.gz) = 2016495 bytes +SHA1 (Date-Manip-6.82.tar.gz) = eb38fa7dce54ef093abc77c61b95d0414468ef6b +RMD160 (Date-Manip-6.82.tar.gz) = 7c9551dc38f107e4c504b001d2e71613b16da978 +SHA512 (Date-Manip-6.82.tar.gz) = 2e34011b678d7efdd0f9c850c86f573316aa835d4b67732ee042403f90460e43c2fac76f2c0635a61512f1aa0eb64fc56fb2c4b2d80068ba7d1a603ae9c1dac2 +Size (Date-Manip-6.82.tar.gz) = 2015204 bytes --_----------=_159753718588870--