[96968] trunk/dports/fuse/sshfs

raimue at macports.org raimue at macports.org
Thu Aug 23 01:47:33 PDT 2012


Revision: 96968
          https://trac.macports.org/changeset/96968
Author:   raimue at macports.org
Date:     2012-08-23 01:47:29 -0700 (Thu, 23 Aug 2012)
Log Message:
-----------
fuse/sshfs:
Fix umount instructions in man page

Modified Paths:
--------------
    trunk/dports/fuse/sshfs/Portfile

Added Paths:
-----------
    trunk/dports/fuse/sshfs/files/patch-sshfs.1.diff

Modified: trunk/dports/fuse/sshfs/Portfile
===================================================================
--- trunk/dports/fuse/sshfs/Portfile	2012-08-23 07:05:31 UTC (rev 96967)
+++ trunk/dports/fuse/sshfs/Portfile	2012-08-23 08:47:29 UTC (rev 96968)
@@ -5,7 +5,7 @@
 
 name                sshfs
 version             2.4
-revision        1
+revision            2
 categories          fuse
 
 platforms           darwin
@@ -38,7 +38,8 @@
                     bin:ssh:openssh
 
 patchfiles          patch-from-fuse4x.diff \
-                    patch-configure.ac.diff
+                    patch-configure.ac.diff \
+                    patch-sshfs.1.diff
 patch.pre_args      -p1
 
 use_autoreconf      yes

Added: trunk/dports/fuse/sshfs/files/patch-sshfs.1.diff
===================================================================
--- trunk/dports/fuse/sshfs/files/patch-sshfs.1.diff	                        (rev 0)
+++ trunk/dports/fuse/sshfs/files/patch-sshfs.1.diff	2012-08-23 08:47:29 UTC (rev 96968)
@@ -0,0 +1,11 @@
+--- sshfs-fuse-2.4/sshfs.1.orig	2012-08-23 10:13:26.000000000 +0200
++++ sshfs-fuse-2.4/sshfs.1	2012-08-23 10:13:51.000000000 +0200
+@@ -7,7 +7,7 @@
+ \fBsshfs\fP [\fIuser\fP@]\fBhost\fP:[\fIdir\fP] \fBmountpoint\fP [\fIoptions\fP]
+ .SS unmounting
+ .TP
+-\fBfusermount -u mountpoint\fP
++\fBumount mountpoint\fP
+ .SH DESCRIPTION
+ SSHFS (Secure SHell FileSystem) is a file system for Linux (and other
+ operating systems with a FUSE implementation, such as Mac OS X or FreeBSD)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120823/8a0a5d19/attachment.html>


More information about the macports-changes mailing list