Received: by mail.netbsd.org (Postfix, from userid 605) id 3915884D8C; Tue, 26 Sep 2017 14:57:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BFEFB84D4F for ; Tue, 26 Sep 2017 14:57:33 +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 eEtl60l7kI_Q for ; Tue, 26 Sep 2017 14:57:33 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4EAC084CE2 for ; Tue, 26 Sep 2017 14:57:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4D19EFA9C; Tue, 26 Sep 2017 14:57:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1506437853226130" MIME-Version: 1.0 Date: Tue, 26 Sep 2017 14:57:33 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/time/p5-Time-Piece To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170926145733.4D19EFA9C@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. --_----------=_1506437853226130 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Sep 26 14:57:33 UTC 2017 Modified Files: pkgsrc/time/p5-Time-Piece: Makefile distinfo Log Message: p5-Time-Piece: update to 1.3202. 1.3202 2017-09-13 - Fix AIX compile 1.3201 2017-06-22 - Fix compile errors on MS - Use macro for buf sizes - Remove some compile warnings - SP of by 1 in _crt_localtime 1.32 2017-06-20 - Since 1.31: - New truncate() method - Add new flags: %F, %T, %P + more - Add rudimentary locale support via use_locale() - More tests - Less bugs (hopefully) To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 pkgsrc/time/p5-Time-Piece/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/time/p5-Time-Piece/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1506437853226130 Content-Disposition: inline Content-Length: 1712 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/time/p5-Time-Piece/Makefile diff -u pkgsrc/time/p5-Time-Piece/Makefile:1.32 pkgsrc/time/p5-Time-Piece/Makefile:1.33 --- pkgsrc/time/p5-Time-Piece/Makefile:1.32 Mon Jun 5 14:25:06 2017 +++ pkgsrc/time/p5-Time-Piece/Makefile Tue Sep 26 14:57:33 2017 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.32 2017/06/05 14:25:06 ryoon Exp $ +# $NetBSD: Makefile,v 1.33 2017/09/26 14:57:33 wiz Exp $ -DISTNAME= Time-Piece-1.31 +DISTNAME= Time-Piece-1.3202 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= time perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/} Index: pkgsrc/time/p5-Time-Piece/distinfo diff -u pkgsrc/time/p5-Time-Piece/distinfo:1.17 pkgsrc/time/p5-Time-Piece/distinfo:1.18 --- pkgsrc/time/p5-Time-Piece/distinfo:1.17 Sun Jan 10 19:40:40 2016 +++ pkgsrc/time/p5-Time-Piece/distinfo Tue Sep 26 14:57:33 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.17 2016/01/10 19:40:40 bsiegert Exp $ +$NetBSD: distinfo,v 1.18 2017/09/26 14:57:33 wiz Exp $ -SHA1 (Time-Piece-1.31.tar.gz) = 4fe54169b8a1869cc40c18b660326d5d1fcd3f98 -RMD160 (Time-Piece-1.31.tar.gz) = 71e65fe846a22e107d0c5452f8ded66d50408f25 -SHA512 (Time-Piece-1.31.tar.gz) = ad7a3eb5ff6db99ce90e0001322e71c583951e9f8627b7f51ab7db0cc368272514ed625a1d6666b9759c5920bbbfcfa67fdad08d7ae586b5eef364a843cf758a -Size (Time-Piece-1.31.tar.gz) = 28968 bytes +SHA1 (Time-Piece-1.3202.tar.gz) = 89138fd92e68493384787f47c290f53a2c95e87a +RMD160 (Time-Piece-1.3202.tar.gz) = ce56ff61c40aed3ae2257bb4bbdb2c4e55ee0523 +SHA512 (Time-Piece-1.3202.tar.gz) = e7d90b7fb5a1627d8e0d9f7440d10fc67dd4209d73b90be9cc4941982e0e3c8574b312566b846ce090c735b40272739c459774724eeeca1222902a1c6bf392d1 +Size (Time-Piece-1.3202.tar.gz) = 34341 bytes --_----------=_1506437853226130--