Received: by mail.netbsd.org (Postfix, from userid 605) id B443884D4D; Sat, 18 May 2019 04:16:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 38DD584C82 for ; Sat, 18 May 2019 04:16:58 +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 xjpzFELKt0Fr for ; Sat, 18 May 2019 04:16:57 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id AA23E84C81 for ; Sat, 18 May 2019 04:16:57 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A00E2FB16; Sat, 18 May 2019 04:16:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1558153017187610" MIME-Version: 1.0 Date: Sat, 18 May 2019 04:16:57 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/time/p5-Time-Duration To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20190518041657.A00E2FB16@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. --_----------=_1558153017187610 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Sat May 18 04:16:57 UTC 2019 Modified Files: pkgsrc/time/p5-Time-Duration: Makefile distinfo Log Message: Update to 1.21 Upstream changes: 1.21 2019-05-11 NEILB - Added Time::Elapsed to SEE ALSO, suggested by Ron Savage in RT#122186. - Updated AUTHOR section to reflect that Neil Bowers is current maintainer. - Extended testsuite so there's full code coverage (not pod yet). To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/time/p5-Time-Duration/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/time/p5-Time-Duration/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1558153017187610 Content-Disposition: inline Content-Length: 1795 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/time/p5-Time-Duration/Makefile diff -u pkgsrc/time/p5-Time-Duration/Makefile:1.16 pkgsrc/time/p5-Time-Duration/Makefile:1.17 --- pkgsrc/time/p5-Time-Duration/Makefile:1.16 Wed Aug 22 09:47:19 2018 +++ pkgsrc/time/p5-Time-Duration/Makefile Sat May 18 04:16:57 2019 @@ -1,9 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2018/08/22 09:47:19 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2019/05/18 04:16:57 wen Exp $ -DISTNAME= Time-Duration-1.20 -#PKGNAME= p5-${DISTNAME}0 +DISTNAME= Time-Duration-1.21 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 CATEGORIES= devel perl5 time MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/} Index: pkgsrc/time/p5-Time-Duration/distinfo diff -u pkgsrc/time/p5-Time-Duration/distinfo:1.5 pkgsrc/time/p5-Time-Duration/distinfo:1.6 --- pkgsrc/time/p5-Time-Duration/distinfo:1.5 Mon Nov 2 23:31:41 2015 +++ pkgsrc/time/p5-Time-Duration/distinfo Sat May 18 04:16:57 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2015/11/02 23:31:41 agc Exp $ +$NetBSD: distinfo,v 1.6 2019/05/18 04:16:57 wen Exp $ -SHA1 (Time-Duration-1.20.tar.gz) = 4038a85c4ac60930c6ee6382aee897478bfae28b -RMD160 (Time-Duration-1.20.tar.gz) = aa642c91ef52a699ede6c6eeee1a4e4439ffced8 -SHA512 (Time-Duration-1.20.tar.gz) = 74bdcbc2b65061ad30540a95467de24f552235cea2367a7770309d9ffefeb35717f438e4f7ebf6a1d63f338cd714ffe16b3f45808514995db9753d643892d5f9 -Size (Time-Duration-1.20.tar.gz) = 15478 bytes +SHA1 (Time-Duration-1.21.tar.gz) = e9836d53f8a707622c18cbbab16f78b2c6fb476f +RMD160 (Time-Duration-1.21.tar.gz) = e46407700ee353837bbc6c53996f8c2bf75a8990 +SHA512 (Time-Duration-1.21.tar.gz) = 2d03d73096967265f16f4ebde2d9fbb83fce591e15fa01f5f4f750123f27a4571bbd01d5d93f785f78ee8810aca9d945241e6a767b65f45abb4608d321108020 +Size (Time-Duration-1.21.tar.gz) = 16205 bytes --_----------=_1558153017187610--