Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 9F1A17A265 for ; Sun, 18 Sep 2016 14:29:08 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 1098F85EDF; Sun, 18 Sep 2016 14:29:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 939F985E8A for ; Sun, 18 Sep 2016 14:29:07 +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 G5zwnUVaie1Z for ; Sun, 18 Sep 2016 14:29:07 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 0C87684CEE for ; Sun, 18 Sep 2016 14:29:07 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id F21B7FBD1; Sun, 18 Sep 2016 14:29:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1474208946208940" MIME-Version: 1.0 Date: Sun, 18 Sep 2016 14:29:06 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/time/p5-DateTime-TimeZone To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20160918142906.F21B7FBD1@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1474208946208940 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sun Sep 18 14:29:06 UTC 2016 Modified Files: pkgsrc/time/p5-DateTime-TimeZone: Makefile distinfo Log Message: Updated time/p5-DateTime-TimeZone to 2.02 ----------------------------------------- 2.02 2016-09-16 - Replaced Params::Validate with Params::ValidationCompiler. (pkgsrc changes) - for runtime: +DEPENDS+= p5-Params-ValidationCompiler-[0-9]*:../../devel/p5-Params-ValidationCompiler +DEPENDS+= p5-Specio-[0-9]*:../../devel/p5-Specio - for make test: +BUILD_DEPENDS+= p5-Exception-Class-[0-9]*:../../devel/p5-Exception-Class +BUILD_DEPENDS+= p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean To generate a diff of this commit: cvs rdiff -u -r1.79 -r1.80 pkgsrc/time/p5-DateTime-TimeZone/Makefile cvs rdiff -u -r1.67 -r1.68 pkgsrc/time/p5-DateTime-TimeZone/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1474208946208940 Content-Disposition: inline Content-Length: 2879 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/time/p5-DateTime-TimeZone/Makefile diff -u pkgsrc/time/p5-DateTime-TimeZone/Makefile:1.79 pkgsrc/time/p5-DateTime-TimeZone/Makefile:1.80 --- pkgsrc/time/p5-DateTime-TimeZone/Makefile:1.79 Thu Jul 21 12:26:51 2016 +++ pkgsrc/time/p5-DateTime-TimeZone/Makefile Sun Sep 18 14:29:06 2016 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.79 2016/07/21 12:26:51 wiz Exp $ +# $NetBSD: Makefile,v 1.80 2016/09/18 14:29:06 mef Exp $ -DISTNAME= DateTime-TimeZone-2.01 +DISTNAME= DateTime-TimeZone-2.02 PKGNAME= p5-${DISTNAME} CATEGORIES= time perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/} @@ -15,12 +15,17 @@ DEPENDS+= p5-Params-Validate>=0.72:../.. DEPENDS+= p5-List-AllUtils>=0:../../devel/p5-List-AllUtils DEPENDS+= p5-Module-Runtime-[0-9]*:../../devel/p5-Module-Runtime DEPENDS+= p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny +DEPENDS+= p5-Params-ValidationCompiler-[0-9]*:../../devel/p5-Params-ValidationCompiler +DEPENDS+= p5-Specio-[0-9]*:../../devel/p5-Specio + # for tests, but can't depend in it, since it depends on this package #BUILD_DEPENDS+= p5-DateTime>=0.1501:../../time/p5-DateTime +BUILD_DEPENDS+= p5-Exception-Class-[0-9]*:../../devel/p5-Exception-Class BUILD_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal BUILD_DEPENDS+= p5-Test-Output-[0-9]*:../../devel/p5-Test-Output BUILD_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires BUILD_DEPENDS+= p5-Test-Taint-[0-9]*:../../devel/p5-Test-Taint +BUILD_DEPENDS+= p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean # on HPUX it requires ../../time/p5-DateTime-TimeZone-HPUX # but this will result in a circular dependency Index: pkgsrc/time/p5-DateTime-TimeZone/distinfo diff -u pkgsrc/time/p5-DateTime-TimeZone/distinfo:1.67 pkgsrc/time/p5-DateTime-TimeZone/distinfo:1.68 --- pkgsrc/time/p5-DateTime-TimeZone/distinfo:1.67 Thu Jul 21 12:26:51 2016 +++ pkgsrc/time/p5-DateTime-TimeZone/distinfo Sun Sep 18 14:29:06 2016 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.67 2016/07/21 12:26:51 wiz Exp $ +$NetBSD: distinfo,v 1.68 2016/09/18 14:29:06 mef Exp $ -SHA1 (DateTime-TimeZone-2.01.tar.gz) = 82a9c0a3222ebff88d3a1b902ed8ab189f0174f7 -RMD160 (DateTime-TimeZone-2.01.tar.gz) = 9abe83213edc0cdb10b7ab6add6cb64a89dea4bc -SHA512 (DateTime-TimeZone-2.01.tar.gz) = 57c98bbf25cd0aedb8cae72ea9b15042f75d74c776d125c53bdf487202d7fbb643367be3e0ddfb3080661ecec584e0a08b5ec0854f67bc50321da47a699999cf -Size (DateTime-TimeZone-2.01.tar.gz) = 929462 bytes +SHA1 (DateTime-TimeZone-2.02.tar.gz) = 739a85cb4c073900a23eb8bbf42520c71910af26 +RMD160 (DateTime-TimeZone-2.02.tar.gz) = 9afc1d6405a5c10da073a0b77febc547d9e74f79 +SHA512 (DateTime-TimeZone-2.02.tar.gz) = dab1cd18b2ffba3d5ed8a445292fcd38c54b12754021e6cab3681db3992f119a7e461dbcfcaf9b2dc2dc805d77e295e366487aa8974454ef7c035bec8a288532 +Size (DateTime-TimeZone-2.02.tar.gz) = 930752 bytes --_----------=_1474208946208940--