svn commit: r417635 - head/sysutils/fusefs-encfs

Kurt Jaeger pi at FreeBSD.org
Mon Jun 27 05:47:40 UTC 2016


Author: pi
Date: Mon Jun 27 05:47:39 2016
New Revision: 417635
URL: https://svnweb.freebsd.org/changeset/ports/417635

Log:
  sysutils/fusefs-encfs: Fix "Function not implemented" on create operations
  
  Upstream fix was:
    https://github.com/vgough/encfs/commit/aacce54f42add2e4560b53c9138835151c332362
  
  PR:           210532
  Submitted by: Dmitri Goutnik <dg at syrec.org> (maintainer)

Modified:
  head/sysutils/fusefs-encfs/Makefile

Modified: head/sysutils/fusefs-encfs/Makefile
==============================================================================
--- head/sysutils/fusefs-encfs/Makefile	Mon Jun 27 05:46:37 2016	(r417634)
+++ head/sysutils/fusefs-encfs/Makefile	Mon Jun 27 05:47:39 2016	(r417635)
@@ -3,7 +3,8 @@
 
 PORTNAME=	encfs
 PORTVERSION=	1.8.1
-DISTVERSIONPREFIX=	v
+DISTVERSIONPREFIX=v
+PORTREVISION=	1
 CATEGORIES=	sysutils
 PKGNAMEPREFIX=	fusefs-
 


More information about the svn-ports-head mailing list