diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-11-16 00:56:18 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-11-16 00:56:18 +0000 |
commit | 49886bfcd21587082eeed883eeeb1708319f7957 (patch) | |
tree | 0421f6ca24c0d35debbb779c11d1cabc2ca7599b /textproc/p5-Data-FormValidator | |
parent | eee41fe2806007b2abe695cee0481088ee98786c (diff) |
- Update to 4.70
- Sort *_DEPENDS
Changes: http://search.cpan.org/dist/Data-FormValidator/Changes
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=285878
Diffstat (limited to 'textproc/p5-Data-FormValidator')
-rw-r--r-- | textproc/p5-Data-FormValidator/Makefile | 8 | ||||
-rw-r--r-- | textproc/p5-Data-FormValidator/distinfo | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/textproc/p5-Data-FormValidator/Makefile b/textproc/p5-Data-FormValidator/Makefile index 8355ad1f0595..61879f5ba1a0 100644 --- a/textproc/p5-Data-FormValidator/Makefile +++ b/textproc/p5-Data-FormValidator/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Data-FormValidator -PORTVERSION= 4.66 +PORTVERSION= 4.70 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,15 +14,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Validates user input (usually from an HTML form) based -RUN_DEPENDS= p5-Date-Calc>=5.0:${PORTSDIR}/devel/p5-Date-Calc \ - p5-CGI.pm>=3.48:${PORTSDIR}/www/p5-CGI.pm \ +BUILD_DEPENDS= p5-CGI.pm>=3.48:${PORTSDIR}/www/p5-CGI.pm \ + p5-Date-Calc>=5.0:${PORTSDIR}/devel/p5-Date-Calc \ p5-Email-Valid>=0:${PORTSDIR}/mail/p5-Email-Valid \ p5-File-MMagic>=1.17:${PORTSDIR}/devel/p5-File-MMagic \ p5-Image-Size>=0:${PORTSDIR}/graphics/p5-Image-Size \ p5-MIME-Types>=1.005:${PORTSDIR}/mail/p5-MIME-Types \ p5-Perl6-Junction>=1.10:${PORTSDIR}/devel/p5-Perl6-Junction \ p5-Regexp-Common>=0:${PORTSDIR}/textproc/p5-Regexp-Common -BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_MODBUILD= yes diff --git a/textproc/p5-Data-FormValidator/distinfo b/textproc/p5-Data-FormValidator/distinfo index cef743ebb9d0..07807408e1b2 100644 --- a/textproc/p5-Data-FormValidator/distinfo +++ b/textproc/p5-Data-FormValidator/distinfo @@ -1,2 +1,2 @@ -SHA256 (Data-FormValidator-4.66.tar.gz) = e68635286ef3e5f51df0b2884c8a7463cd55f727827aa4ef8c10532fd346f3a5 -SIZE (Data-FormValidator-4.66.tar.gz) = 97145 +SHA256 (Data-FormValidator-4.70.tar.gz) = 239f6f809009d4e7cccf991c7741cbf349f6a1ed4dd8a91e67096650a7b7546a +SIZE (Data-FormValidator-4.70.tar.gz) = 118784 |