pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/p5-Data-FormValidator Updating textproc/p5-Da...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b7468bfba711
branches:  trunk
changeset: 572221:b7468bfba711
user:      sno <sno%pkgsrc.org@localhost>
date:      Mon Feb 22 15:02:21 2010 +0000

description:
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:

 textproc/p5-Data-FormValidator/Makefile |  12 +++++++-----
 textproc/p5-Data-FormValidator/distinfo |   8 ++++----
 2 files changed, 11 insertions(+), 9 deletions(-)

diffs (50 lines):

diff -r d7ea35a3fa17 -r b7468bfba711 textproc/p5-Data-FormValidator/Makefile
--- a/textproc/p5-Data-FormValidator/Makefile   Mon Feb 22 14:32:19 2010 +0000
+++ b/textproc/p5-Data-FormValidator/Makefile   Mon Feb 22 15:02:21 2010 +0000
@@ -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 @@
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 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-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 -r d7ea35a3fa17 -r b7468bfba711 textproc/p5-Data-FormValidator/distinfo
--- a/textproc/p5-Data-FormValidator/distinfo   Mon Feb 22 14:32:19 2010 +0000
+++ b/textproc/p5-Data-FormValidator/distinfo   Mon Feb 22 15:02:21 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index