diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2009-01-22 03:16:41 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2009-01-22 03:16:41 +0000 |
commit | f5fcacecd065725b39bd992cadcc52b773963e20 (patch) | |
tree | ae572b7443956d023a6fa3987716beea561c0bef /sysutils/fusefs-sshfs | |
parent | 53e3072f15c7cf2b8f0b0a6f08afd4a7fea11a5e (diff) |
Notes
Diffstat (limited to 'sysutils/fusefs-sshfs')
-rw-r--r-- | sysutils/fusefs-sshfs/Makefile | 6 | ||||
-rw-r--r-- | sysutils/fusefs-sshfs/distinfo | 6 | ||||
-rw-r--r-- | sysutils/fusefs-sshfs/pkg-plist | 1 |
3 files changed, 7 insertions, 6 deletions
diff --git a/sysutils/fusefs-sshfs/Makefile b/sysutils/fusefs-sshfs/Makefile index c78badfad47e..da95fed70e07 100644 --- a/sysutils/fusefs-sshfs/Makefile +++ b/sysutils/fusefs-sshfs/Makefile @@ -5,8 +5,7 @@ # PORTNAME= sshfs -PORTVERSION= 1.8 -PORTREVISION= 1 +PORTVERSION= 2.2 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= fuse @@ -24,7 +23,10 @@ GNU_CONFIGURE= yes CONFIGURE_ENV+= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" USE_GNOME= glib20 +MAN1= sshfs.1 + post-install: @${SED} -e "s|%%PREFIX%%|${PREFIX}|" ${PKGMESSAGE} + @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> diff --git a/sysutils/fusefs-sshfs/distinfo b/sysutils/fusefs-sshfs/distinfo index c6134907ed8c..86165b661497 100644 --- a/sysutils/fusefs-sshfs/distinfo +++ b/sysutils/fusefs-sshfs/distinfo @@ -1,3 +1,3 @@ -MD5 (sshfs-fuse-1.8.tar.gz) = 3c575cf89a6d3d8ab6063c2f60bd5b25 -SHA256 (sshfs-fuse-1.8.tar.gz) = 057626d78e5ade840568ab0e171a1d1ae87348ab51bf9e35d1cdc074fc4e2edb -SIZE (sshfs-fuse-1.8.tar.gz) = 105570 +MD5 (sshfs-fuse-2.2.tar.gz) = 26e9206eb5169e87e6f95f54bc005a4f +SHA256 (sshfs-fuse-2.2.tar.gz) = 206ebcbc4cb9f5039bfcc7059678a0f61120605a5cdcbffa3ae5716c113e5423 +SIZE (sshfs-fuse-2.2.tar.gz) = 115709 diff --git a/sysutils/fusefs-sshfs/pkg-plist b/sysutils/fusefs-sshfs/pkg-plist index 62abc1441111..e346bf9d7238 100644 --- a/sysutils/fusefs-sshfs/pkg-plist +++ b/sysutils/fusefs-sshfs/pkg-plist @@ -1,2 +1 @@ bin/sshfs -lib/sshnodelay.so |