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 Update from version 4.6...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d9922d63ade7
branches: trunk
changeset: 552894:d9922d63ade7
user: he <he%pkgsrc.org@localhost>
date: Sun Jan 11 15:05:07 2009 +0000
description:
Update from version 4.61nb1 to 4.63.
Pkgsrc changes:
o Adjust dependencies, including reshuffling to match contents
and order in META.yml
o Require perl version 5.8, also according to META.yml
Upstream changes:
4.63 Sat Jan 3 12:46:15 EST 2009
[DOCUMENTATION]
- Improve docs for writing your own constraints (girlwithglasses)
4.62 Sat Jan 3 12:10:14 EST 2009
[DOCUMENTATION]
- Fix typo in ConstraintsFactory docs (Geraint A. Edwards)
- Clarified docs for get_filtered_data (Lisa Hagemann)
- Clarify that 'field_filter_regexp_map' can take coderefs as
values (Ron Savage)
[INTERNALS]
- Better diagnostics when load_profiles fails (Thoralf Klein)
- Improved portability of t/untaint.t (Alexandr Ciornii)
- Make some tests conditional on Date::Calc being installed (Frank Wiles)
diffstat:
textproc/p5-Data-FormValidator/Makefile | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diffs (32 lines):
diff -r 1ae8a8b9c5c0 -r d9922d63ade7 textproc/p5-Data-FormValidator/Makefile
--- a/textproc/p5-Data-FormValidator/Makefile Sun Jan 11 14:52:21 2009 +0000
+++ b/textproc/p5-Data-FormValidator/Makefile Sun Jan 11 15:05:07 2009 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2008/10/19 19:18:47 he Exp $
+# $NetBSD: Makefile,v 1.13 2009/01/11 15:05:07 he Exp $
-DISTNAME= Data-FormValidator-4.61
+DISTNAME= Data-FormValidator-4.63
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= perl5 textproc
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/}
@@ -14,13 +13,14 @@
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= p5-Date-Calc>=5.0:../../devel/p5-Date-Calc
+DEPENDS+= p5-Email-Valid-[0-9]*:../../mail/p5-Email-Valid
DEPENDS+= p5-File-MMagic>=1.17:../../misc/p5-File-MMagic
DEPENDS+= p5-Image-Size-[0-9]*:../../graphics/p5-Image-Size
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
-DEPENDS+= {p5-Test-Simple>=0.10,perl>=5.7.2}:../../devel/p5-Test-Simple
-DEPENDS+= p5-Email-Valid-[0-9]*:../../mail/p5-Email-Valid
-DEPENDS+= p5-Perl6-Junction-[0-9]*:../../devel/p5-Perl6-Junction
+
+PERL5_REQD+= 5.8.0
PERL5_PACKLIST= auto/Data/FormValidator/.packlist
Home |
Main Index |
Thread Index |
Old Index