From owner-svn-ports-head@freebsd.org Mon Jan 8 21:58:19 2018 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 D3506E65898; Mon, 8 Jan 2018 21:58:19 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AE5B1773C4; Mon, 8 Jan 2018 21:58:19 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EFDAC5C7E; Mon, 8 Jan 2018 21:58:18 +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 w08LwIlA014857; Mon, 8 Jan 2018 21:58:18 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w08LwIjZ014853; Mon, 8 Jan 2018 21:58:18 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201801082158.w08LwIjZ014853@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Mon, 8 Jan 2018 21:58:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458485 - in head/sysutils/fusefs-sshfs: . files X-SVN-Group: ports-head X-SVN-Commit-Author: bofh X-SVN-Commit-Paths: in head/sysutils/fusefs-sshfs: . files X-SVN-Commit-Revision: 458485 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.25 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: Mon, 08 Jan 2018 21:58:19 -0000 Author: bofh Date: Mon Jan 8 21:58:18 2018 New Revision: 458485 URL: https://svnweb.freebsd.org/changeset/ports/458485 Log: sysutils/fusefs-sshfs: Update version 3.3.0=>3.3.1 - Add NDEBUG [1] PR: 223338 [1] Submitted by: rozhuk.im@gmail.com [1] Relnotes: https://github.com/libfuse/sshfs/releases Deleted: head/sysutils/fusefs-sshfs/files/patch-test_meson.build Modified: head/sysutils/fusefs-sshfs/Makefile head/sysutils/fusefs-sshfs/distinfo head/sysutils/fusefs-sshfs/files/patch-meson.build head/sysutils/fusefs-sshfs/files/patch-sshfs.c Modified: head/sysutils/fusefs-sshfs/Makefile ============================================================================== --- head/sysutils/fusefs-sshfs/Makefile Mon Jan 8 21:43:08 2018 (r458484) +++ head/sysutils/fusefs-sshfs/Makefile Mon Jan 8 21:58:18 2018 (r458485) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sshfs -PORTVERSION= 3.3.0 +PORTVERSION= 3.3.1 DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= sysutils PKGNAMEPREFIX= fusefs- @@ -21,6 +21,7 @@ USE_GITHUB= yes GH_ACCOUNT= libfuse USE_GNOME= glib20 +CFLAGS+= -DNDEBUG PLIST_FILES= bin/sshfs \ man/man1/sshfs.1.gz Modified: head/sysutils/fusefs-sshfs/distinfo ============================================================================== --- head/sysutils/fusefs-sshfs/distinfo Mon Jan 8 21:43:08 2018 (r458484) +++ head/sysutils/fusefs-sshfs/distinfo Mon Jan 8 21:58:18 2018 (r458485) @@ -1,3 +1,3 @@ -TIMESTAMP = 1507553211 -SHA256 (libfuse-sshfs-sshfs-3.3.0_GH0.tar.gz) = 6cb256a894d0284a4ca9967c9f0c35c5c761e8a7496b81343aac0d45d73c1466 -SIZE (libfuse-sshfs-sshfs-3.3.0_GH0.tar.gz) = 54703 +TIMESTAMP = 1515443900 +SHA256 (libfuse-sshfs-sshfs-3.3.1_GH0.tar.gz) = 5310cb14424ba2101e389bd5463a97fbea044674d1cd3275e1a4f5cba2016668 +SIZE (libfuse-sshfs-sshfs-3.3.1_GH0.tar.gz) = 54928 Modified: head/sysutils/fusefs-sshfs/files/patch-meson.build ============================================================================== --- head/sysutils/fusefs-sshfs/files/patch-meson.build Mon Jan 8 21:43:08 2018 (r458484) +++ head/sysutils/fusefs-sshfs/files/patch-meson.build Mon Jan 8 21:58:18 2018 (r458485) @@ -1,19 +1,13 @@ ---- meson.build.orig 2017-09-20 17:08:27 UTC +--- meson.build.orig 2017-10-25 18:32:34 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 +@@ -63,10 +63,5 @@ 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 Mon Jan 8 21:43:08 2018 (r458484) +++ head/sysutils/fusefs-sshfs/files/patch-sshfs.c Mon Jan 8 21:58:18 2018 (r458485) @@ -1,6 +1,6 @@ ---- sshfs.c.orig 2017-09-20 17:08:27 UTC +--- sshfs.c.orig 2018-01-08 21:05:08 UTC +++ sshfs.c -@@ -965,7 +965,7 @@ static int pty_master(char **name) +@@ -971,7 +971,7 @@ static int pty_master(char **name) { int mfd;