Update to 1.02

bump PORTEPOCH because it went from 1.0100 to 1.02
restrict to perl 5.6.1 and higher because of new dependency

Approved by:	demon (mentor)
This commit is contained in:
Mathieu Arnold 2003-08-20 08:05:39 +00:00
parent ba468fffa6
commit 5bba790c1a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=87340
2 changed files with 11 additions and 4 deletions

View File

@ -6,7 +6,8 @@
#
PORTNAME= DateTime-Event-Easter
PORTVERSION= 1.0100
PORTVERSION= 1.02
PORTEPOCH= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DateTime
@ -17,6 +18,7 @@ COMMENT= Returns Easter events for DateTime objects
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \
${SITE_PERL}/DateTime/Calendar/Julian.pm:${PORTSDIR}/devel/p5-DateTime-Calendar-Julian \
${SITE_PERL}/DateTime/Set.pm:${PORTSDIR}/devel/p5-DateTime-Set \
${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate
RUN_DEPENDS= ${BUILD_DEPENDS}
@ -24,6 +26,11 @@ PERL_CONFIGURE= yes
MAN3= DateTime::Event::Easter.3
WRKSRC= ${WRKDIR}/${DISTNAME:S/00//}
.include <bsd.port.pre.mk>
.include <bsd.port.mk>
# Because p5-Set-Infinite needs 5.6.1
.if ${PERL_LEVEL} < 500601
IGNORE="Need at least perl 5.6.1 to build"
.endif
.include <bsd.port.post.mk>

View File

@ -1 +1 @@
MD5 (DateTime-Event-Easter-1.0100.tar.gz) = cf282e5341da41f4ef70b25a749ad566
MD5 (DateTime-Event-Easter-1.02.tar.gz) = 2480c7f6b8207e401a84a914deff2ce4