diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-10-23 16:01:30 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-10-23 16:01:30 +0000 |
commit | ebaf28853d0e6562d85a1af8e39f0befb197d555 (patch) | |
tree | c7e9effe9d839cf92078dc4158c6de9bcc200e35 /www/pear-HTTP_Request2 | |
parent | 37eafd1ae0d02bdcdf09c5bcc898aa42e9e0cb63 (diff) | |
download | ports-ebaf28853d0e6562d85a1af8e39f0befb197d555.tar.gz ports-ebaf28853d0e6562d85a1af8e39f0befb197d555.zip |
Notes
Diffstat (limited to 'www/pear-HTTP_Request2')
-rw-r--r-- | www/pear-HTTP_Request2/Makefile | 5 | ||||
-rw-r--r-- | www/pear-HTTP_Request2/distinfo | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/www/pear-HTTP_Request2/Makefile b/www/pear-HTTP_Request2/Makefile index cff0bd3680c4..10fa06932002 100644 --- a/www/pear-HTTP_Request2/Makefile +++ b/www/pear-HTTP_Request2/Makefile @@ -6,14 +6,15 @@ # PORTNAME= HTTP_Request2 -DISTVERSION= 2.0.0RC2 +PORTVERSION= 2.0.0 +PORTEPOCH= 1 CATEGORIES= www pear MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR classes providing an easy way to perform HTTP requests BUILD_DEPENDS= ${PEARDIR}/Net/URL2.php:${PORTSDIR}/net/pear-Net_URL2 -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= ${PEARDIR}/Net/URL2.php:${PORTSDIR}/net/pear-Net_URL2 OPTIONS= CURL "PHP CURL extension support" off \ FILEINFO "PHP FILEINFO extension support" off \ diff --git a/www/pear-HTTP_Request2/distinfo b/www/pear-HTTP_Request2/distinfo index d94a7ef4b1fa..baae4539dc4c 100644 --- a/www/pear-HTTP_Request2/distinfo +++ b/www/pear-HTTP_Request2/distinfo @@ -1,2 +1,2 @@ -SHA256 (PEAR/HTTP_Request2-2.0.0RC2.tgz) = 72ac1b5778c63b991607492e98f6b41a5708efe9ef908185953e2f78209be54d -SIZE (PEAR/HTTP_Request2-2.0.0RC2.tgz) = 97433 +SHA256 (PEAR/HTTP_Request2-2.0.0.tgz) = 39697e6059db1f1fcf8f45bbd9cf157e9f7e037565a235c2f1a28c9875af14bf +SIZE (PEAR/HTTP_Request2-2.0.0.tgz) = 97476 |