diff options
author | miwi <miwi@FreeBSD.org> | 2012-01-15 00:32:00 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2012-01-15 00:32:00 +0800 |
commit | 6c6955a259848d128e8db7e2333f770d00cfe511 (patch) | |
tree | 0ba427252fba5e687a122250df694cf5a4fadce4 /www/pear-HTTP_WebDAV_Client | |
parent | f3278cb5c2611eeb9c6011cdba8d93daf3b46680 (diff) | |
download | freebsd-ports-gnome-6c6955a259848d128e8db7e2333f770d00cfe511.tar.gz freebsd-ports-gnome-6c6955a259848d128e8db7e2333f770d00cfe511.tar.zst freebsd-ports-gnome-6c6955a259848d128e8db7e2333f770d00cfe511.zip |
- Update to 1.0.2
Diffstat (limited to 'www/pear-HTTP_WebDAV_Client')
-rw-r--r-- | www/pear-HTTP_WebDAV_Client/Makefile | 10 | ||||
-rw-r--r-- | www/pear-HTTP_WebDAV_Client/distinfo | 4 |
2 files changed, 5 insertions, 9 deletions
diff --git a/www/pear-HTTP_WebDAV_Client/Makefile b/www/pear-HTTP_WebDAV_Client/Makefile index 9112762f158c..b76083cf4871 100644 --- a/www/pear-HTTP_WebDAV_Client/Makefile +++ b/www/pear-HTTP_WebDAV_Client/Makefile @@ -6,20 +6,16 @@ # PORTNAME= HTTP_WebDAV_Client -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 CATEGORIES= www devel pear MAINTAINER= miwi@FreeBSD.org COMMENT= WebDAV Stream Wrapper Class BUILD_DEPENDS= ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request -PEAR_CATSRC= yes -CATEGORY= HTTP/WebDAV -FILES= Client.php Client/Stream.php \ - Tools/_parse_lock_response.php \ - Tools/_parse_propfind_response.php +PEAR_AUTOINSTALL= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" diff --git a/www/pear-HTTP_WebDAV_Client/distinfo b/www/pear-HTTP_WebDAV_Client/distinfo index 0cdc4a40d9d1..98f7b63513bf 100644 --- a/www/pear-HTTP_WebDAV_Client/distinfo +++ b/www/pear-HTTP_WebDAV_Client/distinfo @@ -1,2 +1,2 @@ -SHA256 (PEAR/HTTP_WebDAV_Client-1.0.1.tgz) = 5707f1a5d902c685884b8c9a8fc4ec0d500f791cc026e4fd4c80d613fa1ed064 -SIZE (PEAR/HTTP_WebDAV_Client-1.0.1.tgz) = 8514 +SHA256 (PEAR/HTTP_WebDAV_Client-1.0.2.tgz) = 4c2058ab69589bbe20fa97004ac84259e0392975ce31dcdd0cb95ed24d33fde5 +SIZE (PEAR/HTTP_WebDAV_Client-1.0.2.tgz) = 9000 |