aboutsummaryrefslogtreecommitdiff
path: root/www/pear-HTTP_WebDAV_Client/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2012-01-14 16:32:00 +0000
committerMartin Wilke <miwi@FreeBSD.org>2012-01-14 16:32:00 +0000
commite57518193c041b200424625576902b9a3c0fdc7c (patch)
treeea472f1733b88992c4ba1fc29b17b89a28ddaa0d /www/pear-HTTP_WebDAV_Client/Makefile
parentcdd1481e199e76926bbba1124db2a8e2cbcfa804 (diff)
downloadports-e57518193c041b200424625576902b9a3c0fdc7c.tar.gz
ports-e57518193c041b200424625576902b9a3c0fdc7c.zip
- Update to 1.0.2
Notes
Notes: svn path=/head/; revision=289174
Diffstat (limited to 'www/pear-HTTP_WebDAV_Client/Makefile')
-rw-r--r--www/pear-HTTP_WebDAV_Client/Makefile10
1 files changed, 3 insertions, 7 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"