svn commit: r330927 - head/devel/p5-DateTime-Event-Sunrise
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Oct 19 19:30:37 UTC 2013
Author: sunpoet
Date: Sat Oct 19 19:30:36 2013
New Revision: 330927
URL: http://svnweb.freebsd.org/changeset/ports/330927
Log:
- Update to 0.0503
- Add LICENSE
- Support STAGEDIR
- Use CPAN as primary WWW
Changes: http://search.cpan.org/dist/DateTime-Event-Sunrise/Changes
Modified:
head/devel/p5-DateTime-Event-Sunrise/Makefile
head/devel/p5-DateTime-Event-Sunrise/distinfo (contents, props changed)
head/devel/p5-DateTime-Event-Sunrise/pkg-descr (contents, props changed)
head/devel/p5-DateTime-Event-Sunrise/pkg-plist (contents, props changed)
Modified: head/devel/p5-DateTime-Event-Sunrise/Makefile
==============================================================================
--- head/devel/p5-DateTime-Event-Sunrise/Makefile Sat Oct 19 19:26:58 2013 (r330926)
+++ head/devel/p5-DateTime-Event-Sunrise/Makefile Sat Oct 19 19:30:36 2013 (r330927)
@@ -2,23 +2,25 @@
# $FreeBSD$
PORTNAME= DateTime-Event-Sunrise
-PORTVERSION= 0.05.02
-DISTVERSION= ${PORTVERSION:C/\.(..)$/\1/}
+PORTVERSION= 0.05.03
CATEGORIES= devel perl5
MASTER_SITES= CPAN
+DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= DateTime Objects for sunrise and sunset for a given day
-RUN_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
- p5-DateTime-Set>=0:${PORTSDIR}/devel/p5-DateTime-Set
-BUILD_DEPENDS:= ${RUN_DEPENDS}
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
+BUILD_DEPENDS= p5-DateTime>=0.21:${PORTSDIR}/devel/p5-DateTime \
+ p5-DateTime-Set>=0.16:${PORTSDIR}/devel/p5-DateTime-Set \
+ p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \
+ p5-Set-Infinite>=0:${PORTSDIR}/devel/p5-Set-Infinite
+RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
-MAN3= DateTime::Event::Sunrise.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/devel/p5-DateTime-Event-Sunrise/distinfo
==============================================================================
--- head/devel/p5-DateTime-Event-Sunrise/distinfo Sat Oct 19 19:26:58 2013 (r330926)
+++ head/devel/p5-DateTime-Event-Sunrise/distinfo Sat Oct 19 19:30:36 2013 (r330927)
@@ -1,2 +1,2 @@
-SHA256 (DateTime-Event-Sunrise-0.0502.tar.gz) = dc2987a1a050c02b1145329366cb00cf819430874e2487655ef4467a450a6fd0
-SIZE (DateTime-Event-Sunrise-0.0502.tar.gz) = 20335
+SHA256 (DateTime-Event-Sunrise-0.0503.tar.gz) = 361d21f6ba875dfe49079a060816067828a3f1942edfcecbb8fc07a7adff9be7
+SIZE (DateTime-Event-Sunrise-0.0503.tar.gz) = 30116
Modified: head/devel/p5-DateTime-Event-Sunrise/pkg-descr
==============================================================================
--- head/devel/p5-DateTime-Event-Sunrise/pkg-descr Sat Oct 19 19:26:58 2013 (r330926)
+++ head/devel/p5-DateTime-Event-Sunrise/pkg-descr Sat Oct 19 19:30:36 2013 (r330927)
@@ -1,3 +1,4 @@
This module will return a DateTime recurrence set for sunrise or sunset.
+WWW: http://search.cpan.org/dist/DateTime-Event-Sunrise/
WWW: http://datetime.perl.org/
Modified: head/devel/p5-DateTime-Event-Sunrise/pkg-plist
==============================================================================
--- head/devel/p5-DateTime-Event-Sunrise/pkg-plist Sat Oct 19 19:26:58 2013 (r330926)
+++ head/devel/p5-DateTime-Event-Sunrise/pkg-plist Sat Oct 19 19:30:36 2013 (r330927)
@@ -1,5 +1,6 @@
%%SITE_PERL%%/DateTime/Event/Sunrise.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Event/Sunrise/.packlist
+%%PERL5_MAN3%%/DateTime::Event::Sunrise.3.gz
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Event/Sunrise
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Event
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime
More information about the svn-ports-all
mailing list