Received: by mail.netbsd.org (Postfix, from userid 605) id 2BDEE84D99; Sat, 3 Mar 2018 01:46:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 96B2284D8B for ; Sat, 3 Mar 2018 01:46:04 +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 VjQ2KFYdL4kZ for ; Sat, 3 Mar 2018 01:46:04 +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 1C8AC84D24 for ; Sat, 3 Mar 2018 01:46:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0CFCFFB40; Sat, 3 Mar 2018 01:46:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1520041564139090" MIME-Version: 1.0 Date: Sat, 3 Mar 2018 01:46:04 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/p5-Date-Manip To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20180303014604.0CFCFFB40@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. --_----------=_1520041564139090 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sat Mar 3 01:46:03 UTC 2018 Modified Files: pkgsrc/devel/p5-Date-Manip: Makefile distinfo Log Message: Updated devel/p5-Date-Manip to 6.70. Upstream ChangeLog not known. To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 pkgsrc/devel/p5-Date-Manip/Makefile cvs rdiff -u -r1.36 -r1.37 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. --_----------=_1520041564139090 Content-Disposition: inline Content-Length: 1695 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.65 pkgsrc/devel/p5-Date-Manip/Makefile:1.66 --- pkgsrc/devel/p5-Date-Manip/Makefile:1.65 Mon Sep 4 12:23:02 2017 +++ pkgsrc/devel/p5-Date-Manip/Makefile Sat Mar 3 01:46:03 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.65 2017/09/04 12:23:02 wiz Exp $ +# $NetBSD: Makefile,v 1.66 2018/03/03 01:46:03 mef Exp $ -DISTNAME= Date-Manip-6.60 +DISTNAME= Date-Manip-6.70 PKGNAME= p5-${DISTNAME} CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Date/} Index: pkgsrc/devel/p5-Date-Manip/distinfo diff -u pkgsrc/devel/p5-Date-Manip/distinfo:1.36 pkgsrc/devel/p5-Date-Manip/distinfo:1.37 --- pkgsrc/devel/p5-Date-Manip/distinfo:1.36 Mon Sep 4 12:23:02 2017 +++ pkgsrc/devel/p5-Date-Manip/distinfo Sat Mar 3 01:46:03 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.36 2017/09/04 12:23:02 wiz Exp $ +$NetBSD: distinfo,v 1.37 2018/03/03 01:46:03 mef Exp $ -SHA1 (Date-Manip-6.60.tar.gz) = e7329eb1c0d63d140f8070839ecac86461c31117 -RMD160 (Date-Manip-6.60.tar.gz) = 39a2789e55ced57a352a5528437e707996b86936 -SHA512 (Date-Manip-6.60.tar.gz) = 46ac9696aea04167427957a43de1b44041ea05d3eaf01ffbdbfda9f458b3073f36ec46c9661ac437f96731d0f40aebc206ef385c6c4aff1b147917fc2c89a1cf -Size (Date-Manip-6.60.tar.gz) = 1824792 bytes +SHA1 (Date-Manip-6.70.tar.gz) = b4f1d9ae735486b54483c0155240a42210539840 +RMD160 (Date-Manip-6.70.tar.gz) = 9afec2cf787e6c0774620fb1a843769531f65085 +SHA512 (Date-Manip-6.70.tar.gz) = 67550a3f558fa0c075a9fb43bd59b23328d5d55d053c207a92db6a6e18cba6d2f53ca190110d2f1b00338b1e249d7021b3184f3d9f3965cba0160211a64beb26 +Size (Date-Manip-6.70.tar.gz) = 1819230 bytes --_----------=_1520041564139090--