diff options
author | miwi <miwi@FreeBSD.org> | 2011-06-25 15:34:33 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-06-25 15:34:33 +0800 |
commit | 28c1fb54bf34e1a76f50ab65d5f460f804694380 (patch) | |
tree | 76509afc8fcd4db538ba3497f021e8f9fc0b4d4b | |
parent | bdd0edafed61f0614a798603631a33b7ed14ace6 (diff) | |
download | freebsd-ports-gnome-28c1fb54bf34e1a76f50ab65d5f460f804694380.tar.gz freebsd-ports-gnome-28c1fb54bf34e1a76f50ab65d5f460f804694380.tar.zst freebsd-ports-gnome-28c1fb54bf34e1a76f50ab65d5f460f804694380.zip |
- Update to 1.2.1
PR: 157781
Submitted by: Jin-Sih Lin <linpct@gmail.com>
Approved by: maintainer
-rw-r--r-- | www/pear-HTTP_Client/Makefile | 5 | ||||
-rw-r--r-- | www/pear-HTTP_Client/distinfo | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/www/pear-HTTP_Client/Makefile b/www/pear-HTTP_Client/Makefile index 610f5d524b99..6eadd476b750 100644 --- a/www/pear-HTTP_Client/Makefile +++ b/www/pear-HTTP_Client/Makefile @@ -6,7 +6,7 @@ # PORTNAME= HTTP_Client -PORTVERSION= 1.2.0 +PORTVERSION= 1.2.1 CATEGORIES= www pear MAINTAINER= joseph@randomnetworks.com @@ -14,7 +14,8 @@ 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 -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= ${PEARDIR}/HTTP.php:${PORTSDIR}/www/pear-HTTP \ + ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request CATEGORY= HTTP FILES= Client.php Client/CookieManager.php diff --git a/www/pear-HTTP_Client/distinfo b/www/pear-HTTP_Client/distinfo index dceb306774b4..deb62353bd68 100644 --- a/www/pear-HTTP_Client/distinfo +++ b/www/pear-HTTP_Client/distinfo @@ -1,2 +1,2 @@ -SHA256 (PEAR/HTTP_Client-1.2.0.tgz) = 3722d4006fb2b08c7bac7345b213cd01b960d8b463951947c0545677eeb2ac55 -SIZE (PEAR/HTTP_Client-1.2.0.tgz) = 10015 +SHA256 (PEAR/HTTP_Client-1.2.1.tgz) = 1c76e6748fe59270c5df058042c692aa00a0cc23f61f5cd64eb61673158e3e55 +SIZE (PEAR/HTTP_Client-1.2.1.tgz) = 10202 |