diff options
author | wxs <wxs@FreeBSD.org> | 2009-01-22 11:16:41 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2009-01-22 11:16:41 +0800 |
commit | 863d0f3e29459ef36365c37001ff832f6edebf18 (patch) | |
tree | e0241b6fb9793ed2f3acc8c3422ed91ee829a78d /sysutils/fusefs-sshfs | |
parent | d3fbf4487c81b781274efda944c6f5ee9ecda27c (diff) | |
download | freebsd-ports-gnome-863d0f3e29459ef36365c37001ff832f6edebf18.tar.gz freebsd-ports-gnome-863d0f3e29459ef36365c37001ff832f6edebf18.tar.zst freebsd-ports-gnome-863d0f3e29459ef36365c37001ff832f6edebf18.zip |
- Update to 2.2
- Add missing man page
- Add pkg-message support when using the port
PR: ports/130270
Submitted by: Andrew Clark <andrewclarkii@gmail.com>
Approved by: maintainer timeout
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 |