diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2006-01-06 04:22:59 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2006-01-06 04:22:59 +0000 |
commit | c0e69aa3473494bfaadae30a65540fc2dfec8f2e (patch) | |
tree | af26418941f8e03b52e3e93a1d71938047a8fbf7 /textproc | |
parent | 84598f77e3879f1fd52b1ad902eb5dd25de9a4c8 (diff) |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Data-FormValidator/Makefile | 12 | ||||
-rw-r--r-- | textproc/p5-Data-FormValidator/distinfo | 6 |
2 files changed, 9 insertions, 9 deletions
diff --git a/textproc/p5-Data-FormValidator/Makefile b/textproc/p5-Data-FormValidator/Makefile index 8529f47abbf2..4b908f51d3d9 100644 --- a/textproc/p5-Data-FormValidator/Makefile +++ b/textproc/p5-Data-FormValidator/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Data-FormValidator -PORTVERSION= 4.10 +PORTVERSION= 4.11 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Data @@ -15,14 +15,14 @@ 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 @@ -36,7 +36,7 @@ MAN3= Data::FormValidator.3 \ .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500601 +.if ${PERL_LEVEL} < 500600 IGNORE= requires perl 5.6.x or later. Install lang/perl5 then try again .endif diff --git a/textproc/p5-Data-FormValidator/distinfo b/textproc/p5-Data-FormValidator/distinfo index b69cfbd379bc..a84ea6a7e601 100644 --- a/textproc/p5-Data-FormValidator/distinfo +++ b/textproc/p5-Data-FormValidator/distinfo @@ -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 |