[139719] trunk/dports/fuse/encfs

ryandesign at macports.org ryandesign at macports.org
Tue Aug 25 01:02:19 PDT 2015


Revision: 139719
          https://trac.macports.org/changeset/139719
Author:   ryandesign at macports.org
Date:     2015-08-25 01:02:19 -0700 (Tue, 25 Aug 2015)
Log Message:
-----------
encfs: update to 1.8.1 (#47715; maintainer timeout)

Modified Paths:
--------------
    trunk/dports/fuse/encfs/Portfile
    trunk/dports/fuse/encfs/files/patch-configure.ac.diff
    trunk/dports/fuse/encfs/files/patch-encfs-encfssh.diff

Modified: trunk/dports/fuse/encfs/Portfile
===================================================================
--- trunk/dports/fuse/encfs/Portfile	2015-08-25 07:15:45 UTC (rev 139718)
+++ trunk/dports/fuse/encfs/Portfile	2015-08-25 08:02:19 UTC (rev 139719)
@@ -2,17 +2,9 @@
 # $Id$
 
 PortSystem 1.0
+PortGroup           github 1.0
 
-name                encfs
-
-fetch.type          svn
-svn.url             http://encfs.googlecode.com/svn/branches/1.x
-svn.revision        135
-
-version             1.7.5-${svn.revision}
-revision            3
-worksrcdir          1.x
-
+github.setup        vgough encfs 1.8.1 v
 categories          fuse
 platforms           darwin
 license             {GPL-3+ OpenSSLException}
@@ -26,11 +18,18 @@
                     underlying filesystem.  Unlike loopback filesystems, \
                     there is no predetermined or pre-allocated filesystem size.
 
-homepage            http://www.arg0.net/encfs
+homepage            http://vgough.github.io/encfs/
+github.tarball_from releases
 
+checksums           rmd160  206cc3779222cb6df5278d27ad4a58c25138ab02 \
+                    sha256  8a0257ff500c14244ee99acdd472696966796e2a0931e4a132191f14a666d5d1
+
 depends_build       port:pkgconfig
 depends_lib         port:rlog path:lib/libssl.dylib:openssl port:osxfuse port:gettext port:boost
 
+# osxfuse is not universal
+universal_variant   no
+
 patchfiles          patch-configure.ac.diff
 
 platform darwin {

Modified: trunk/dports/fuse/encfs/files/patch-configure.ac.diff
===================================================================
--- trunk/dports/fuse/encfs/files/patch-configure.ac.diff	2015-08-25 07:15:45 UTC (rev 139718)
+++ trunk/dports/fuse/encfs/files/patch-configure.ac.diff	2015-08-25 08:02:19 UTC (rev 139719)
@@ -1,20 +1,21 @@
---- configure.ac.orig	2014-04-21 02:11:29.000000000 -0700
-+++ configure.ac	2014-04-21 02:12:38.000000000 -0700
-@@ -72,14 +72,11 @@
- LDFLAGS="$LDFLAGS $PTHREAD_LIBS $USER_LDFLAGS $FUSE_LIBS"
+--- configure.ac.orig	2015-03-24 15:45:16.000000000 -0500
++++ configure.ac	2015-08-25 02:56:57.000000000 -0500
+@@ -64,15 +64,11 @@
+ AX_CXX_COMPILE_STDCXX_11
  
  dnl Look for fuse headers.
 -AX_EXT_HAVE_HEADER(fuse.h, /usr/include/fuse /usr/local/include/fuse \
 -                   /opt/include/fuse /opt/local/include/fuse \
--                   /usr/include/osxfuse /usr/local/include/osxfuse)
-+AX_EXT_HAVE_HEADER(fuse.h, \
-+                   @@PREFIX@@/include/osxfuse/fuse)
+-                   /usr/include/osxfuse /usr/local/include/osxfuse \
+-                   /opt/local/include/osxfuse)
++AX_EXT_HAVE_HEADER(fuse.h,
++                   @@PREFIX@@/include/osxfuse)
  
  dnl Ensure the necessary paths are added to LDPATH
 -AX_EXT_HAVE_LIB(/usr/lib /usr/local/lib /opt/lib /opt/local/lib, fuse,
--                fuse_new, [])
+-                fuse_mount, [])
 -AX_EXT_HAVE_LIB(/usr/lib /usr/local/lib /opt/lib /opt/local/lib, osxfuse,
 +AX_EXT_HAVE_LIB(@@PREFIX@@/lib, osxfuse,
-                 fuse_new, [])
+                 fuse_mount, [])
  
  if test "$GXX" = "yes"; then

Modified: trunk/dports/fuse/encfs/files/patch-encfs-encfssh.diff
===================================================================
--- trunk/dports/fuse/encfs/files/patch-encfs-encfssh.diff	2015-08-25 07:15:45 UTC (rev 139718)
+++ trunk/dports/fuse/encfs/files/patch-encfs-encfssh.diff	2015-08-25 08:02:19 UTC (rev 139719)
@@ -1,6 +1,6 @@
---- encfs/encfssh.orig	2013-11-02 23:30:01.000000000 +0100
-+++ encfs/encfssh	2013-11-02 23:30:23.000000000 +0100
-@@ -63,5 +63,5 @@
+--- encfs/encfssh.orig	2015-03-24 15:45:16.000000000 -0500
++++ encfs/encfssh	2015-08-25 02:58:04.000000000 -0500
+@@ -61,5 +61,5 @@
  cd $unenc_dir
  
  # Set the shell up
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150825/1dd7671f/attachment.html>


More information about the macports-changes mailing list