From owner-svn-ports-head@freebsd.org Sat Oct 28 21:36:30 2017 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 0BDFDE4DF68; Sat, 28 Oct 2017 21:36:30 +0000 (UTC) (envelope-from se@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 D1BC381214; Sat, 28 Oct 2017 21:36:29 +0000 (UTC) (envelope-from se@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9SLaTlf076066; Sat, 28 Oct 2017 21:36:29 GMT (envelope-from se@FreeBSD.org) Received: (from se@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9SLaS6w076061; Sat, 28 Oct 2017 21:36:28 GMT (envelope-from se@FreeBSD.org) Message-Id: <201710282136.v9SLaS6w076061@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: se set sender to se@FreeBSD.org using -f From: Stefan Esser Date: Sat, 28 Oct 2017 21:36:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453084 - in head/sysutils/fusefs-sshfs: . files X-SVN-Group: ports-head X-SVN-Commit-Author: se X-SVN-Commit-Paths: in head/sysutils/fusefs-sshfs: . files X-SVN-Commit-Revision: 453084 X-SVN-Commit-Repository: ports 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.23 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: Sat, 28 Oct 2017 21:36:30 -0000 Author: se Date: Sat Oct 28 21:36:28 2017 New Revision: 453084 URL: https://svnweb.freebsd.org/changeset/ports/453084 Log: Upgrade to version SSHFS version 3.3.0. Approved by: bofh Added: head/sysutils/fusefs-sshfs/files/patch-meson.build (contents, props changed) head/sysutils/fusefs-sshfs/files/patch-test_meson.build (contents, props changed) Modified: head/sysutils/fusefs-sshfs/Makefile head/sysutils/fusefs-sshfs/distinfo head/sysutils/fusefs-sshfs/files/patch-sshfs.c Modified: head/sysutils/fusefs-sshfs/Makefile ============================================================================== --- head/sysutils/fusefs-sshfs/Makefile Sat Oct 28 20:14:29 2017 (r453083) +++ head/sysutils/fusefs-sshfs/Makefile Sat Oct 28 21:36:28 2017 (r453084) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= sshfs -PORTVERSION= 2.9 +PORTVERSION= 3.3.0 DISTVERSIONPREFIX= ${PORTNAME}- -PORTREVISION= 1 CATEGORIES= sysutils PKGNAMEPREFIX= fusefs- @@ -14,11 +13,13 @@ COMMENT= Mount remote directories over ssh LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +BUILD_DEPENDS= rst2man:textproc/py-docutils + +USES= fuse:3 gettext meson pkgconfig + USE_GITHUB= yes GH_ACCOUNT= libfuse -GNU_CONFIGURE= yes -USES= autoreconf fuse gettext pkgconfig USE_GNOME= glib20 PLIST_FILES= bin/sshfs \ Modified: head/sysutils/fusefs-sshfs/distinfo ============================================================================== --- head/sysutils/fusefs-sshfs/distinfo Sat Oct 28 20:14:29 2017 (r453083) +++ head/sysutils/fusefs-sshfs/distinfo Sat Oct 28 21:36:28 2017 (r453084) @@ -1,3 +1,3 @@ -TIMESTAMP = 1496617699 -SHA256 (libfuse-sshfs-sshfs-2.9_GH0.tar.gz) = 8ab824024104508d90b9e10292b2c27a34a248aca6712593e5695cfbae20f633 -SIZE (libfuse-sshfs-sshfs-2.9_GH0.tar.gz) = 51000 +TIMESTAMP = 1507553211 +SHA256 (libfuse-sshfs-sshfs-3.3.0_GH0.tar.gz) = 6cb256a894d0284a4ca9967c9f0c35c5c761e8a7496b81343aac0d45d73c1466 +SIZE (libfuse-sshfs-sshfs-3.3.0_GH0.tar.gz) = 54703 Added: head/sysutils/fusefs-sshfs/files/patch-meson.build ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/fusefs-sshfs/files/patch-meson.build Sat Oct 28 21:36:28 2017 (r453084) @@ -0,0 +1,19 @@ +--- meson.build.orig 2017-09-20 17:08:27 UTC ++++ meson.build +@@ -58,15 +58,10 @@ executable('sshfs', sshfs_sources, + if rst2man.found() + custom_target('manpages', input: [ 'sshfs.rst' ], output: [ 'sshfs.1' ], + command: [rst2man, '@INPUT@', '@OUTPUT@'], install: true, +- install_dir: join_paths(get_option('mandir'), '1')) ++ install_dir: join_paths(get_option('mandir'), 'man1')) + else + message('rst2man not found, not building manual page.') + endif +- +-meson.add_install_script('utils/install_helper.sh', +- get_option('sbindir'), +- get_option('bindir')) +- + + subdir('test') + Modified: head/sysutils/fusefs-sshfs/files/patch-sshfs.c ============================================================================== --- head/sysutils/fusefs-sshfs/files/patch-sshfs.c Sat Oct 28 20:14:29 2017 (r453083) +++ head/sysutils/fusefs-sshfs/files/patch-sshfs.c Sat Oct 28 21:36:28 2017 (r453084) @@ -1,6 +1,6 @@ ---- sshfs.c.orig 2017-03-17 21:07:50 UTC +--- sshfs.c.orig 2017-09-20 17:08:27 UTC +++ sshfs.c -@@ -1027,7 +1027,7 @@ static int pty_master(char **name) +@@ -965,7 +965,7 @@ static int pty_master(char **name) { int mfd; Added: head/sysutils/fusefs-sshfs/files/patch-test_meson.build ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/fusefs-sshfs/files/patch-test_meson.build Sat Oct 28 21:36:28 2017 (r453084) @@ -0,0 +1,11 @@ +--- test/meson.build.orig 2017-09-20 17:08:27 UTC ++++ test/meson.build +@@ -2,7 +2,7 @@ test_scripts = [ 'conftest.py', 'pytest.ini', 'test_ss + 'util.py' ] + custom_target('test_scripts', input: test_scripts, + output: test_scripts, build_by_default: true, +- command: ['cp', '-fP', '--preserve=mode', ++ command: ['cp', '-fPp', + '@INPUT@', meson.current_build_dir() ]) + + # Provide something helpful when running 'ninja test'