1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

sysutils/fusefs-sshfs: Update version 2.5=>2.7

- Change MASTER_SITES to GITHUB
- Add USES=autoreconf
- Change WWW to GITHUB page
- Add in pkg-message to load pty for Version 10.0+ [1]

PR:		208586 [1]
Submitted by:	luke@foolishgames.com [1]
This commit is contained in:
Muhammad Moinur Rahman 2016-04-10 13:53:19 +00:00
parent 3f33c363f3
commit d7e1634906
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=412954
4 changed files with 14 additions and 7 deletions

View File

@ -2,11 +2,9 @@
# $FreeBSD$
PORTNAME= sshfs
PORTVERSION= 2.5
PORTVERSION= 2.7
CATEGORIES= sysutils
MASTER_SITES= SF/fuse/${PORTNAME}-fuse/${PORTVERSION}
PKGNAMEPREFIX= fusefs-
DISTNAME= ${PORTNAME}-fuse-${PORTVERSION}
MAINTAINER= bofh@FreeBSD.org
COMMENT= Mount remote directories over ssh
@ -15,8 +13,12 @@ LICENSE= GPLv2
KMODDIR?= ${LOCALBASE}/modules
USE_GITHUB= yes
GH_ACCOUNT= libfuse
GH_TAGNAME= a9a1cc0
GNU_CONFIGURE= yes
USES= fuse pkgconfig
USES= autoreconf fuse pkgconfig
USE_GNOME= glib20
PLIST_FILES= bin/sshfs \

View File

@ -1,2 +1,2 @@
SHA256 (sshfs-fuse-2.5.tar.gz) = e9171452e5d0150b9c6a2158fd2e2dcefb5d5d03ba4d208949e00a3a46c6e63e
SIZE (sshfs-fuse-2.5.tar.gz) = 136378
SHA256 (libfuse-sshfs-2.7-a9a1cc0_GH0.tar.gz) = 8b8c205bac83b5b18c6ce6c06316ffcde4b477e83c2086c8702840ba47c2d6b4
SIZE (libfuse-sshfs-2.7-a9a1cc0_GH0.tar.gz) = 50650

View File

@ -1,3 +1,3 @@
SSHFS allows you to mount a remote directory over a normal ssh connection.
WWW: http://sourceforge.net/projects/fuse/
WWW: https://github.com/libfuse/sshfs

View File

@ -1,6 +1,11 @@
Basic Instructions:
There are three ways to do this:
From version 2.7 it makes use of the legacy /dev/ptmx. For version 10.0+
please load the kernel module pty:
% kldload pty
Daemon initiated
1)