diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-27 01:16:50 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-27 01:16:50 +0800 |
commit | 291f5b43c01487905ad2490b72702bde211bbb8c (patch) | |
tree | ae1844f6c1799155d418a3886fd089c08c8696b6 /www | |
parent | 1da84d776ae1bc690dc034ad3fb769cdf628c23d (diff) | |
download | freebsd-ports-gnome-291f5b43c01487905ad2490b72702bde211bbb8c.tar.gz freebsd-ports-gnome-291f5b43c01487905ad2490b72702bde211bbb8c.tar.zst freebsd-ports-gnome-291f5b43c01487905ad2490b72702bde211bbb8c.zip |
- Update to 1.1.1
PR: 121974
Submitted by: Anish Mistry <amistry@am-productions.biz>
Approved by: maintainer
Diffstat (limited to 'www')
-rw-r--r-- | www/pear-HTTP_Client/Makefile | 18 | ||||
-rw-r--r-- | www/pear-HTTP_Client/distinfo | 6 |
2 files changed, 12 insertions, 12 deletions
diff --git a/www/pear-HTTP_Client/Makefile b/www/pear-HTTP_Client/Makefile index c82663aa4287..df2798c81e99 100644 --- a/www/pear-HTTP_Client/Makefile +++ b/www/pear-HTTP_Client/Makefile @@ -5,20 +5,20 @@ # $FreeBSD$ # -PORTNAME= HTTP_Client -PORTVERSION= 1.0.0 -CATEGORIES= www pear +PORTNAME= HTTP_Client +PORTVERSION= 1.1.1 +CATEGORIES= www pear -MAINTAINER= joseph@randomnetworks.com -COMMENT= PEAR classes for high level HTTP requests +MAINTAINER= joseph@randomnetworks.com +COMMENT= PEAR classes for high level HTTP requests BUILD_DEPENDS= ${PEARDIR}/HTTP.php:${PORTSDIR}/www/pear-HTTP \ - ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request + ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request RUN_DEPENDS= ${BUILD_DEPENDS} -CATEGORY= HTTP -FILES= Client.php Client/CookieManager.php -EXAMPLES= link-checker.php +CATEGORY= HTTP +FILES= Client.php Client/CookieManager.php +EXAMPLES= link-checker.php _EXAMPLESDIR= examples .include <bsd.port.pre.mk> diff --git a/www/pear-HTTP_Client/distinfo b/www/pear-HTTP_Client/distinfo index e1b835fc1bf1..1115d2d94979 100644 --- a/www/pear-HTTP_Client/distinfo +++ b/www/pear-HTTP_Client/distinfo @@ -1,3 +1,3 @@ -MD5 (PEAR/HTTP_Client-1.0.0.tgz) = 4ae6973a6a3663abd9cdbe28ccaacdb4 -SHA256 (PEAR/HTTP_Client-1.0.0.tgz) = 510b61e11022223edc503b003faea0c779de449364425c4e69ba30c6209df139 -SIZE (PEAR/HTTP_Client-1.0.0.tgz) = 6396 +MD5 (PEAR/HTTP_Client-1.1.1.tgz) = 7fd0c813aea403f582867ee5525faa6e +SHA256 (PEAR/HTTP_Client-1.1.1.tgz) = 225545e5ba27401c0f83d943a19d0cd51813f72524ad075104892e2e9c6d2128 +SIZE (PEAR/HTTP_Client-1.1.1.tgz) = 9174 |