diff options
author | culot <culot@FreeBSD.org> | 2013-08-12 17:12:47 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2013-08-12 17:12:47 +0800 |
commit | c1482511add8d2358b4a77212c9f3c3ebd3c1eec (patch) | |
tree | f71e77e4c35f4439e8898dfede922ff8aad5aa49 | |
parent | e6b445fdb75bc4b274877cbb48c81def2b656ca3 (diff) | |
download | freebsd-ports-gnome-c1482511add8d2358b4a77212c9f3c3ebd3c1eec.tar.gz freebsd-ports-gnome-c1482511add8d2358b4a77212c9f3c3ebd3c1eec.tar.zst freebsd-ports-gnome-c1482511add8d2358b4a77212c9f3c3ebd3c1eec.zip |
- Update to 0.37
Changes: http://search.cpan.org/dist/FormValidator-Lite/Changes
PR: ports/181195
Submitted by: TAKAHASHI Kaoru <kaoru@kaisei.org> (maintainer)
-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 |