svn commit: r458525 - head/sysutils/fusefs-sshfs

Mathieu Arnold mat at FreeBSD.org
Tue Jan 9 12:42:01 UTC 2018


Author: mat
Date: Tue Jan  9 12:41:59 2018
New Revision: 458525
URL: https://svnweb.freebsd.org/changeset/ports/458525

Log:
  Revert last commit, it breaks, amongts other things, INDEX.
  
  Pointy hat:	bofh
  Sponsored by:	Absolight

Modified:
  head/sysutils/fusefs-sshfs/Makefile   (contents, props changed)

Modified: head/sysutils/fusefs-sshfs/Makefile
==============================================================================
--- head/sysutils/fusefs-sshfs/Makefile	Tue Jan  9 12:35:47 2018	(r458524)
+++ head/sysutils/fusefs-sshfs/Makefile	Tue Jan  9 12:41:59 2018	(r458525)
@@ -14,7 +14,7 @@ COMMENT=	Mount remote directories over ssh
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BUILD_DEPENDS=	rst2man:textproc/py-docutils@${FLAVOR}
+BUILD_DEPENDS=	rst2man:textproc/py-docutils
 
 USES=		fuse:3 gettext meson pkgconfig
 


More information about the svn-ports-all mailing list