aboutsummaryrefslogtreecommitdiff
path: root/www/p5-HTML-FormHandler
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2010-11-04 14:47:17 +0000
committerAndrej Zverev <az@FreeBSD.org>2010-11-04 14:47:17 +0000
commitc2176a7de39680fbc12ca1658e3913b3094a8da4 (patch)
tree1851d7e1cd91d09630c81d908b95fcb3ac88b1ff /www/p5-HTML-FormHandler
parent196949ae79ea4ec347d6481c6ebf82af8f2963ee (diff)
downloadports-c2176a7de39680fbc12ca1658e3913b3094a8da4.tar.gz
ports-c2176a7de39680fbc12ca1658e3913b3094a8da4.zip
Notes
Diffstat (limited to 'www/p5-HTML-FormHandler')
-rw-r--r--www/p5-HTML-FormHandler/Makefile8
-rw-r--r--www/p5-HTML-FormHandler/distinfo5
-rw-r--r--www/p5-HTML-FormHandler/pkg-plist2
3 files changed, 8 insertions, 7 deletions
diff --git a/www/p5-HTML-FormHandler/Makefile b/www/p5-HTML-FormHandler/Makefile
index 282615b95f6e..f0ae7fd62b8d 100644
--- a/www/p5-HTML-FormHandler/Makefile
+++ b/www/p5-HTML-FormHandler/Makefile
@@ -4,7 +4,7 @@
# $FreeBSD$
PORTNAME= HTML-FormHandler
-PORTVERSION= 0.32003
+PORTVERSION= 0.32005
PORTEPOCH= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
@@ -20,7 +20,6 @@ BUILD_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
p5-Locale-Maketext>=1.09:${PORTSDIR}/devel/p5-Locale-Maketext \
p5-Moose>=0.90:${PORTSDIR}/devel/p5-Moose \
p5-MooseX-Getopt>=0.16:${PORTSDIR}/devel/p5-MooseX-Getopt \
- p5-MooseX-Traits>=0:${PORTSDIR}/devel/p5-MooseX-Traits \
p5-MooseX-Types>=0.20:${PORTSDIR}/devel/p5-MooseX-Types \
p5-MooseX-Types-Common>=0:${PORTSDIR}/devel/p5-MooseX-Types-Common \
p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny \
@@ -32,7 +31,7 @@ TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
p5-Test-Differences>=0:${PORTSDIR}/devel/p5-Test-Differences
PERL_CONFIGURE= 5.8.0+
-MAN3= HTML::FormHandler.3 HTML::FormHandler::BuildFields.3 \
+MAN3= HTML::FormHandler.3 \
HTML::FormHandler::Field.3 HTML::FormHandler::TraitFor::I18N.3 \
HTML::FormHandler::Render::WithTT.3 HTML::FormHandler::Field::NoValue.3 \
HTML::FormHandler::Field::Boolean.3 HTML::FormHandler::Field::Checkbox.3 \
@@ -103,6 +102,7 @@ MAN3= HTML::FormHandler.3 HTML::FormHandler::BuildFields.3 \
HTML::FormHandler::Widget::Field::Submit.3 \
HTML::FormHandler::Widget::Wrapper::None.3 \
HTML::FormHandler::Widget::Wrapper::Base.3 \
- HTML::FormHandler::Params.3
+ HTML::FormHandler::Params.3 HTML::FormHandler::Base.3 \
+ HTML::FormHandler::BuildFields.3 HTML::FormHandler::Traits.3
.include <bsd.port.mk>
diff --git a/www/p5-HTML-FormHandler/distinfo b/www/p5-HTML-FormHandler/distinfo
index 3b13a69961a7..89bd9401b6e4 100644
--- a/www/p5-HTML-FormHandler/distinfo
+++ b/www/p5-HTML-FormHandler/distinfo
@@ -1,3 +1,2 @@
-MD5 (HTML-FormHandler-0.32003.tar.gz) = fd9de16bd7185010e4860fcc9c3b3837
-SHA256 (HTML-FormHandler-0.32003.tar.gz) = 1fb281dc2637b8a131a33e2caefb3eada2bb0fa251d6949bd5501d95e960cc22
-SIZE (HTML-FormHandler-0.32003.tar.gz) = 161177
+SHA256 (HTML-FormHandler-0.32005.tar.gz) = 1a837eaf7ae1353a07caadee7923bbaac05c0fb9296ecfb9adb932a27247d438
+SIZE (HTML-FormHandler-0.32005.tar.gz) = 163930
diff --git a/www/p5-HTML-FormHandler/pkg-plist b/www/p5-HTML-FormHandler/pkg-plist
index ad714648942b..6f5c0d3f7330 100644
--- a/www/p5-HTML-FormHandler/pkg-plist
+++ b/www/p5-HTML-FormHandler/pkg-plist
@@ -15,6 +15,7 @@
%%SITE_PERL%%/auto/share/dist/HTML-FormHandler/templates/widget/checkbox.tt
%%SITE_PERL%%/auto/share/dist/HTML-FormHandler/templates/form.tt
%%SITE_PERL%%/HTML/FormHandler.pm
+%%SITE_PERL%%/HTML/FormHandler/Base.pm
%%SITE_PERL%%/HTML/FormHandler/BuildFields.pm
%%SITE_PERL%%/HTML/FormHandler/Field.pm
%%SITE_PERL%%/HTML/FormHandler/Field/Boolean.pm
@@ -88,6 +89,7 @@
%%SITE_PERL%%/HTML/FormHandler/Result/Role.pm
%%SITE_PERL%%/HTML/FormHandler/Types.pm
%%SITE_PERL%%/HTML/FormHandler/Validate.pm
+%%SITE_PERL%%/HTML/FormHandler/Traits.pm
%%SITE_PERL%%/HTML/FormHandler/TraitFor/I18N.pm
%%SITE_PERL%%/HTML/FormHandler/TraitFor/Captcha.pm
%%SITE_PERL%%/HTML/FormHandler/Validate/Actions.pm