diff options
author | danfe <danfe@FreeBSD.org> | 2018-11-04 01:44:51 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2018-11-04 01:44:51 +0800 |
commit | 242434fb8ddb720b3a47ef02dd9bce62a70466e9 (patch) | |
tree | 6a1bd5580a571e858cff3c8781f8cc4b5477bdfc /sysutils | |
parent | 2b79ceb57f934d6aa821422314a65fa2338f5fe3 (diff) | |
download | freebsd-ports-gnome-242434fb8ddb720b3a47ef02dd9bce62a70466e9.tar.gz freebsd-ports-gnome-242434fb8ddb720b3a47ef02dd9bce62a70466e9.tar.zst freebsd-ports-gnome-242434fb8ddb720b3a47ef02dd9bce62a70466e9.zip |
Deprecate: the project looks dead upstream, functionally incomplete, has
problems with caching, does not work with Yandex.Disk; give three months
of expiration time.
Consumers are advised to use `www/cadaver' or try to port `fusefs-davfs2'
instead (http://savannah.nongnu.org/projects/davfs2).
Approved by: maintainer (1 month timeout)
PR: 187485, 231927
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/fusefs-wdfs/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysutils/fusefs-wdfs/Makefile b/sysutils/fusefs-wdfs/Makefile index e7396accaf46..4d67d078e909 100644 --- a/sysutils/fusefs-wdfs/Makefile +++ b/sysutils/fusefs-wdfs/Makefile @@ -11,6 +11,9 @@ PKGNAMEPREFIX= fusefs- MAINTAINER= silverless@gmx.com COMMENT= Mount remote WebDAV directories with Fuse +DEPRECATED= Abandonware, functionally incomplete, has problems with caching +EXPIRATION_DATE= 2019-02-03 + LICENSE= GPLv2 LIB_DEPENDS= libneon.so:www/neon |