- Update to 1.0.2
This commit is contained in:
parent
cdd1481e19
commit
e57518193c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=289174
2 changed files with 5 additions and 9 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue