Received: by mail.netbsd.org (Postfix, from userid 605) id 2D5C084D90; Tue, 2 Oct 2018 12:57:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4B3DF84D7F for ; Tue, 2 Oct 2018 12:57:18 +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 lrtAFSQXg7A7 for ; Tue, 2 Oct 2018 12:57:17 +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 8A4A484CEF for ; Tue, 2 Oct 2018 12:57:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 833A2FBEE; Tue, 2 Oct 2018 12:57:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_153848503714220" MIME-Version: 1.0 Date: Tue, 2 Oct 2018 12:57:17 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/time/p5-DateTime-Format-Flexible To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20181002125717.833A2FBEE@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. --_----------=_153848503714220 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Tue Oct 2 12:57:17 UTC 2018 Modified Files: pkgsrc/time/p5-DateTime-Format-Flexible: Makefile distinfo Log Message: Update to 0.31 Upstream changes: 0.31 Mon Sep 17 2018 - add support for Sep 10, 2018 12:58, Sep 10, 18 12:58 - thanks Ian! D. Allen To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 pkgsrc/time/p5-DateTime-Format-Flexible/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/time/p5-DateTime-Format-Flexible/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_153848503714220 Content-Disposition: inline Content-Length: 1979 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/time/p5-DateTime-Format-Flexible/Makefile diff -u pkgsrc/time/p5-DateTime-Format-Flexible/Makefile:1.21 pkgsrc/time/p5-DateTime-Format-Flexible/Makefile:1.22 --- pkgsrc/time/p5-DateTime-Format-Flexible/Makefile:1.21 Wed Aug 22 09:47:16 2018 +++ pkgsrc/time/p5-DateTime-Format-Flexible/Makefile Tue Oct 2 12:57:17 2018 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2018/08/22 09:47:16 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2018/10/02 12:57:17 wen Exp $ -DISTNAME= DateTime-Format-Flexible-0.30 +DISTNAME= DateTime-Format-Flexible-0.31 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= time perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/} Index: pkgsrc/time/p5-DateTime-Format-Flexible/distinfo diff -u pkgsrc/time/p5-DateTime-Format-Flexible/distinfo:1.12 pkgsrc/time/p5-DateTime-Format-Flexible/distinfo:1.13 --- pkgsrc/time/p5-DateTime-Format-Flexible/distinfo:1.12 Sun Mar 11 10:10:30 2018 +++ pkgsrc/time/p5-DateTime-Format-Flexible/distinfo Tue Oct 2 12:57:17 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.12 2018/03/11 10:10:30 wiz Exp $ +$NetBSD: distinfo,v 1.13 2018/10/02 12:57:17 wen Exp $ -SHA1 (DateTime-Format-Flexible-0.30.tar.gz) = afbd368bcea2c316842413283a33ffbca7723011 -RMD160 (DateTime-Format-Flexible-0.30.tar.gz) = 7104cfbd1c05e5af3dcbde2012c40db4a82ffdfc -SHA512 (DateTime-Format-Flexible-0.30.tar.gz) = 647f071c43e611fcdc462df2de429d11460b95c0ea4d59705817c53c57d500b9146125cf026e659f9128ce35142078bb58d97432e4488ee90f635e514ee40435 -Size (DateTime-Format-Flexible-0.30.tar.gz) = 74438 bytes +SHA1 (DateTime-Format-Flexible-0.31.tar.gz) = 6361fed48fae5a5c3569af554724c3b2b062d21e +RMD160 (DateTime-Format-Flexible-0.31.tar.gz) = b8178272a5f824f4377f4c72bb5d1a4a19563e36 +SHA512 (DateTime-Format-Flexible-0.31.tar.gz) = 07fefe78833437f1e0d57fe8cdece8893f24264353b291dfb010721e4b5c264bafaa0e17b1ec26ce98b5b0840278ee5ee0b0914493b6b80937548a76925dec8a +Size (DateTime-Format-Flexible-0.31.tar.gz) = 74507 bytes --_----------=_153848503714220--