Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Jun 2016 05:47:39 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r417635 - head/sysutils/fusefs-encfs
Message-ID:  <201606270547.u5R5ldnq059833@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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-
 



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