diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2006-02-14 08:56:12 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2006-02-14 08:56:12 +0000 |
commit | 80c15815b1c874c2f4f3eeebc8764a3883d9cd77 (patch) | |
tree | 23424af021e9c97e2606e3a4cc003f6cc9d204df /textproc | |
parent | 94234b015599de9efcc3c7e2250e0c2a03e00965 (diff) |
Update to 4.13. Since it fails a lot of tests with 5.6.X, require
5.8.X.
Notes
Notes:
svn path=/head/; revision=155987
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Data-FormValidator/Makefile | 7 | ||||
-rw-r--r-- | textproc/p5-Data-FormValidator/distinfo | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/textproc/p5-Data-FormValidator/Makefile b/textproc/p5-Data-FormValidator/Makefile index 766b8ef220ec..eb8a4110bb45 100644 --- a/textproc/p5-Data-FormValidator/Makefile +++ b/textproc/p5-Data-FormValidator/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Data-FormValidator -PORTVERSION= 4.12 +PORTVERSION= 4.13 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Data @@ -36,8 +36,9 @@ MAN3= Data::FormValidator.3 \ .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500600 -IGNORE= requires perl 5.6.x or later. Install lang/perl5 then try again +# fails a lot of tests with 5.6.X, so require 5.8.X +.if ${PERL_LEVEL} < 500800 +IGNORE= requires perl 5.8.x or later. Install lang/perl5 then try again .endif .include <bsd.port.post.mk> diff --git a/textproc/p5-Data-FormValidator/distinfo b/textproc/p5-Data-FormValidator/distinfo index 8e428e2bc159..69b521846520 100644 --- a/textproc/p5-Data-FormValidator/distinfo +++ b/textproc/p5-Data-FormValidator/distinfo @@ -1,3 +1,3 @@ -MD5 (Data-FormValidator-4.12.tar.gz) = 6ab8b21886c3ed259f760b22587052d8 -SHA256 (Data-FormValidator-4.12.tar.gz) = bad7906b9a2292730cb9d3fd9dc130fe01bebd4c9f43df21552746db5db26fe8 -SIZE (Data-FormValidator-4.12.tar.gz) = 83548 +MD5 (Data-FormValidator-4.13.tar.gz) = e3f901300709aa09704170401b485fbb +SHA256 (Data-FormValidator-4.13.tar.gz) = 26585138fa469c22f1781d916686988e68a2bcbf34a3cf0ca73f9d4b58801f12 +SIZE (Data-FormValidator-4.13.tar.gz) = 83718 |