From owner-svn-ports-all@freebsd.org Sat Nov 3 17:44:52 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0C8D210DF6C4; Sat, 3 Nov 2018 17:44:52 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B4D5E8B805; Sat, 3 Nov 2018 17:44:51 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 960401CFE3; Sat, 3 Nov 2018 17:44:51 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wA3Hipra099185; Sat, 3 Nov 2018 17:44:51 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wA3HipuA099184; Sat, 3 Nov 2018 17:44:51 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201811031744.wA3HipuA099184@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Sat, 3 Nov 2018 17:44:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483904 - head/sysutils/fusefs-wdfs X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: head/sysutils/fusefs-wdfs X-SVN-Commit-Revision: 483904 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Nov 2018 17:44:52 -0000 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@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