Index: head/devel/p5-DateTime/Makefile =================================================================== --- head/devel/p5-DateTime/Makefile (revision 233310) +++ head/devel/p5-DateTime/Makefile (revision 233311) @@ -1,44 +1,43 @@ # New ports collection makefile for: p5-DateTime # Date created: 4 mai 2003 # Whom: Mathieu Arnold # # $FreeBSD$ # PORTNAME= DateTime -PORTVERSION= 0.47 +PORTVERSION= 0.49 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= mat@FreeBSD.org COMMENT= A date and time object -RUN_DEPENDS= ${SITE_PERL}/Class/Factory/Util.pm:${PORTSDIR}/devel/p5-Class-Factory-Util \ - ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate \ - ${SITE_PERL}/DateTime/TimeZone.pm:${PORTSDIR}/devel/p5-DateTime-TimeZone \ - ${SITE_PERL}/DateTime/Locale.pm:${PORTSDIR}/devel/p5-DateTime-Locale \ - ${SITE_PERL}/Time/Local.pm:${PORTSDIR}/devel/p5-Time-Local +RUN_DEPENDS= p5-DateTime-Locale>=0.41:${PORTSDIR}/devel/p5-DateTime-Locale \ + p5-DateTime-TimeZone>=0.59:${PORTSDIR}/devel/p5-DateTime-TimeZone \ + p5-Params-Validate>=0.76:${PORTSDIR}/devel/p5-Params-Validate BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes MAN3= DateTime.3 DateTime::Duration.3 \ DateTime::Helpers.3 DateTime::Infinite.3 DateTime::LeapSecond.3 .if !defined(NOPORTDOCS) PORTDOCS= CREDITS Changes TODO post-install: @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .endif .include -.if ${PERL_LEVEL} < 500800 -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils +.if ${PERL_LEVEL} < 500703 +RUN_DEPENDS+= p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils \ + p5-Time-Local>=1.04:${PORTSDIR}/devel/p5-Time-Local .endif .include Property changes on: head/devel/p5-DateTime/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.38 \ No newline at end of property +1.39 \ No newline at end of property Index: head/devel/p5-DateTime/distinfo =================================================================== --- head/devel/p5-DateTime/distinfo (revision 233310) +++ head/devel/p5-DateTime/distinfo (revision 233311) @@ -1,3 +1,3 @@ -MD5 (DateTime-0.47.tar.gz) = 9d2ee69f93f18f7e5477578df6e56526 -SHA256 (DateTime-0.47.tar.gz) = dd2ae23185af6db060eedbfe10aad395d60acef4783cf31d396941edfc05d515 -SIZE (DateTime-0.47.tar.gz) = 136429 +MD5 (DateTime-0.49.tar.gz) = 698f17c47826717fa9cbbc47a8790af0 +SHA256 (DateTime-0.49.tar.gz) = 4cefd6e84e11c5cdde9620d451507b09e4f0a17b8711a32d0b2f09868546b4d3 +SIZE (DateTime-0.49.tar.gz) = 137710 Property changes on: head/devel/p5-DateTime/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.39 \ No newline at end of property +1.40 \ No newline at end of property Index: head/devel/p5-DateTime/pkg-descr =================================================================== --- head/devel/p5-DateTime/pkg-descr (revision 233310) +++ head/devel/p5-DateTime/pkg-descr (revision 233311) @@ -1,4 +1,4 @@ DateTime is a class for the representation of date/time combinations, and is part of the Perl DateTime project. For details on this project please see -WWW: http://datetime.perl.org/ +WWW: http://search.cpan.org/dist/DateTime/ Property changes on: head/devel/p5-DateTime/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property