diff options
author | he <he> | 2009-01-11 15:05:07 +0000 |
---|---|---|
committer | he <he> | 2009-01-11 15:05:07 +0000 |
commit | 4208b931b82e5fe31a00bcc66d1f7491ecf91f87 (patch) | |
tree | 1446a943930464328ea36da96410d3686b7c08aa /textproc/p5-Data-FormValidator | |
parent | a7c1f52eab26d91a76d4e19c68e07c217ea6e1d0 (diff) | |
download | pkgsrc-4208b931b82e5fe31a00bcc66d1f7491ecf91f87.tar.gz |
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 (limited to 'textproc/p5-Data-FormValidator')
-rw-r--r-- | textproc/p5-Data-FormValidator/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/textproc/p5-Data-FormValidator/Makefile b/textproc/p5-Data-FormValidator/Makefile index 80b17016fd7..4556bd19601 100644 --- a/textproc/p5-Data-FormValidator/Makefile +++ b/textproc/p5-Data-FormValidator/Makefile @@ -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 @@ PERL5_MODULE_TYPE= Module::Build 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-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 +DEPENDS+= p5-Regexp-Common-[0-9]*:../../textproc/p5-Regexp-Common + +PERL5_REQD+= 5.8.0 PERL5_PACKLIST= auto/Data/FormValidator/.packlist |