diff options
author | wen <wen@pkgsrc.org> | 2013-10-27 13:31:04 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2013-10-27 13:31:04 +0000 |
commit | 2a95ba890b716db26626200813a571a70ba3f2a5 (patch) | |
tree | 3b33a798407b51576eaef3cb20de0266b4e86a7c /www/p5-HTML-FormFu | |
parent | bab219d6ff77c43df51594d06da677c0b2cb6ce0 (diff) | |
download | pkgsrc-2a95ba890b716db26626200813a571a70ba3f2a5.tar.gz |
Update to 0.09010
Update DEPENDS
Upstream changes:
0.09010 2012-10-05
- Internal changes - all Repeatable/nested_name munging is moved out of
HTML::FormFu::Element::Repeatable into individual constraints
0.09009 2012-09-29
- Make sure object can('checked') before calling checked() (colinnewell)
- Updated Repeatable control to update id_field on DBIC::Unique if present
- Added support for arbitrary elements within Multi blocks so that they
don't need to support methods like _striing_field and label etc.
- ComboBox new get_select_field_nested_name(), get_text_field_nested_name()
accessors.
- Fieldset new legend_attributes() method.
- New form_error_message_class() method.
- Constraint 'when' callback now receives $constraint as 2nd argument.
0.09007 2012-01-23
- bump MooseX::Attribute::Chained version
0.09006 2012-01-23
- fixed deprecation warnings of MX::Attribute::Chained (bricas)
- Added placeholder attributes for types Text and Textarea with L10N support.
- Added L10N support for 'prefix' attributes for types Date and DateTime.
- Added 'attributes' support to types Date and DateTime.
Diffstat (limited to 'www/p5-HTML-FormFu')
-rw-r--r-- | www/p5-HTML-FormFu/Makefile | 11 | ||||
-rw-r--r-- | www/p5-HTML-FormFu/distinfo | 8 |
2 files changed, 9 insertions, 10 deletions
diff --git a/www/p5-HTML-FormFu/Makefile b/www/p5-HTML-FormFu/Makefile index 637cc3e4dde..5b2c47b44c0 100644 --- a/www/p5-HTML-FormFu/Makefile +++ b/www/p5-HTML-FormFu/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2013/05/31 12:42:41 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2013/10/27 13:31:04 wen Exp $ # -DISTNAME= HTML-FormFu-0.09005 +DISTNAME= HTML-FormFu-0.09010 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/} @@ -22,7 +21,7 @@ DEPENDS+= p5-Crypt-CBC-[0-9]*:../../security/p5-Crypt-CBC DEPENDS+= p5-Crypt-DES-[0-9]*:../../security/p5-Crypt-DES DEPENDS+= p5-Data-Visitor>=0.26:../../devel/p5-Data-Visitor DEPENDS+= p5-Date-Calc-[0-9]*:../../devel/p5-Date-Calc -DEPENDS+= p5-DateTime>=0.38:../../time/p5-DateTime +DEPENDS+= p5-DateTime>=0.54:../../time/p5-DateTime DEPENDS+= p5-DateTime-Format-Builder>=0.7901:../../time/p5-DateTime-Format-Builder DEPENDS+= p5-DateTime-Format-Natural-[0-9]*:../../time/p5-DateTime-Format-Natural DEPENDS+= p5-DateTime-Format-Strptime>=1.2000:../../time/p5-DateTime-Format-Strptime @@ -36,8 +35,8 @@ 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-Moose>=1.00:../../devel/p5-Moose +DEPENDS+= p5-MooseX-Attribute-Chained>=1.0.1:../../devel/p5-MooseX-Attribute-Chained 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 diff --git a/www/p5-HTML-FormFu/distinfo b/www/p5-HTML-FormFu/distinfo index 330b1903e07..fc1754f0a53 100644 --- a/www/p5-HTML-FormFu/distinfo +++ b/www/p5-HTML-FormFu/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2011/11/18 13:21:41 hiramatsu Exp $ +$NetBSD: distinfo,v 1.5 2013/10/27 13:31:04 wen Exp $ -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 +SHA1 (HTML-FormFu-0.09010.tar.gz) = cb280b2abc812ca9ad59134558b298e000c0d63a +RMD160 (HTML-FormFu-0.09010.tar.gz) = 42d6fa77640b76a1d972a22195c2a478701ea354 +Size (HTML-FormFu-0.09010.tar.gz) = 313176 bytes |