From owner-svn-ports-head@freebsd.org Fri Feb 19 15:48:07 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D19ACAAEAF9; Fri, 19 Feb 2016 15:48:07 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AA31D1E2F; Fri, 19 Feb 2016 15:48:07 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1JFm6KJ040396; Fri, 19 Feb 2016 15:48:06 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1JFm6NQ040392; Fri, 19 Feb 2016 15:48:06 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201602191548.u1JFm6NQ040392@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Fri, 19 Feb 2016 15:48:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409186 - head/devel/p5-DateTime-TimeZone-LMT X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 15:48:08 -0000 Author: adamw Date: Fri Feb 19 15:48:06 2016 New Revision: 409186 URL: https://svnweb.freebsd.org/changeset/ports/409186 Log: Update to 1.01. Instead of indirectly bringing in dependencies, list them out directly. Add TEST_DEPENDS, NO_ARCH, and LICENSE. Sort plist. WWW did not contain anything about this module, so change it to the usual meta::cpan page. Changes: https://metacpan.org/changes/distribution/DateTime-TimeZone-LMT Modified: head/devel/p5-DateTime-TimeZone-LMT/Makefile head/devel/p5-DateTime-TimeZone-LMT/distinfo head/devel/p5-DateTime-TimeZone-LMT/pkg-descr head/devel/p5-DateTime-TimeZone-LMT/pkg-plist Modified: head/devel/p5-DateTime-TimeZone-LMT/Makefile ============================================================================== --- head/devel/p5-DateTime-TimeZone-LMT/Makefile Fri Feb 19 15:37:51 2016 (r409185) +++ head/devel/p5-DateTime-TimeZone-LMT/Makefile Fri Feb 19 15:48:06 2016 (r409186) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= DateTime-TimeZone-LMT -PORTVERSION= 1.00 -PORTREVISION= 1 +PORTVERSION= 1.01 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,10 +10,17 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Local Mean Time time zone for DateTime -BUILD_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-DateTime>=0.12:${PORTSDIR}/devel/p5-DateTime \ + p5-DateTime-TimeZone>=0.13:${PORTSDIR}/devel/p5-DateTime-TimeZone \ + p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include Modified: head/devel/p5-DateTime-TimeZone-LMT/distinfo ============================================================================== --- head/devel/p5-DateTime-TimeZone-LMT/distinfo Fri Feb 19 15:37:51 2016 (r409185) +++ head/devel/p5-DateTime-TimeZone-LMT/distinfo Fri Feb 19 15:48:06 2016 (r409186) @@ -1,2 +1,2 @@ -SHA256 (DateTime-TimeZone-LMT-1.00.tar.gz) = d702752fca6ebfeebed00f0e26fb71fbaa0e187bf4001c827f61dbb3aaa88fed -SIZE (DateTime-TimeZone-LMT-1.00.tar.gz) = 12219 +SHA256 (DateTime-TimeZone-LMT-1.01.tar.gz) = 93c0d4c2d1ee47ed8087aa98234b385fbe8eb73303689131e5063e3ba1dcec6f +SIZE (DateTime-TimeZone-LMT-1.01.tar.gz) = 15524 Modified: head/devel/p5-DateTime-TimeZone-LMT/pkg-descr ============================================================================== --- head/devel/p5-DateTime-TimeZone-LMT/pkg-descr Fri Feb 19 15:37:51 2016 (r409185) +++ head/devel/p5-DateTime-TimeZone-LMT/pkg-descr Fri Feb 19 15:48:06 2016 (r409186) @@ -7,4 +7,4 @@ again, the Solar:: modules will probably If you want more information on the difference between LMT and LAT, search the www for 'equation of time' or 'ephemeris'. -WWW: http://datetime.perl.org/ +WWW: https://metacpan.org/pod/DateTime::TimeZone::LMT Modified: head/devel/p5-DateTime-TimeZone-LMT/pkg-plist ============================================================================== --- head/devel/p5-DateTime-TimeZone-LMT/pkg-plist Fri Feb 19 15:37:51 2016 (r409185) +++ head/devel/p5-DateTime-TimeZone-LMT/pkg-plist Fri Feb 19 15:48:06 2016 (r409186) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/DateTime::TimeZone::LMT.3.gz %%SITE_PERL%%/DateTime/TimeZone/LMT.pm +%%PERL5_MAN3%%/DateTime::TimeZone::LMT.3.gz