diff options
author | Frederic Culot <culot@FreeBSD.org> | 2013-08-12 09:12:47 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2013-08-12 09:12:47 +0000 |
commit | 49e08f2bbe0157fccb177f9f000a25d677a5944c (patch) | |
tree | f71e77e4c35f4439e8898dfede922ff8aad5aa49 /textproc/p5-FormValidator-Lite | |
parent | d899a51e0517f205db738d39b62f82c75c4df32f (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 | 4 | ||||
-rw-r--r-- | textproc/p5-FormValidator-Lite/pkg-plist | 2 |
3 files changed, 6 insertions, 3 deletions
diff --git a/textproc/p5-FormValidator-Lite/Makefile b/textproc/p5-FormValidator-Lite/Makefile index 2835adae5147..7354efccd7e5 100644 --- a/textproc/p5-FormValidator-Lite/Makefile +++ b/textproc/p5-FormValidator-Lite/Makefile @@ -3,7 +3,7 @@ # PORTNAME= FormValidator-Lite -PORTVERSION= 0.34 +PORTVERSION= 0.37 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -33,6 +33,7 @@ MAN3= FormValidator::Lite.3 \ FormValidator::Lite::Constraint::Email.3 \ FormValidator::Lite::Constraint::File.3 \ FormValidator::Lite::Constraint::Japanese.3 \ + FormValidator::Lite::Constraint::Number.3 \ FormValidator::Lite::Constraint::Time.3 \ FormValidator::Lite::Constraint::URL.3 \ FormValidator::Lite::Messages::en.3 \ diff --git a/textproc/p5-FormValidator-Lite/distinfo b/textproc/p5-FormValidator-Lite/distinfo index 661dbfa69346..933d2d4ed5cf 100644 --- a/textproc/p5-FormValidator-Lite/distinfo +++ b/textproc/p5-FormValidator-Lite/distinfo @@ -1,2 +1,2 @@ -SHA256 (FormValidator-Lite-0.34.tar.gz) = 4e408f1b6c13b351244bf789a27c9eea78792f99390d4a34387e267c9f416db2 -SIZE (FormValidator-Lite-0.34.tar.gz) = 31658 +SHA256 (FormValidator-Lite-0.37.tar.gz) = 787edf16d448b08640f12c18216a6e70a7a7e9dda32dc6326f2c0d27a218575f +SIZE (FormValidator-Lite-0.37.tar.gz) = 33075 diff --git a/textproc/p5-FormValidator-Lite/pkg-plist b/textproc/p5-FormValidator-Lite/pkg-plist index 70c94fbfc294..7c840eeb9c22 100644 --- a/textproc/p5-FormValidator-Lite/pkg-plist +++ b/textproc/p5-FormValidator-Lite/pkg-plist @@ -5,8 +5,10 @@ %%SITE_PERL%%/FormValidator/Lite/Constraint/Email.pm %%SITE_PERL%%/FormValidator/Lite/Constraint/File.pm %%SITE_PERL%%/FormValidator/Lite/Constraint/Japanese.pm +%%SITE_PERL%%/FormValidator/Lite/Constraint/Number.pm %%SITE_PERL%%/FormValidator/Lite/Constraint/Time.pm %%SITE_PERL%%/FormValidator/Lite/Constraint/URL.pm +%%SITE_PERL%%/FormValidator/Lite/Hash.pm %%SITE_PERL%%/FormValidator/Lite/Messages/en.pm %%SITE_PERL%%/FormValidator/Lite/Messages/ja.pm %%SITE_PERL%%/FormValidator/Lite/Upload.pm |