diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2010-06-13 12:45:50 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2010-06-13 12:45:50 +0000 |
commit | 708a5fbc01fe9c35546606729f512c517fdd1427 (patch) | |
tree | 64c2eebfcb27dd278cd80112a58e1725f6613bf9 /textproc/p5-FormValidator-Lite | |
parent | c761d487286eb31ad14abbda5b5000157faa36eb (diff) |
Notes
Diffstat (limited to 'textproc/p5-FormValidator-Lite')
-rw-r--r-- | textproc/p5-FormValidator-Lite/Makefile | 3 | ||||
-rw-r--r-- | textproc/p5-FormValidator-Lite/distinfo | 6 | ||||
-rw-r--r-- | textproc/p5-FormValidator-Lite/pkg-plist | 1 |
3 files changed, 6 insertions, 4 deletions
diff --git a/textproc/p5-FormValidator-Lite/Makefile b/textproc/p5-FormValidator-Lite/Makefile index 467eadda3c9a..ca728ae66e78 100644 --- a/textproc/p5-FormValidator-Lite/Makefile +++ b/textproc/p5-FormValidator-Lite/Makefile @@ -6,7 +6,7 @@ # PORTNAME= FormValidator-Lite -PORTVERSION= 0.12 +PORTVERSION= 0.13 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -25,6 +25,7 @@ MAN3= FormValidator::Lite.3 \ FormValidator::Lite::Constraint::Email.3 \ FormValidator::Lite::Constraint::File.3 \ FormValidator::Lite::Constraint::Japanese.3 \ + FormValidator::Lite::Constraint::Time.3 \ FormValidator::Lite::Constraint::URL.3 \ FormValidator::Lite::Messages::en.3 \ FormValidator::Lite::Messages::ja.3 diff --git a/textproc/p5-FormValidator-Lite/distinfo b/textproc/p5-FormValidator-Lite/distinfo index 4e358ab2aff5..28ed6900e729 100644 --- a/textproc/p5-FormValidator-Lite/distinfo +++ b/textproc/p5-FormValidator-Lite/distinfo @@ -1,3 +1,3 @@ -MD5 (FormValidator-Lite-0.12.tar.gz) = 999dd1252f879d9c39dadaa7b71fa502 -SHA256 (FormValidator-Lite-0.12.tar.gz) = 9d2005917c4c5a496ab0b585ae1a592413430018ebe06b6f2f0dc25b61a7295d -SIZE (FormValidator-Lite-0.12.tar.gz) = 58771 +MD5 (FormValidator-Lite-0.13.tar.gz) = f6fa7c63be43b76d98a539c851e772d1 +SHA256 (FormValidator-Lite-0.13.tar.gz) = c9f2294bbb4e80182560be4a59c6bd438f2e9400990056d3fa23758d3d81913b +SIZE (FormValidator-Lite-0.13.tar.gz) = 60630 diff --git a/textproc/p5-FormValidator-Lite/pkg-plist b/textproc/p5-FormValidator-Lite/pkg-plist index 00e43685b1e2..9227128091d8 100644 --- a/textproc/p5-FormValidator-Lite/pkg-plist +++ b/textproc/p5-FormValidator-Lite/pkg-plist @@ -6,6 +6,7 @@ %%SITE_PERL%%/FormValidator/Lite/Constraint/Email.pm %%SITE_PERL%%/FormValidator/Lite/Constraint/URL.pm %%SITE_PERL%%/FormValidator/Lite/Constraint/Date.pm +%%SITE_PERL%%/FormValidator/Lite/Constraint/Time.pm %%SITE_PERL%%/FormValidator/Lite/Messages/en.pm %%SITE_PERL%%/FormValidator/Lite/Messages/ja.pm %%SITE_PERL%%/FormValidator/Lite/Upload/CGI.pm |