Enclosed a diff for bringing encfs to 1.9.5, which is a bug fix release.
Changelog can be found at
https://github.com/vgough/encfs/blob/master/ChangeLog

'make test' runs successfully on amd64. Lightly tested...

Comments/OKs?


Index: Makefile
===================================================================
RCS file: /cvs/ports/security/encfs/Makefile,v
retrieving revision 1.17
diff -u -p -r1.17 Makefile
--- Makefile    13 Apr 2018 14:36:09 -0000      1.17
+++ Makefile    7 Jun 2018 15:20:14 -0000
@@ -4,7 +4,7 @@ BROKEN-powerpc =        undefined reference to 
 
 COMMENT =              fuse-based cryptographic filesystem
 
-V =                    1.9.4
+V =                    1.9.5
 DISTNAME =             encfs-$V
 
 CATEGORIES =           security
Index: distinfo
===================================================================
RCS file: /cvs/ports/security/encfs/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo    13 Apr 2018 14:36:09 -0000      1.3
+++ distinfo    7 Jun 2018 15:20:14 -0000
@@ -1,2 +1,2 @@
-SHA256 (encfs-1.9.4.tar.gz) = IGVrTq1Y69jV9JpcNGtZ5w3C3DEiAVnltaEVv6G8QNY=
-SIZE (encfs-1.9.4.tar.gz) = 2794574
+SHA256 (encfs-1.9.5.tar.gz) = RwnwU5XMutbApbQKRhnWCq/jRzsaebr7OqcAsfdW/WM=
+SIZE (encfs-1.9.5.tar.gz) = 2798888
Index: patches/patch-CMakeLists_txt
===================================================================
RCS file: /cvs/ports/security/encfs/patches/patch-CMakeLists_txt,v
retrieving revision 1.2
diff -u -p -r1.2 patch-CMakeLists_txt
--- patches/patch-CMakeLists_txt        13 Apr 2018 14:36:09 -0000      1.2
+++ patches/patch-CMakeLists_txt        7 Jun 2018 15:20:14 -0000
@@ -3,7 +3,7 @@ $OpenBSD: patch-CMakeLists_txt,v 1.2 201
 Index: CMakeLists.txt
 --- CMakeLists.txt.orig
 +++ CMakeLists.txt
-@@ -120,6 +120,8 @@ if(LINKER_SUPPORTS_WLASNEEDED)
+@@ -141,6 +141,8 @@ if(LINKER_SUPPORTS_WLASNEEDED)
          SET(EXTRA_LINKER_FLAGS "-Wl,--as-needed")
  endif()
  
@@ -12,7 +12,7 @@ Index: CMakeLists.txt
  set(CMAKE_REQUIRED_FLAGS)
  
  # Check if we have some standard functions.
-@@ -323,7 +325,7 @@ file (GLOB_RECURSE all_headers ${CMAKE_CURRENT_LIST_DI
+@@ -345,7 +347,7 @@ file (GLOB_RECURSE all_headers ${CMAKE_CURRENT_LIST_DI
  add_custom_target (all_placeholder SOURCES ${all_headers})
  
  if (POD2MAN)
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/security/encfs/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -r1.2 PLIST
--- pkg/PLIST   22 Aug 2017 01:32:35 -0000      1.2
+++ pkg/PLIST   7 Jun 2018 15:20:14 -0000
@@ -4,6 +4,7 @@
 bin/encfssh
 @man man/man1/encfs.1
 @man man/man1/encfsctl.1
+@man man/man1/encfssh.1
 share/locale/
 share/locale/ar/
 share/locale/ar/LC_MESSAGES/

Reply via email to