pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/p5-HTML-FormFu Update to 2.01



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fc18864cca08
branches:  trunk
changeset: 641377:fc18864cca08
user:      wen <wen%pkgsrc.org@localhost>
date:      Thu Nov 06 06:57:47 2014 +0000

description:
Update to 2.01

Upstream changes:
2.01 2014-05-05

    - Avoid uninitialized warning

2.00 2014-04-11

    - New layout() method for customizing output of fields.
      Any custom elements which override string() will likely need modified.

    - Deprecated: reverse_single() and reverse_multi() are deprecated,
      and warn when used.
      If the new layout() is used, and there is no simple way to replicate
      the behaviour, these methods will have no affect.

    - TT template files changed - update them if you use a local copy.
      Files updated: field
      New files: field_layout, field_layout_block,
        field_layout_checkboxgroup_field, field_layout_comment,
        field_layout_contentbutton_field, field_layout_errors,
        field_layout_field, field_layout_javascript, field_layout_label,
        field_layout_label_field, field_layout_label_text,
        field_layout_multi_field, field_layout_parser,
        field_layout_select_field, field_layout_textarea_field.
      Files deleted due to layout() changes: checkboxgroup_tag,
        content_button, errors, input, input_tag, label, label_element,
        multi, select_tag, textarea_tag
      Unused files deleted: checkboxgroup.

    - New Filter::ForceListValue addresses rt bug #90813

    - render_label() and render_field() no longer require TT.
      Include render_label() in tests.

    - Fix typo in I18N::ja (Yusuke Watase).

    - Bundle our own (renamed) copy of MooseX::Attribute::Chained to avoid
      warnings under perl 5.19.x

diffstat:

 www/p5-HTML-FormFu/Makefile |  5 ++---
 www/p5-HTML-FormFu/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r b1bce81aa230 -r fc18864cca08 www/p5-HTML-FormFu/Makefile
--- a/www/p5-HTML-FormFu/Makefile       Thu Nov 06 03:03:37 2014 +0000
+++ b/www/p5-HTML-FormFu/Makefile       Thu Nov 06 06:57:47 2014 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2014/10/09 14:07:10 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2014/11/06 06:57:47 wen Exp $
 
-DISTNAME=              HTML-FormFu-1.00
+DISTNAME=              HTML-FormFu-2.01
 PKGNAME=               p5-${DISTNAME}
-PKGREVISION=           2
 CATEGORIES=            www perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=HTML/}
 
diff -r b1bce81aa230 -r fc18864cca08 www/p5-HTML-FormFu/distinfo
--- a/www/p5-HTML-FormFu/distinfo       Thu Nov 06 03:03:37 2014 +0000
+++ b/www/p5-HTML-FormFu/distinfo       Thu Nov 06 06:57:47 2014 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2014/02/23 11:32:16 wen Exp $
+$NetBSD: distinfo,v 1.7 2014/11/06 06:57:47 wen Exp $
 
-SHA1 (HTML-FormFu-1.00.tar.gz) = 690dc7740d4a6fb820ea0f0c6313ac2ce505f669
-RMD160 (HTML-FormFu-1.00.tar.gz) = 08f54c64903a7b4179b12a3cae108671cd0445c4
-Size (HTML-FormFu-1.00.tar.gz) = 331152 bytes
+SHA1 (HTML-FormFu-2.01.tar.gz) = 0d74763570d4a849d914d8d207921c35d95c0179
+RMD160 (HTML-FormFu-2.01.tar.gz) = 30ccae5dffa2eab703ce70c18b6e6ab10946b085
+Size (HTML-FormFu-2.01.tar.gz) = 337865 bytes



Home | Main Index | Thread Index | Old Index