ports/151857: [PATCH] www/p5-HTML-FormHandler: update to 0.32005
Vladimir Timofeev
vovkasm at gmail.com
Mon Nov 1 09:20:11 UTC 2010
>Number: 151857
>Category: ports
>Synopsis: [PATCH] www/p5-HTML-FormHandler: update to 0.32005
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Mon Nov 01 09:20:10 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: Vladimir Timofeev
>Release: FreeBSD 7.1-RELEASE-p2 amd64
>Organization:
>Environment:
System: FreeBSD veda.park.rambler.ru 7.1-RELEASE-p2 FreeBSD 7.1-RELEASE-p2 #0: Thu Feb 12 22:34:21 MSK 2009
>Description:
- Update to 0.32005
Port maintainer (az at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:
--- p5-HTML-FormHandler-0.32005,1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/p5-HTML-FormHandler/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- Makefile 15 Oct 2010 19:23:42 -0000 1.11
+++ Makefile 1 Nov 2010 08:57:39 -0000
@@ -4,7 +4,7 @@
# $FreeBSD: ports/www/p5-HTML-FormHandler/Makefile,v 1.11 2010/10/15 19:23:42 az Exp $
PORTNAME= HTML-FormHandler
-PORTVERSION= 0.32003
+PORTVERSION= 0.32005
PORTEPOCH= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
@@ -20,7 +20,6 @@
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,8 @@
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::Base.3 \
+ HTML::FormHandler::BuildFields.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 \
@@ -74,6 +74,7 @@
HTML::FormHandler::Widget::Form::Table.3 \
HTML::FormHandler::Widget::Wrapper::Simple.3 \
HTML::FormHandler::TraitFor::Captcha.3 \
+ HTML::FormHandler::Traits.3 \
HTML::FormHandler::Widget::Wrapper::Fieldset.3 \
HTML::FormHandler::Widget::Field::NoRender.3 \
HTML::FormHandler::Widget::Field::Textarea.3 \
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/www/p5-HTML-FormHandler/distinfo,v
retrieving revision 1.8
diff -u -r1.8 distinfo
--- distinfo 15 Oct 2010 19:23:42 -0000 1.8
+++ distinfo 1 Nov 2010 08:57:39 -0000
@@ -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
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/www/p5-HTML-FormHandler/pkg-plist,v
retrieving revision 1.7
diff -u -r1.7 pkg-plist
--- pkg-plist 15 Oct 2010 19:23:42 -0000 1.7
+++ pkg-plist 1 Nov 2010 08:57:39 -0000
@@ -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
@@ -90,6 +91,7 @@
%%SITE_PERL%%/HTML/FormHandler/Validate.pm
%%SITE_PERL%%/HTML/FormHandler/TraitFor/I18N.pm
%%SITE_PERL%%/HTML/FormHandler/TraitFor/Captcha.pm
+%%SITE_PERL%%/HTML/FormHandler/Traits.pm
%%SITE_PERL%%/HTML/FormHandler/Validate/Actions.pm
%%SITE_PERL%%/HTML/FormHandler/Widget/ApplyRole.pm
%%SITE_PERL%%/HTML/FormHandler/Widget/Field/Checkbox.pm
--- p5-HTML-FormHandler-0.32005,1.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list