Index: head/www/pear-HTTP_Request2/Makefile =================================================================== --- head/www/pear-HTTP_Request2/Makefile (revision 253211) +++ head/www/pear-HTTP_Request2/Makefile (revision 253212) @@ -1,56 +1,56 @@ # Ports collection makefile for: pear-HTTP_Request2 # Date created: 08 Jan 2009 # Whom: Wen Heping # # $FreeBSD$ # PORTNAME= HTTP_Request2 -PORTVERSION= 0.5.1 +PORTVERSION= 0.5.2 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} OPTIONS= CURL "PHP CURL extension support" off \ FILEINFO "PHP FILEINFO extension support" off \ ZLIB "PECL ZLIB support" off CATEGORY= HTTP FILES= Request2.php \ Request2/Exception.php Request2/Adapter.php \ Request2/MultipartBody.php Request2/Response.php \ Request2/Adapter/Curl.php \ Request2/Adapter/Mock.php \ Request2/Adapter/Socket.php \ Request2/Observer/Log.php TESTS= AllTests.php ObserverTest.php Request2Test.php \ Request2/AllTests.php \ Request2/MultipartBodyTest.php \ Request2/ResponseTest.php \ Request2/Adapter/AllTests.php \ Request2/Adapter/MockTest.php \ _files/bug_15305 _files/response_cookies\ _files/response_gzip_broken _files/empty.gif \ _files/response_deflate _files/response_headers \ _files/plaintext.txt _files/response_gzip .include .if defined(WITH_CURL) USE_PHP+= curl .endif .if defined(WITH_FILEINFO) USE_PHP+= fileinfo .endif .if defined(WITH_ZLIB) USE_PHP+= zlib .endif .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include Property changes on: head/www/pear-HTTP_Request2/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/www/pear-HTTP_Request2/distinfo =================================================================== --- head/www/pear-HTTP_Request2/distinfo (revision 253211) +++ head/www/pear-HTTP_Request2/distinfo (revision 253212) @@ -1,3 +1,3 @@ -MD5 (PEAR/HTTP_Request2-0.5.1.tgz) = 8096a3e9bbebf11780006e2c347ef650 -SHA256 (PEAR/HTTP_Request2-0.5.1.tgz) = 7ef5642182c765a28a0098dc95ea076a5bb313d704ef929e28bb2efa0af37039 -SIZE (PEAR/HTTP_Request2-0.5.1.tgz) = 58027 +MD5 (PEAR/HTTP_Request2-0.5.2.tgz) = b6e29cd9b495486e7cf783a7d299f5bb +SHA256 (PEAR/HTTP_Request2-0.5.2.tgz) = e500a67ee5ce42ced5d28beac978d0dfec2ca803b5ef7f78861dddcb5ee75262 +SIZE (PEAR/HTTP_Request2-0.5.2.tgz) = 58159 Property changes on: head/www/pear-HTTP_Request2/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property