diff options
author | Andrej Zverev <az@FreeBSD.org> | 2008-10-01 14:42:30 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2008-10-01 14:42:30 +0000 |
commit | b36c0e5107df5c8ed2c4ed0cc9d6ffa9b415b309 (patch) | |
tree | 90e53d6282df76d72dfa1559ce3ed505d6014f9a /www/p5-HTML-FormFu | |
parent | 1be9f6bd12d444a1e2be0d39dbb1a44af530a6c1 (diff) |
Notes
Diffstat (limited to 'www/p5-HTML-FormFu')
-rw-r--r-- | www/p5-HTML-FormFu/Makefile | 9 | ||||
-rw-r--r-- | www/p5-HTML-FormFu/distinfo | 6 | ||||
-rw-r--r-- | www/p5-HTML-FormFu/pkg-plist | 5 |
3 files changed, 13 insertions, 7 deletions
diff --git a/www/p5-HTML-FormFu/Makefile b/www/p5-HTML-FormFu/Makefile index 46f77f47c4ba..ee8c67005180 100644 --- a/www/p5-HTML-FormFu/Makefile +++ b/www/p5-HTML-FormFu/Makefile @@ -6,7 +6,7 @@ # PORTNAME= HTML-FormFu -PORTVERSION= 0.03004 +PORTVERSION= 0.03005 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../by-authors/id/C/CF/CFRANKS @@ -61,7 +61,6 @@ MAN3= HTML::FormFu::Inflator.3 \ HTML::FormFu::Element::Radio.3 \ HTML::FormFu::Element::SimpleTable.3 \ HTML::FormFu::Element::Block.3 \ - HTML::FormFu::Element::_DateSelect.3 \ HTML::FormFu::Element::Button.3 \ HTML::FormFu.3 \ HTML::FormFu::Validator::Callback.3 \ @@ -147,6 +146,10 @@ MAN3= HTML::FormFu::Inflator.3 \ HTML::FormFu::Filter::CompoundSprintf.3 \ HTML::FormFu::Filter::_Compound.3 \ HTML::FormFu::Element::reCAPTCHA.3 \ - HTML::FormFu::Constraint::reCAPTCHA.3 + HTML::FormFu::Constraint::reCAPTCHA.3 \ + HTML::FormFu::Element::_MultiElement.3 \ + HTML::FormFu::Element::_MultiText.3 \ + HTML::FormFu::Element::_MultiSelect.3 \ + HTML::FormFu::Element::ComboBox.3 .include <bsd.port.mk> diff --git a/www/p5-HTML-FormFu/distinfo b/www/p5-HTML-FormFu/distinfo index 6a8beaeb6b39..8fd9240fb7f0 100644 --- a/www/p5-HTML-FormFu/distinfo +++ b/www/p5-HTML-FormFu/distinfo @@ -1,3 +1,3 @@ -MD5 (HTML-FormFu-0.03004.tar.gz) = 577d77a7c9826aa5801353b5b830b9ac -SHA256 (HTML-FormFu-0.03004.tar.gz) = 91323d6a1f8f39bdf9f8c51b67de0c9f16f7eee8a014350137e05756aaebc527 -SIZE (HTML-FormFu-0.03004.tar.gz) = 225637 +MD5 (HTML-FormFu-0.03005.tar.gz) = 0bac58fc9ad070e931207cc6a83c1b2c +SHA256 (HTML-FormFu-0.03005.tar.gz) = 2d5e410221e25dbfb007d953511d28c6e446a389f1cf4c25dd5350f7a713f616 +SIZE (HTML-FormFu-0.03005.tar.gz) = 228103 diff --git a/www/p5-HTML-FormFu/pkg-plist b/www/p5-HTML-FormFu/pkg-plist index b5838b2e1672..cf5dfcb24a5c 100644 --- a/www/p5-HTML-FormFu/pkg-plist +++ b/www/p5-HTML-FormFu/pkg-plist @@ -38,8 +38,11 @@ man/man1/html_formfu_deploy.pl.1 %%SITE_PERL%%/HTML/FormFu/Element/Radio.pm %%SITE_PERL%%/HTML/FormFu/Element/SimpleTable.pm %%SITE_PERL%%/HTML/FormFu/Element/Block.pm +%%SITE_PERL%%/HTML/FormFu/Element/_MultiElement.pm +%%SITE_PERL%%/HTML/FormFu/Element/_MultiText.pm +%%SITE_PERL%%/HTML/FormFu/Element/_MultiSelect.pm +%%SITE_PERL%%/HTML/FormFu/Element/ComboBox.pm %%SITE_PERL%%/HTML/FormFu/Element/Button.pm -%%SITE_PERL%%/HTML/FormFu/Element/_DateSelect.pm %%SITE_PERL%%/HTML/FormFu/Element/_Input.pm %%SITE_PERL%%/HTML/FormFu/Element/Multi.pm %%SITE_PERL%%/HTML/FormFu/Element/reCAPTCHA.pm |