From owner-svn-ports-head@freebsd.org Sun Apr 10 13:53:21 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 32D22B094CD; Sun, 10 Apr 2016 13:53:21 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E6C591C56; Sun, 10 Apr 2016 13:53:20 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u3ADrKtO022783; Sun, 10 Apr 2016 13:53:20 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3ADrJ8X022778; Sun, 10 Apr 2016 13:53:19 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201604101353.u3ADrJ8X022778@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Sun, 10 Apr 2016 13:53:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412954 - head/sysutils/fusefs-sshfs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Apr 2016 13:53:21 -0000 Author: bofh Date: Sun Apr 10 13:53:19 2016 New Revision: 412954 URL: https://svnweb.freebsd.org/changeset/ports/412954 Log: 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] Modified: head/sysutils/fusefs-sshfs/Makefile head/sysutils/fusefs-sshfs/distinfo head/sysutils/fusefs-sshfs/pkg-descr head/sysutils/fusefs-sshfs/pkg-message Modified: head/sysutils/fusefs-sshfs/Makefile ============================================================================== --- head/sysutils/fusefs-sshfs/Makefile Sun Apr 10 13:47:02 2016 (r412953) +++ head/sysutils/fusefs-sshfs/Makefile Sun Apr 10 13:53:19 2016 (r412954) @@ -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 \ Modified: head/sysutils/fusefs-sshfs/distinfo ============================================================================== --- head/sysutils/fusefs-sshfs/distinfo Sun Apr 10 13:47:02 2016 (r412953) +++ head/sysutils/fusefs-sshfs/distinfo Sun Apr 10 13:53:19 2016 (r412954) @@ -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 Modified: head/sysutils/fusefs-sshfs/pkg-descr ============================================================================== --- head/sysutils/fusefs-sshfs/pkg-descr Sun Apr 10 13:47:02 2016 (r412953) +++ head/sysutils/fusefs-sshfs/pkg-descr Sun Apr 10 13:53:19 2016 (r412954) @@ -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 Modified: head/sysutils/fusefs-sshfs/pkg-message ============================================================================== --- head/sysutils/fusefs-sshfs/pkg-message Sun Apr 10 13:47:02 2016 (r412953) +++ head/sysutils/fusefs-sshfs/pkg-message Sun Apr 10 13:53:19 2016 (r412954) @@ -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)