From d7e163490645c47c6a657251c57ee4ab3b115556 Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Sun, 10 Apr 2016 13:53:19 +0000 Subject: [PATCH] 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] --- sysutils/fusefs-sshfs/Makefile | 10 ++++++---- sysutils/fusefs-sshfs/distinfo | 4 ++-- sysutils/fusefs-sshfs/pkg-descr | 2 +- sysutils/fusefs-sshfs/pkg-message | 5 +++++ 4 files changed, 14 insertions(+), 7 deletions(-) diff --git a/sysutils/fusefs-sshfs/Makefile b/sysutils/fusefs-sshfs/Makefile index 76df676c9bbf..e332029e6de6 100644 --- a/sysutils/fusefs-sshfs/Makefile +++ b/sysutils/fusefs-sshfs/Makefile @@ -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 \ diff --git a/sysutils/fusefs-sshfs/distinfo b/sysutils/fusefs-sshfs/distinfo index 41ff226ca3f3..e4df365dfa16 100644 --- a/sysutils/fusefs-sshfs/distinfo +++ b/sysutils/fusefs-sshfs/distinfo @@ -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 diff --git a/sysutils/fusefs-sshfs/pkg-descr b/sysutils/fusefs-sshfs/pkg-descr index ff843d07be97..14b14f6078a2 100644 --- a/sysutils/fusefs-sshfs/pkg-descr +++ b/sysutils/fusefs-sshfs/pkg-descr @@ -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 diff --git a/sysutils/fusefs-sshfs/pkg-message b/sysutils/fusefs-sshfs/pkg-message index d06ef46ab4cf..3f52f637e55c 100644 --- a/sysutils/fusefs-sshfs/pkg-message +++ b/sysutils/fusefs-sshfs/pkg-message @@ -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)