Index: fuse/sshfs/Portfile
===================================================================
--- fuse/sshfs/Portfile	(revision 36399)
+++ fuse/sshfs/Portfile	(working copy)
@@ -3,8 +3,7 @@
 PortSystem 1.0
 
 name                sshfs
-version             1.8
-revision            3
+version             1.9
 categories          fuse
 platforms           darwin
 maintainers         eridius@macports.org
@@ -21,8 +20,8 @@
 
 distname            sshfs-fuse-${version}
 master_sites        sourceforge:fuse
-checksums           ${distfiles} md5 3c575cf89a6d3d8ab6063c2f60bd5b25 \
-                                 sha1 ab1df8d8b2a601bc22959a14e95e57fae5fc3787
+checksums           ${distfiles} md5 05c3da4fa0f673f7ce5f480b3023af61 \
+                                 sha1 dfd3a72c76f6b4fac4105b23ca228d8166a0510a
 
 livecheck.distname  sshfs-fuse
 
@@ -30,17 +29,18 @@
                     port:glib2 \
                     port:macfuse \
                     port:libiconv \
-                    port:pkgconfig
+                    port:pkgconfig \
+                    port:openssh
 
-configure.cflags-append    "-D__FreeBSD__=10 -DDARWIN_SEMAPHORE_COMPAT -DSSH_NODELAY_WORKAROUND -D_POSIX_C_SOURCE=200112L"
+configure.cflags-append    -D__FreeBSD__=10 -DDARWIN_SEMAPHORE_COMPAT -D_POSIX_C_SOURCE=200112L
 configure.ldflags-append    "-framework CoreFoundation"
 configure.post_args-append --disable-dependency-tracking
 
 platform darwin {
-    patch_sites         http://macfuse.googlecode.com/svn/tags/macfuse-1.3/filesystems/sshfs
+    patch_sites         http://macfuse.googlecode.com/svn/tags/macfuse-1.5/filesystems/sshfs
     patchfiles          sshfs-fuse-${version}-macosx.patch
-    checksums-append    sshfs-fuse-${version}-macosx.patch md5 5d3cec641c22e89dd840c6bbc3af89d4 \
-                                                           sha1 79f058e0ae4b90ec09d50ab39401773d146bdf95
+    checksums-append    sshfs-fuse-${version}-macosx.patch md5 195a7c8268b8deb3151c8b1015f3b602 \
+                                                           sha1 5dc431425a4e6dcace08bb2d7d803df3553731e3
     
     # override patch.pre_args since it defaults to -p0
     patch.pre_args -p1

