diff options
author | sno <sno@pkgsrc.org> | 2010-02-22 15:02:21 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-02-22 15:02:21 +0000 |
commit | 972a7b0d32fa300fdd406bca40d9a9be1c8e688c (patch) | |
tree | 421cfd3bc4e93042c61332d4ec90dbd4ec1c88a8 /textproc/p5-Data-FormValidator | |
parent | 8bf305dc3ce876f53a54dfee9d47c551c8e05741 (diff) | |
download | pkgsrc-972a7b0d32fa300fdd406bca40d9a9be1c8e688c.tar.gz |
Updating textproc/p5-Data-FormValidator from 4.63 to 4.65
pkgsrc changes:
- Adjust dependencies
Upstream changes:
4.65 Wed Dec 30 22:17:33 EST 2009
[NEW FEATURES]
- New FV_replace() filter to simplify basic find-and-replace filters:
field_filters => {
first_name => FV_replace(qr/Mark/,'Don'),
},
[BUG FIXES]
- Untainted multi-line fields are no longer truncated after the first newline.
(RT#44004, Thanks to Matthew Lawrence)
- Fix bug when the constraint_method contains a capturing parens and 0 is a valid value.
(RT#45177, Thanks to Junior Medina and Mark Stosberg)
[DOCUMENTATION]
- Typo fixes (Lyle)
[INTERNALS]
- Best Practice: Redundant <span> tag was removed from default error message formatting
(RT#42926), Thanks to girlwithglasses)
- Best Practice: eliminated some indirect object notation in the tests (Mark Stosberg)
- Now require a new CGI.pm for the build stage (RT#49912, thanks to dsteinbrunner)
- White space improvements (RT#30205, Thanks to Peter Liscovius)
- Fixed a warning in the test suite (RT#42251, Thanks to Frank Wiegand)
Diffstat (limited to 'textproc/p5-Data-FormValidator')
-rw-r--r-- | textproc/p5-Data-FormValidator/Makefile | 12 | ||||
-rw-r--r-- | textproc/p5-Data-FormValidator/distinfo | 8 |
2 files changed, 11 insertions, 9 deletions
diff --git a/textproc/p5-Data-FormValidator/Makefile b/textproc/p5-Data-FormValidator/Makefile index 4556bd19601..5daf5c000cd 100644 --- a/textproc/p5-Data-FormValidator/Makefile +++ b/textproc/p5-Data-FormValidator/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2009/01/11 15:05:07 he Exp $ +# $NetBSD: Makefile,v 1.14 2010/02/22 15:02:21 sno Exp $ -DISTNAME= Data-FormValidator-4.63 +DISTNAME= Data-FormValidator-4.65 PKGNAME= p5-${DISTNAME} CATEGORIES= perl5 textproc MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/} @@ -8,9 +8,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Data-FormValidator/ COMMENT= Validates user input based on input profile - -PERL5_MODULE_TYPE= Module::Build -PKG_DESTDIR_SUPPORT= user-destdir +LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Date-Calc>=5.0:../../devel/p5-Date-Calc DEPENDS+= p5-Email-Valid-[0-9]*:../../mail/p5-Email-Valid @@ -20,9 +18,13 @@ DEPENDS+= p5-MIME-Types>=1.005:../../mail/p5-MIME-Types DEPENDS+= p5-Perl6-Junction-[0-9]*:../../devel/p5-Perl6-Junction DEPENDS+= p5-Regexp-Common-[0-9]*:../../textproc/p5-Regexp-Common +BUILD_DEPENDS+= {perl>=5.11.1,p5-CGI>=3.48}:../../www/p5-CGI + PERL5_REQD+= 5.8.0 +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/Data/FormValidator/.packlist +PERL5_MODULE_TYPE= Module::Build .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-Data-FormValidator/distinfo b/textproc/p5-Data-FormValidator/distinfo index 22f70e5f6dc..5c72254344c 100644 --- a/textproc/p5-Data-FormValidator/distinfo +++ b/textproc/p5-Data-FormValidator/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2009/01/12 05:20:42 taca Exp $ +$NetBSD: distinfo,v 1.8 2010/02/22 15:02:22 sno Exp $ -SHA1 (Data-FormValidator-4.63.tar.gz) = d401db7573da545a67368772589fc11cd9aa6002 -RMD160 (Data-FormValidator-4.63.tar.gz) = 3e1499f8e13d5b33ce9d9bd18d129d98cc6fbdbe -Size (Data-FormValidator-4.63.tar.gz) = 96892 bytes +SHA1 (Data-FormValidator-4.65.tar.gz) = ed539cecd828743c3d2bb327c1244a6234c237ac +RMD160 (Data-FormValidator-4.65.tar.gz) = 578fdd2f25cc02ee38f45902b34ad69bf422cb54 +Size (Data-FormValidator-4.65.tar.gz) = 117087 bytes |