Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Dec 2018 17:46:32 +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: r488806 - in head/sysutils/fusefs-sshfs: . files
Message-ID:  <201812311746.wBVHkWe6082075@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bofh
Date: Mon Dec 31 17:46:32 2018
New Revision: 488806
URL: https://svnweb.freebsd.org/changeset/ports/488806

Log:
  sysutils/fusefs-sshfs: Update version 3.5.0=>3.5.1
  
  Relnotes:https://github.com/libfuse/sshfs/blob/master/ChangeLog.rst

Modified:
  head/sysutils/fusefs-sshfs/Makefile
  head/sysutils/fusefs-sshfs/distinfo
  head/sysutils/fusefs-sshfs/files/patch-meson.build

Modified: head/sysutils/fusefs-sshfs/Makefile
==============================================================================
--- head/sysutils/fusefs-sshfs/Makefile	Mon Dec 31 17:35:59 2018	(r488805)
+++ head/sysutils/fusefs-sshfs/Makefile	Mon Dec 31 17:46:32 2018	(r488806)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	sshfs
-PORTVERSION=	3.5.0
+PORTVERSION=	3.5.1
 DISTVERSIONPREFIX=	${PORTNAME}-
 CATEGORIES=	sysutils
 PKGNAMEPREFIX=	fusefs-

Modified: head/sysutils/fusefs-sshfs/distinfo
==============================================================================
--- head/sysutils/fusefs-sshfs/distinfo	Mon Dec 31 17:35:59 2018	(r488805)
+++ head/sysutils/fusefs-sshfs/distinfo	Mon Dec 31 17:46:32 2018	(r488806)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1543539529
-SHA256 (libfuse-sshfs-sshfs-3.5.0_GH0.tar.gz) = a34b214f41edabe89e1b8172a0c169b3c760e2e1f1d7fb3d5aefdc7a297f7678
-SIZE (libfuse-sshfs-sshfs-3.5.0_GH0.tar.gz) = 56624
+TIMESTAMP = 1546270462
+SHA256 (libfuse-sshfs-sshfs-3.5.1_GH0.tar.gz) = 0312208329ee1cb406dca97a4d3e23a7c31164c4bb9fc6fac5447c2db7ff6eea
+SIZE (libfuse-sshfs-sshfs-3.5.1_GH0.tar.gz) = 57335

Modified: head/sysutils/fusefs-sshfs/files/patch-meson.build
==============================================================================
--- head/sysutils/fusefs-sshfs/files/patch-meson.build	Mon Dec 31 17:35:59 2018	(r488805)
+++ head/sysutils/fusefs-sshfs/files/patch-meson.build	Mon Dec 31 17:46:32 2018	(r488806)
@@ -1,4 +1,4 @@
---- meson.build.orig	2018-06-29 08:34:57 UTC
+--- meson.build.orig	2018-12-22 14:33:52 UTC
 +++ meson.build
 @@ -19,12 +19,7 @@ int main(void) {
      (void) get_4();
@@ -10,7 +10,7 @@
 -endif
  
 -
- rst2man = find_program('rst2man', required: false)
+ rst2man = find_program('rst2man', 'rst2man.py', required: false)
    
  cfg = configuration_data()
 @@ -62,11 +57,6 @@ if rst2man.found()



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