svn commit: r409186 - head/devel/p5-DateTime-TimeZone-LMT
Adam Weinberger
adamw at FreeBSD.org
Fri Feb 19 15:48:08 UTC 2016
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 at 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 <bsd.port.mk>
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
More information about the svn-ports-head
mailing list