Received: by mail.netbsd.org (Postfix, from userid 605) id A86E584E2E; Sat, 20 Oct 2018 13:17:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A226C84D94 for ; Sat, 20 Oct 2018 13:17:01 +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 a3tk8Vnx5YPw for ; Sat, 20 Oct 2018 13:17:01 +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 DB4F984C77 for ; Sat, 20 Oct 2018 13:17:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 99899FBEE; Sat, 20 Oct 2018 13:17:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_154004142037490" MIME-Version: 1.0 Date: Sat, 20 Oct 2018 13:17:00 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/time/p5-Test-Time To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20181020131700.99899FBEE@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. --_----------=_154004142037490 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Sat Oct 20 13:17:00 UTC 2018 Modified Files: pkgsrc/time/p5-Test-Time: Makefile distinfo Log Message: Update to 0.07 Upstream changes: 0.07 2018-09-27T03:37:54Z Fix unimport/import issue (by dakkar) To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/time/p5-Test-Time/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/time/p5-Test-Time/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_154004142037490 Content-Disposition: inline Content-Length: 1665 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/time/p5-Test-Time/Makefile diff -u pkgsrc/time/p5-Test-Time/Makefile:1.8 pkgsrc/time/p5-Test-Time/Makefile:1.9 --- pkgsrc/time/p5-Test-Time/Makefile:1.8 Wed Aug 22 09:47:19 2018 +++ pkgsrc/time/p5-Test-Time/Makefile Sat Oct 20 13:17:00 2018 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2018/08/22 09:47:19 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2018/10/20 13:17:00 wen Exp $ -DISTNAME= Test-Time-0.06 +DISTNAME= Test-Time-0.07 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= time perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} Index: pkgsrc/time/p5-Test-Time/distinfo diff -u pkgsrc/time/p5-Test-Time/distinfo:1.5 pkgsrc/time/p5-Test-Time/distinfo:1.6 --- pkgsrc/time/p5-Test-Time/distinfo:1.5 Sat Jul 7 11:26:57 2018 +++ pkgsrc/time/p5-Test-Time/distinfo Sat Oct 20 13:17:00 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2018/07/07 11:26:57 wen Exp $ +$NetBSD: distinfo,v 1.6 2018/10/20 13:17:00 wen Exp $ -SHA1 (Test-Time-0.06.tar.gz) = a40d00f5862b2cc88cea677e8fe3db8308b05c43 -RMD160 (Test-Time-0.06.tar.gz) = 8bc058ce8ce3f51a0e1572889d814f612e17b56e -SHA512 (Test-Time-0.06.tar.gz) = ec0b18f6462c6a478e391fae82ebf9bae14677fcd9a35d499eecdc2a1fa55ce9f28b710bdbbd2e9389ca87fd3d9980f52d037aa6178471f9dd6f53a8848ade3a -Size (Test-Time-0.06.tar.gz) = 53660 bytes +SHA1 (Test-Time-0.07.tar.gz) = 3f4b0689ed978cde36f6c0333252fb7152b60edb +RMD160 (Test-Time-0.07.tar.gz) = 3db054889751a420c7a83a923eefe76392d85cb4 +SHA512 (Test-Time-0.07.tar.gz) = b5ad87ea43eaae6b474be4aa7d153fe89bb9cc86254257e68073ff214b901846096037634a8d73b1e0852d5bf51fbee58e32c742c0726702ddb06d79679a65f9 +Size (Test-Time-0.07.tar.gz) = 53813 bytes --_----------=_154004142037490--