summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhiramatsu <hiramatsu>2011-11-18 13:21:41 +0000
committerhiramatsu <hiramatsu>2011-11-18 13:21:41 +0000
commit50b5abc83d7efc49d84942e0ada99d0a9ceb928e (patch)
tree00f51e2914599d46b3567b8a7cc6d6c4c529f798
parent3cb83e465a0a614d06721ccb017de67a8038c3bc (diff)
downloadpkgsrc-50b5abc83d7efc49d84942e0ada99d0a9ceb928e.tar.gz
Update p5-HTML-FormFu to 0.09005.
Changes from previous: 0.09005 2011-09-06 - bump version of prereq CGI to 3.37 to make all tests pass 0.09004 2011-08-26 - skip aggregate.t on Win32 - no functional changes to HTML::FormFu 0.09003_02 2011-08-25 - disable Test::Aggregate on Win32 0.09003_01 2011-05-11 - using Test::Aggregate for the test suite if installed tests finish now in seconds instead of minutes 0.09003 2011-05-10 - fixed regression in Model::HashRef introduced in 0.09000 0.09002 2011-03-21 - Hopefully fix IO::Interactive dependency properly 0.09001 2011-03-31 - Fix IO::Interactive dependency 0.09000 2011-03-29 - Codebase changed to use Moose - massive internal changes - any custom Elements, Constraints, etc will require changes. See advice on mailing list: http://www.mail-archive.com/html-formfu@lists.scsys.co.uk/msg02325.html Or ask for help on the mailing list: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu - Bug fix: was a fatal error when a value was submitted for Label element (code called delete_nested_hash_value instead of deleted_nested_hash_key). - Bug fix: RT#65728 Filter::Split shouldn't return a value if no value was submitted. - Bug fix: Element::Date now uses default() in preference to default_natural(). RT#65727 - DateTime elements, minutes and seconds have new 'interval' option. - Now only delete submitted value if there's no other field on the form with the same name. - load_config_file(stem) now honours the include path order, to mimic TT behaviour.
-rw-r--r--www/p5-HTML-FormFu/Makefile10
-rw-r--r--www/p5-HTML-FormFu/distinfo8
2 files changed, 10 insertions, 8 deletions
diff --git a/www/p5-HTML-FormFu/Makefile b/www/p5-HTML-FormFu/Makefile
index 36631813883..48b2ea9b1bf 100644
--- a/www/p5-HTML-FormFu/Makefile
+++ b/www/p5-HTML-FormFu/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2011/08/14 16:05:53 obache Exp $
+# $NetBSD: Makefile,v 1.6 2011/11/18 13:21:41 hiramatsu Exp $
#
-DISTNAME= HTML-FormFu-0.08002
+DISTNAME= HTML-FormFu-0.09005
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/}
@@ -17,7 +16,6 @@ PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= p5-Captcha-reCAPTCHA>=0.93:../../www/p5-Captcha-reCAPTCHA
DEPENDS+= p5-Class-Accessor-Chained-[0-9]*:../../devel/p5-Class-Accessor-Chained
-#DEPENDS+= p5-Class-C3-[0-9]*:../../devel/p5-Class-C3
DEPENDS+= p5-Clone>=0.31:../../devel/p5-Clone
DEPENDS+= p5-Config-Any>=0.18:../../devel/p5-Config-Any
DEPENDS+= p5-Crypt-CBC-[0-9]*:../../security/p5-Crypt-CBC
@@ -38,6 +36,10 @@ DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils
DEPENDS+= {perl>=5.10.0,p5-Scalar-List-Utils-[0-9]*}:../../devel/p5-Scalar-List-Utils
DEPENDS+= {perl>=5.7.3,p5-Locale-Maketext-[0-9]*}:../../misc/p5-Locale-Maketext
DEPENDS+= {perl>=5.10.0,p5-Module-Pluggable-[0-9]*}:../../devel/p5-Module-Pluggable
+DEPENDS+= p5-Moose-[0-9]*:../../devel/p5-Moose
+DEPENDS+= p5-MooseX-ChainedAccessors>=0.02:../../devel/p5-MooseX-ChainedAccessors
+DEPENDS+= p5-MooseX-Aliases-[0-9]*:../../devel/p5-MooseX-Aliases
+DEPENDS+= p5-MooseX-SetOnce-[0-9]*:../../devel/p5-MooseX-SetOnce
DEPENDS+= p5-Number-Format-[0-9]*:../../textproc/p5-Number-Format
DEPENDS+= p5-Path-Class-[0-9]*:../../devel/p5-Path-Class
DEPENDS+= p5-Regexp-Common-[0-9]*:../../textproc/p5-Regexp-Common
diff --git a/www/p5-HTML-FormFu/distinfo b/www/p5-HTML-FormFu/distinfo
index c2aebbedf94..330b1903e07 100644
--- a/www/p5-HTML-FormFu/distinfo
+++ b/www/p5-HTML-FormFu/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2010/09/23 22:32:50 sno Exp $
+$NetBSD: distinfo,v 1.4 2011/11/18 13:21:41 hiramatsu Exp $
-SHA1 (HTML-FormFu-0.08002.tar.gz) = 159a2f51466ef2c79fce598b0676cd2b593af267
-RMD160 (HTML-FormFu-0.08002.tar.gz) = 30be27f262ffeb9973a94a3e4191ae90432f3bba
-Size (HTML-FormFu-0.08002.tar.gz) = 298926 bytes
+SHA1 (HTML-FormFu-0.09005.tar.gz) = 7a9227a18163cd34b2d7e5093b4c061c96959580
+RMD160 (HTML-FormFu-0.09005.tar.gz) = 3a4539517fec4211ddc0c0890cc5c92365007c02
+Size (HTML-FormFu-0.09005.tar.gz) = 299803 bytes