Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Apr 2016 13:53:19 +0000 (UTC)
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r412954 - head/sysutils/fusefs-sshfs
Message-ID:  <201604101353.u3ADrJ8X022778@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604101353.u3ADrJ8X022778>