diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2008-09-02 14:57:01 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2008-09-02 14:57:01 +0000 |
commit | 8e75f9ccae5223407a2a032171a3797f4294eb2b (patch) | |
tree | 795f86f62667e05d153dcc442004786d822aafa0 /www/pear-HTTP/Makefile | |
parent | bc85d9ae315a69a52ce0a2f0ec5462ae573e18c5 (diff) | |
download | ports-8e75f9ccae5223407a2a032171a3797f4294eb2b.tar.gz ports-8e75f9ccae5223407a2a032171a3797f4294eb2b.zip |
- Update to 1.4.1
Notified by: portscout
Notes
Notes:
svn path=/head/; revision=219670
Diffstat (limited to 'www/pear-HTTP/Makefile')
-rw-r--r-- | www/pear-HTTP/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/www/pear-HTTP/Makefile b/www/pear-HTTP/Makefile index 97033261f6c4..ac17baf9e2fc 100644 --- a/www/pear-HTTP/Makefile +++ b/www/pear-HTTP/Makefile @@ -6,7 +6,7 @@ # PORTNAME= HTTP -PORTVERSION= 1.4.0 +PORTVERSION= 1.4.1 CATEGORIES= www devel pear MAINTAINER= tabthorpe@FreeBSD.org @@ -17,6 +17,10 @@ RUN_DEPENDS= ${BUILD_DEPENDS} FILES= HTTP.php +TESTS= absoluteURI.inc negotiateCharset.phpt negotiateCharset2.phpt \ + negotiateLanguage.phpt negotiateMimeType.phpt test1a.phpt \ + test2a.phpt test3a.phpt test4a.phpt test5a.phpt test6a.phpt + .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include <bsd.port.post.mk> |