diff options
author | he <he@pkgsrc.org> | 2004-12-05 17:50:41 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2004-12-05 17:50:41 +0000 |
commit | e0cb51563eede5fe359c2f1c60a6fc849d98ce96 (patch) | |
tree | 88959010eaf26674a5ba163a3685583ec545fc75 | |
parent | 29a9d77267fe51600e4eeffcfdccd849ba72cacb (diff) | |
download | pkgsrc-e0cb51563eede5fe359c2f1c60a6fc849d98ce96.tar.gz |
Update p5-Data-FormValidator from version 3.59 to 3.63.
Change log:
3.63
[BUG FIXES]
- email validation was beefed up to not permit spaces with e-mails
or semi-colons to get through. Thanks to Jason Crome for some tests
to this, and the Mail::VRFY module, which was the source of the
improved RE.
[INTERNALS]
- Added a couple more test to the distribution which were missing in
the MANIFEST
3.62 Fri Oct 8 22:55:49 EST 2004
[INTERNALS]
- Removed experimental label from 'msgs' functionality.
- Beefed up test suite for dependencies and dependency_groups (Drew Taylor)
3.61 Mon Sep 20 18:10:23 EST 2004
[BUG FIXES]
- file_format from ::Constraints::Upload now handles
non-existent files more gracefully. (Evan A. Zacks)
3.60 Mon Sep 20 18:10:23 EST 2004
[BUG FIXES]
- file_max_bytes seemed to never be reporting failure.
-rw-r--r-- | textproc/p5-Data-FormValidator/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-Data-FormValidator/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/textproc/p5-Data-FormValidator/Makefile b/textproc/p5-Data-FormValidator/Makefile index d8efe3d6f19..5f21dc5b393 100644 --- a/textproc/p5-Data-FormValidator/Makefile +++ b/textproc/p5-Data-FormValidator/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/07/13 04:31:05 erh Exp $ +# $NetBSD: Makefile,v 1.2 2004/12/05 17:50:41 he Exp $ -DISTNAME= Data-FormValidator-3.59 +DISTNAME= Data-FormValidator-3.63 PKGNAME= p5-${DISTNAME} CATEGORIES= perl5 textproc MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/} diff --git a/textproc/p5-Data-FormValidator/distinfo b/textproc/p5-Data-FormValidator/distinfo index 239d77cf94b..49212506ecf 100644 --- a/textproc/p5-Data-FormValidator/distinfo +++ b/textproc/p5-Data-FormValidator/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2004/07/13 04:31:05 erh Exp $ +$NetBSD: distinfo,v 1.2 2004/12/05 17:50:41 he Exp $ -SHA1 (Data-FormValidator-3.59.tar.gz) = 7385191aae3591d2217403bb0afd772957e85372 -Size (Data-FormValidator-3.59.tar.gz) = 61514 bytes +SHA1 (Data-FormValidator-3.63.tar.gz) = 317c6c734ce6956033c127e053d50ccb024b1e30 +Size (Data-FormValidator-3.63.tar.gz) = 62970 bytes |