diff options
author | Wen Heping <wen@FreeBSD.org> | 2011-12-23 03:06:08 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2011-12-23 03:06:08 +0000 |
commit | d95c6f7fb98d023c3a3b720e59e7a57f6f0db793 (patch) | |
tree | 545e18e0b1e92ede2954d98c8a13ca7840171047 /devel | |
parent | 4eb065772ba1049cd9516dab69ac37cd4ceb3ff6 (diff) | |
download | ports-d95c6f7fb98d023c3a3b720e59e7a57f6f0db793.tar.gz ports-d95c6f7fb98d023c3a3b720e59e7a57f6f0db793.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pear-Validate/Makefile | 9 | ||||
-rw-r--r-- | devel/pear-Validate/distinfo | 4 |
2 files changed, 8 insertions, 5 deletions
diff --git a/devel/pear-Validate/Makefile b/devel/pear-Validate/Makefile index 36f731c258e3..7afec7cc05ab 100644 --- a/devel/pear-Validate/Makefile +++ b/devel/pear-Validate/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Validate -PORTVERSION= 0.8.4 +PORTVERSION= 0.8.5 CATEGORIES= devel www pear MAINTAINER= ports@FreeBSD.org @@ -17,8 +17,11 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear FILES= Validate.php -TESTS= number.phpt testdate.phpt email.phpt multiple.phpt \ - multicard.phpt uri.phpt +TESTS= email.phpt email_domaincheck.phpt \ + multiple.phpt multicard.phpt \ + number.phpt testdate.phpt \ + testdate_minmax.phpt \ + uri.phpt uri_domaincheck.phpt DOCS= sample_multiple.php Example_Locale.php diff --git a/devel/pear-Validate/distinfo b/devel/pear-Validate/distinfo index ed295533c4de..9160b8e7c647 100644 --- a/devel/pear-Validate/distinfo +++ b/devel/pear-Validate/distinfo @@ -1,2 +1,2 @@ -SHA256 (PEAR/Validate-0.8.4.tgz) = 89d89efb25fe0c000294ba6a6eca59fbd095a27d910e85ec58d0f621f83dd27c -SIZE (PEAR/Validate-0.8.4.tgz) = 20809 +SHA256 (PEAR/Validate-0.8.5.tgz) = 2ce4913df22dc08470af053cf8123ccfb699639e21b52b03a301c7af764192a4 +SIZE (PEAR/Validate-0.8.5.tgz) = 21668 |