Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Jan 2018 21:58:18 +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: r458485 - in head/sysutils/fusefs-sshfs: . files
Message-ID:  <201801082158.w08LwIjZ014853@repo.freebsd.org>

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



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