svn commit: r483904 - head/sysutils/fusefs-wdfs

Alexey Dokuchaev danfe at FreeBSD.org
Sat Nov 3 17:44:52 UTC 2018


Author: danfe
Date: Sat Nov  3 17:44:51 2018
New Revision: 483904
URL: https://svnweb.freebsd.org/changeset/ports/483904

Log:
  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

Modified:
  head/sysutils/fusefs-wdfs/Makefile

Modified: head/sysutils/fusefs-wdfs/Makefile
==============================================================================
--- head/sysutils/fusefs-wdfs/Makefile	Sat Nov  3 17:41:53 2018	(r483903)
+++ head/sysutils/fusefs-wdfs/Makefile	Sat Nov  3 17:44:51 2018	(r483904)
@@ -11,6 +11,9 @@ PKGNAMEPREFIX=	fusefs-
 MAINTAINER=	silverless at 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


More information about the svn-ports-all mailing list