From owner-svn-ports-head@freebsd.org Sun Nov 8 13:25:33 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 470C3A29339; Sun, 8 Nov 2015 13:25:33 +0000 (UTC) (envelope-from robak@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 mx1.freebsd.org (Postfix) with ESMTPS id F3B911C2E; Sun, 8 Nov 2015 13:25:32 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA8DPWJx069328; Sun, 8 Nov 2015 13:25:32 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA8DPVnn069324; Sun, 8 Nov 2015 13:25:31 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201511081325.tA8DPVnn069324@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Sun, 8 Nov 2015 13:25:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401059 - in head: . sysutils sysutils/fusefs-wdfs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Nov 2015 13:25:33 -0000 Author: robak Date: Sun Nov 8 13:25:31 2015 New Revision: 401059 URL: https://svnweb.freebsd.org/changeset/ports/401059 Log: sysutils/fusefs-wdfs: port revival - Add stage support - Set port maintainer to submitter - Delete MOVED entry - Add SUBDIR entry in sysutils/Makefile PR: 203018 Submitted by: Alex (maintainer) Added: head/sysutils/fusefs-wdfs/ - copied from r361837, head/sysutils/fusefs-wdfs/ head/sysutils/fusefs-wdfs/pkg-plist (contents, props changed) Modified: head/MOVED head/sysutils/Makefile head/sysutils/fusefs-wdfs/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sun Nov 8 12:45:02 2015 (r401058) +++ head/MOVED Sun Nov 8 13:25:31 2015 (r401059) @@ -6984,7 +6984,6 @@ games/alienarena-data||2014-09-07|Useles net/libexosip2-legacy|net/libexosip2|2014-09-07|Has expired: Superseded by net/libexosip2 net/libosip|net/libosip2|2014-09-07|Has expired: Superseded by net/libosip2 lang/caml-light||2014-09-07|Not staged -sysutils/fusefs-wdfs||2014-09-07|Not staged devel/pybaz||2014-09-07|Obsolete, use devel/bzr instead devel/baz||2014-09-07|Unstaged, obsolete, distfiles don't exist. Use devel/bzr instead security/prelude-lml||2014-09-07|Not staged Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Sun Nov 8 12:45:02 2015 (r401058) +++ head/sysutils/Makefile Sun Nov 8 13:25:31 2015 (r401059) @@ -321,6 +321,7 @@ SUBDIR += fusefs-sqlfs SUBDIR += fusefs-sshfs SUBDIR += fusefs-unionfs + SUBDIR += fusefs-wdfs SUBDIR += fusefs-wikipediafs SUBDIR += fusefs-zip SUBDIR += fvcool Modified: head/sysutils/fusefs-wdfs/Makefile ============================================================================== --- head/sysutils/fusefs-wdfs/Makefile Mon Jul 14 21:59:19 2014 (r361837) +++ head/sysutils/fusefs-wdfs/Makefile Sun Nov 8 13:25:31 2015 (r401059) @@ -3,21 +3,23 @@ PORTNAME= wdfs PORTVERSION= 1.4.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MASTER_SITES= http://noedler.de/projekte/wdfs/ PKGNAMEPREFIX= fusefs- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= silverless@gmx.com COMMENT= Mount remote WedDAV directories with Fuse -LIB_DEPENDS= libneon.so:${PORTSDIR}/www/neon29 +LICENSE= GPLv2 + +LIB_DEPENDS= libneon.so:${PORTSDIR}/www/neon GNU_CONFIGURE= yes USES= fuse pkgconfig USE_GNOME= glib20 -PLIST_FILES= bin/wdfs +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/src/wdfs ${STAGEDIR}${PREFIX}/bin -NO_STAGE= yes .include Added: head/sysutils/fusefs-wdfs/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/fusefs-wdfs/pkg-plist Sun Nov 8 13:25:31 2015 (r401059) @@ -0,0 +1 @@ +bin/wdfs