Index: head/textproc/p5-Data-FormValidator/Makefile =================================================================== --- head/textproc/p5-Data-FormValidator/Makefile (revision 152856) +++ head/textproc/p5-Data-FormValidator/Makefile (revision 152857) @@ -1,43 +1,43 @@ # New ports collection makefile for: Data::FormValidator # Date created: 27 Oct 2001 # Whom: Seamus Venasse # # $FreeBSD$ # PORTNAME= Data-FormValidator -PORTVERSION= 4.10 +PORTVERSION= 4.11 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Data PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Validates user input (usually from an HTML form) based -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc \ - ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ - ${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod \ +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc \ ${SITE_PERL}/File/MMagic.pm:${PORTSDIR}/devel/p5-File-MMagic \ ${SITE_PERL}/Image/Size.pm:${PORTSDIR}/graphics/p5-Image-Size \ ${SITE_PERL}/Regexp/Common.pm:${PORTSDIR}/textproc/p5-Regexp-Common \ ${SITE_PERL}/MIME/Types.pm:${PORTSDIR}/mail/p5-MIME-Types -RUN_DEPENDS= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ + ${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod PERL_MODBUILD= yes MAN3= Data::FormValidator.3 \ Data::FormValidator::ConstraintsFactory.3 \ Data::FormValidator::Constraints.3 \ Data::FormValidator::Constraints::Dates.3 \ Data::FormValidator::Constraints::Upload.3 \ Data::FormValidator::Filters.3 \ Data::FormValidator::Results.3 .include -.if ${PERL_LEVEL} < 500601 +.if ${PERL_LEVEL} < 500600 IGNORE= requires perl 5.6.x or later. Install lang/perl5 then try again .endif .include Property changes on: head/textproc/p5-Data-FormValidator/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property Index: head/textproc/p5-Data-FormValidator/distinfo =================================================================== --- head/textproc/p5-Data-FormValidator/distinfo (revision 152856) +++ head/textproc/p5-Data-FormValidator/distinfo (revision 152857) @@ -1,3 +1,3 @@ -MD5 (Data-FormValidator-4.10.tar.gz) = 9641da301215d18610ee45724af50dfd -SHA256 (Data-FormValidator-4.10.tar.gz) = 82fe08bb94561584f51833e24513d2df05aa75def0f6c6846d606ed56b4fe781 -SIZE (Data-FormValidator-4.10.tar.gz) = 81707 +MD5 (Data-FormValidator-4.11.tar.gz) = 5caa29832f31d71230d43fec42605cd4 +SHA256 (Data-FormValidator-4.11.tar.gz) = 1ae1fd3d14104e31276e4b4fa37b60b5b6993137de19e98ce8119112f5adb709 +SIZE (Data-FormValidator-4.11.tar.gz) = 83489 Property changes on: head/textproc/p5-Data-FormValidator/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.14 \ No newline at end of property +1.15 \ No newline at end of property