diff options
author | B. Watson <yalhcru@gmail.com> | 2020-08-05 02:30:20 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-08-29 10:08:36 +0700 |
commit | 6732c88124f630c62ff2c03b7f24a991b9cc46ea (patch) | |
tree | 973d352735406a3c30f82054a289941beb5f989f /network/sshfs-fuse/sshfs-fuse.SlackBuild | |
parent | 0091dad9b405e75fb6a185d701b691899457a3b3 (diff) |
network/sshfs-fuse: Updated for version 3.7.0.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/sshfs-fuse/sshfs-fuse.SlackBuild')
-rw-r--r-- | network/sshfs-fuse/sshfs-fuse.SlackBuild | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/network/sshfs-fuse/sshfs-fuse.SlackBuild b/network/sshfs-fuse/sshfs-fuse.SlackBuild index 1a4e9412a0092..57cb03c15098f 100644 --- a/network/sshfs-fuse/sshfs-fuse.SlackBuild +++ b/network/sshfs-fuse/sshfs-fuse.SlackBuild @@ -24,17 +24,14 @@ # Now maintained by B. Watson <yalhcru@gmail.com> -# Note: I'm aware the fixrst.diff isn't being applied. Please leave -# it in the repo, it's the source for the sshfs.1.gz, which *is* -# installed. Need the diff to comply with the GPL. - +# 20200804 bkw: update for v3.7.0. # 20200101 bkw: # - take over maintenance # - update for v3.6.0. too many changes to build old versions. PRGNAM=sshfs-fuse SRCNAM=sshfs -VERSION=${VERSION:-3.6.0} +VERSION=${VERSION:-3.7.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -94,8 +91,6 @@ cd build cd .. # Use prebuilt man page, so this build doesn't depend on docutils. -# Also, the supplied sshfs.rst is slightly broken, this man page was -# made from a slightly fixed version (see fixrst.diff). # Don't use the one installed by ninja, if there was one. MANDIR=$PKG/usr/man/man1 rm -f $MANDIR/$SRCNAM.1 |