Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Nov 2015 13:25:31 +0000 (UTC)
From:      Bartek Rutkowski <robak@FreeBSD.org>
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
Message-ID:  <201511081325.tA8DPVnn069324@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <silverless@gmx.com> (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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511081325.tA8DPVnn069324>