Index: fuse/sshfs/Portfile
===================================================================
--- fuse/sshfs/Portfile	(revision 43923)
+++ fuse/sshfs/Portfile	(working copy)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name                sshfs
-version             1.9
+version             2.2
 categories          fuse
 platforms           darwin
 maintainers         eridius@macports.org
@@ -20,8 +20,8 @@
 
 distname            sshfs-fuse-${version}
 master_sites        sourceforge:fuse
-checksums           ${distfiles} md5 05c3da4fa0f673f7ce5f480b3023af61 \
-                                 sha1 dfd3a72c76f6b4fac4105b23ca228d8166a0510a
+checksums           ${distfiles} md5 26e9206eb5169e87e6f95f54bc005a4f \
+                                 sha1 5c75cc747f97fd4fa031059346c25282027e5bc9
 
 livecheck.distname  sshfs-fuse
 
@@ -32,15 +32,14 @@
                     port:pkgconfig \
                     port:openssh
 
-configure.cflags-append    -D__FreeBSD__=10 -DDARWIN_SEMAPHORE_COMPAT -D_POSIX_C_SOURCE=200112L
-configure.ldflags-append    "-framework CoreFoundation"
+configure.cppflags-append     -DDARWIN_SEMAPHORE_COMPAT
 configure.post_args-append --disable-dependency-tracking
 
 platform darwin {
-    patch_sites         http://macfuse.googlecode.com/svn/tags/macfuse-1.5/filesystems/sshfs
+    patch_sites         http://macfuse.googlecode.com/svn/tags/macfuse-2.0/filesystems/sshfs
     patchfiles          sshfs-fuse-${version}-macosx.patch
-    checksums-append    sshfs-fuse-${version}-macosx.patch md5 195a7c8268b8deb3151c8b1015f3b602 \
-                                                           sha1 5dc431425a4e6dcace08bb2d7d803df3553731e3
+    checksums-append    sshfs-fuse-${version}-macosx.patch md5 08330f4c10e25052b3a5c26d180e4752 \
+                                                           sha1 24e6721c25fb883c945550ac62e20f4c35f4393e
     
     # override patch.pre_args since it defaults to -p0
     patch.pre_args -p1

