diff options
author | wxs <wxs@FreeBSD.org> | 2010-06-13 20:45:50 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2010-06-13 20:45:50 +0800 |
commit | a31ce2d8e6868777e08abaf851ea11054fcbc3c2 (patch) | |
tree | 7771e3d94de3bb0b71f7e8d527ce34eb829de2c3 /textproc | |
parent | 673993cdd17dce02c99c09b32bebc86f558c621e (diff) | |
download | freebsd-ports-gnome-a31ce2d8e6868777e08abaf851ea11054fcbc3c2.tar.gz freebsd-ports-gnome-a31ce2d8e6868777e08abaf851ea11054fcbc3c2.tar.zst freebsd-ports-gnome-a31ce2d8e6868777e08abaf851ea11054fcbc3c2.zip |
Update to 0.13
PR: ports/147721
Submitted by: TAKAHASHI Kaoru <kaoru@kaisei.org> (maintainer)
Diffstat (limited to 'textproc')
-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 |