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 Updating www/p5-HTML-FormFu from 0....
details: https://anonhg.NetBSD.org/pkgsrc/rev/0c2127121097
branches: trunk
changeset: 580663:0c2127121097
user: sno <sno%pkgsrc.org@localhost>
date: Wed Sep 15 06:40:32 2010 +0000
description:
Updating www/p5-HTML-FormFu from 0.06001nb1 to 0.07003
pkgsrc changes:
- adjust dependencies
- adjust module type
Upstream changes:
0.07003 2010-08-02
- Fix: Group element now escapes each items attributes, label_attributes
and container attributes (based on by patch by Jeff Dairiki).
- Fix: If using default_natural, use default_datetime_args{set_time_zone}
if it's also set (Radek).
- Filter::HTMLScrubber extra functionality.
- Update _merge_hashes() so it can also merge arrays and hashes into a new
array. This is necessary to allow default_args() to define a different
ref-type than the element or processor which uses its values.
- Update Element::reCAPTCHA tests after changes to Captcha::reCAPTHCA
(bump dependency version).
0.07002 2010-06-24
- Fix: Use MRO::Compat before mro to support perl 5.8
- Fix: Date and ComboBox elements need to run deflators before trying to
use any default value - reported by Matija Grabnar.
- Overloading comparisons no longer assume both arguments are a blessed
object - change needed for latest Test::More (Test-Simple-0.95_02)
(RT#57747)
- Change Element::Date to not use deprecated DateTime::Locale methods.
- Bump DateTime::Locale and DateTime::Format::Strptime required versions
as DateTime::Locale Changes file has no mention of when the methods
we're now using were added.
- Removed Regexp::Copy from prereqs.
0.07001 2010-05-16
- No changes - cpan indexer failed for last release
0.07000 2010-05-16
- Change of behaviour: default_args() values are now applied to any object
inheriting from the specified type, rather than just an instance of that
type. Old behaviour is still supported with a minor change, see docs for
details. - (Daniel Hilton)
- Change of behaviour: default_args() key/values are now applied in order
of inheritance, rather than the random order returned by keys()
- New reverse_single attribute for all field elements. New reverse_group
attribute for Checkboxgroup and Radiogroup elements. (Ronald Kimball)
- New default_datetime_args() method on Date and DateTime elements.
- Element::DateTime now supports a 'second' select menu.
- Allow empty string as default value for Date element. (Ronald Kimball)
- Now use Clone instead of Storable (ntyni%iki.fi@localhost).
- Change from Class::C3 to mro, to get built-in support in perl >= 5.9
- New Bulgarian translation (Kamen Naydenov).
- Fix bad links and markup in POD. (Ronald Kimball)
- Fix spelling errors in POD (Ansgar Burchardt)
- Documented Element::Textarea cols() and rows() methods.
- Bump Config::Any requirement to version 0.18 for YAML::XS support
- Refactored ObjectUtil (Daniel Hilton)
diffstat:
www/p5-HTML-FormFu/Makefile | 20 +++++++++++---------
www/p5-HTML-FormFu/distinfo | 8 ++++----
2 files changed, 15 insertions(+), 13 deletions(-)
diffs (70 lines):
diff -r 57cdcdef8e28 -r 0c2127121097 www/p5-HTML-FormFu/Makefile
--- a/www/p5-HTML-FormFu/Makefile Wed Sep 15 06:03:14 2010 +0000
+++ b/www/p5-HTML-FormFu/Makefile Wed Sep 15 06:40:32 2010 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2010/08/21 16:36:47 seb Exp $
+# $NetBSD: Makefile,v 1.3 2010/09/15 06:40:32 sno Exp $
#
-DISTNAME= HTML-FormFu-0.06001
+DISTNAME= HTML-FormFu-0.07003
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
+#PKGREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/}
@@ -17,17 +17,18 @@
DEPENDS+= p5-Captcha-reCAPTCHA>=0.92:../../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-Config-Any>=0.10:../../devel/p5-Config-Any
+#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
DEPENDS+= p5-Crypt-DES-[0-9]*:../../security/p5-Crypt-DES
-DEPENDS+= p5-Data-Visitor-[0-9]*:../../devel/p5-Data-Visitor
+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-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-[0-9]*:../../time/p5-DateTime-Format-Strptime
-DEPENDS+= p5-DateTime-Locale-[0-9]*:../../time/p5-DateTime-Locale
+DEPENDS+= p5-DateTime-Format-Strptime>=1.2000:../../time/p5-DateTime-Format-Strptime
+DEPENDS+= p5-DateTime-Locale>=0.45:../../time/p5-DateTime-Locale
DEPENDS+= p5-Email-Valid-[0-9]*:../../mail/p5-Email-Valid
DEPENDS+= p5-File-ShareDir-[0-9]*:../../devel/p5-File-ShareDir
DEPENDS+= p5-HTML-Scrubber-[0-9]*:../../www/p5-HTML-Scrubber
@@ -40,7 +41,7 @@
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
-DEPENDS+= p5-Regexp-Copy-[0-9]*:../../textproc/p5-Regexp-Copy
+#DEPENDS+= p5-Regexp-Copy-[0-9]*:../../textproc/p5-Regexp-Copy
DEPENDS+= p5-Task-Weaken-[0-9]*:../../devel/p5-Task-Weaken
DEPENDS+= p5-Template-Toolkit>=2:../../www/p5-Template-Toolkit
DEPENDS+= p5-YAML-LibYAML>=0.32:../../textproc/p5-YAML-LibYAML
@@ -52,6 +53,7 @@
USE_LANGUAGES= c
PERL5_PACKLIST= auto/HTML/FormFu/.packlist
+PERL5_MODULE_TYPE= Module::Install::Bundled
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 57cdcdef8e28 -r 0c2127121097 www/p5-HTML-FormFu/distinfo
--- a/www/p5-HTML-FormFu/distinfo Wed Sep 15 06:03:14 2010 +0000
+++ b/www/p5-HTML-FormFu/distinfo Wed Sep 15 06:40:32 2010 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2010/01/26 15:43:39 sno Exp $
+$NetBSD: distinfo,v 1.2 2010/09/15 06:40:32 sno Exp $
-SHA1 (HTML-FormFu-0.06001.tar.gz) = cc9bc058f66b5be85ffba8315c0bb48e76e38e55
-RMD160 (HTML-FormFu-0.06001.tar.gz) = 6e79cc7c5fe818cf7267fd8cebd230bf0ca6290e
-Size (HTML-FormFu-0.06001.tar.gz) = 287073 bytes
+SHA1 (HTML-FormFu-0.07003.tar.gz) = bb0b73a204c82454d61d63babeb3ee75df2b1f5f
+RMD160 (HTML-FormFu-0.07003.tar.gz) = 097334323dabbdd53190de55253c364a5a579275
+Size (HTML-FormFu-0.07003.tar.gz) = 296639 bytes
Home |
Main Index |
Thread Index |
Old Index