Received: by mail.netbsd.org (Postfix, from userid 605) id 82FA384D9D; Sat, 24 Feb 2018 04:16:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7FF2F84D58 for ; Sat, 24 Feb 2018 04:16:12 +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 q594K3H_Nhcp for ; Sat, 24 Feb 2018 04:16:11 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C231E84D36 for ; Sat, 24 Feb 2018 04:16:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 92CDFFB40; Sat, 24 Feb 2018 04:16:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_151944577117900" MIME-Version: 1.0 Date: Sat, 24 Feb 2018 04:16:11 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/time/p5-Time-Piece To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20180224041611.92CDFFB40@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. --_----------=_151944577117900 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Sat Feb 24 04:16:11 UTC 2018 Modified Files: pkgsrc/time/p5-Time-Piece: Makefile distinfo Log Message: Update to 1.3204 Upstream changes: 1.3204 2018-02-19 - Fix compilation warnings. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 pkgsrc/time/p5-Time-Piece/Makefile cvs rdiff -u -r1.19 -r1.20 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. --_----------=_151944577117900 Content-Disposition: inline Content-Length: 1697 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.34 pkgsrc/time/p5-Time-Piece/Makefile:1.35 --- pkgsrc/time/p5-Time-Piece/Makefile:1.34 Sat Dec 30 15:06:49 2017 +++ pkgsrc/time/p5-Time-Piece/Makefile Sat Feb 24 04:16:11 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.34 2017/12/30 15:06:49 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2018/02/24 04:16:11 wen Exp $ -DISTNAME= Time-Piece-1.3203 +DISTNAME= Time-Piece-1.3204 PKGNAME= p5-${DISTNAME} 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.19 pkgsrc/time/p5-Time-Piece/distinfo:1.20 --- pkgsrc/time/p5-Time-Piece/distinfo:1.19 Sat Dec 30 15:06:49 2017 +++ pkgsrc/time/p5-Time-Piece/distinfo Sat Feb 24 04:16:11 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.19 2017/12/30 15:06:49 wiz Exp $ +$NetBSD: distinfo,v 1.20 2018/02/24 04:16:11 wen Exp $ -SHA1 (Time-Piece-1.3203.tar.gz) = e84df8debb816f0cc096ee37150c715744b4ba17 -RMD160 (Time-Piece-1.3203.tar.gz) = 213bee1b32c55002afe4062869b163deb073acd8 -SHA512 (Time-Piece-1.3203.tar.gz) = 9b8f17778266d1e76947f34fa56e83d8a891ff3ea19290dd9a70dd4dbda01bbc4ea78f35293a80f3ceff8b8db7377c091494d37ce5e34e9def63becf2ba2d7cd -Size (Time-Piece-1.3203.tar.gz) = 34468 bytes +SHA1 (Time-Piece-1.3204.tar.gz) = 6803b134ca19e7d1ea1426dded8140547d54aaa7 +RMD160 (Time-Piece-1.3204.tar.gz) = eb515d0844bf4e66f10cf52a3b6808a55aa9b07c +SHA512 (Time-Piece-1.3204.tar.gz) = 6084bc4caccdbc4559d70a1f41a730eef2f99db7461a6de607e9113fd8570876c47a644b020548deb0773b074d147908a908f6eb6d5440c8a90ecf0dfd1f5a39 +Size (Time-Piece-1.3204.tar.gz) = 34475 bytes --_----------=_151944577117900--