Update to pear-HTTP-WebDAV-Server-1.0.0RC8.
This commit is contained in:
parent
1a2972e734
commit
2123d8a54f
@ -1,18 +1,17 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2013/03/11 11:44:47 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2016/01/30 09:58:38 benoit Exp $
|
||||
|
||||
COMMENT= helper class for PHP WebDAV server implementations
|
||||
COMMENT = helper class for PHP WebDAV server implementations
|
||||
|
||||
V= 1.0.0RC4
|
||||
DISTNAME= HTTP_WebDAV_Server-$V
|
||||
PKGNAME= pear-HTTP-WebDAV-Server-${V:L}
|
||||
REVISION= 2
|
||||
CATEGORIES= www
|
||||
V = 1.0.0RC8
|
||||
DISTNAME = HTTP_WebDAV_Server-$V
|
||||
PKGNAME = pear-HTTP-WebDAV-Server-${V:L}
|
||||
CATEGORIES = www
|
||||
|
||||
MODULES= www/pear
|
||||
MODULES = www/pear
|
||||
|
||||
PKG_ARCH= *
|
||||
PKG_ARCH = *
|
||||
|
||||
# PHP License
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (HTTP_WebDAV_Server-1.0.0RC4.tgz) = NRWevPM94VnU8nqRklDuV73fqNRtbfW3juQqxuETPF8=
|
||||
SIZE (HTTP_WebDAV_Server-1.0.0RC4.tgz) = 27025
|
||||
SHA256 (HTTP_WebDAV_Server-1.0.0RC8.tgz) = AcHtWUht7Z0zsBEdxDEGg4eBgpbVLpyqOlcWhRB1pWg=
|
||||
SIZE (HTTP_WebDAV_Server-1.0.0RC8.tgz) = 32780
|
||||
|
@ -1,9 +1,15 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2010/07/29 09:18:26 sthen Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2016/01/30 09:58:38 benoit Exp $
|
||||
@group daemon
|
||||
@comment lib/
|
||||
@comment lib/php/
|
||||
pear/data/HTTP_WebDAV_Server/
|
||||
pear/data/HTTP_WebDAV_Server/AUTHORS
|
||||
pear/data/HTTP_WebDAV_Server/COPYING
|
||||
pear/data/HTTP_WebDAV_Server/EXPERIMENTAL
|
||||
pear/data/HTTP_WebDAV_Server/TODO
|
||||
pear/doc/
|
||||
pear/doc/HTTP_WebDAV_Server/
|
||||
pear/doc/HTTP_WebDAV_Server/LICENSE
|
||||
pear/doc/HTTP_WebDAV_Server/README
|
||||
pear/doc/HTTP_WebDAV_Server/dav.txt
|
||||
pear/doc/HTTP_WebDAV_Server/db/
|
||||
@ -18,3 +24,8 @@ pear/lib/HTTP/WebDAV/Tools/
|
||||
pear/lib/HTTP/WebDAV/Tools/_parse_lockinfo.php
|
||||
pear/lib/HTTP/WebDAV/Tools/_parse_propfind.php
|
||||
pear/lib/HTTP/WebDAV/Tools/_parse_proppatch.php
|
||||
pear/lib/HTTP/WebDAV/file.php
|
||||
pear/tests/HTTP_WebDAV_Server/
|
||||
pear/tests/HTTP_WebDAV_Server/tests/
|
||||
pear/tests/HTTP_WebDAV_Server/tests/split_log.php
|
||||
pear/tests/HTTP_WebDAV_Server/tests/test.sh
|
||||
|
Loading…
Reference in New Issue
Block a user