ports/opt (3.4): sshfs-fuse: update to 3.5.0
commit 1dc68467c0e022793257f8e38f086cddf1060aba Author: Juergen Daubert <jue@jue.li> Date: Thu Aug 30 11:51:04 2018 +0200 sshfs-fuse: update to 3.5.0 diff --git a/sshfs-fuse/.signature b/sshfs-fuse/.signature index 0299cfa2a..f29996022 100644 --- a/sshfs-fuse/.signature +++ b/sshfs-fuse/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/UcTCkyMj97xE+fnY8vk71kY3OEkloaFvkF3LwMAbtN2XbMV9qouBcCzKEKYGEBAjuJja2aAaITeXx3fKVFLhw4= -SHA256 (Pkgfile) = ab39b3fe1120edb1f9b6f9b41e490d5c9e9e36ef6fbd7c8f6b8be84aad47522c +RWSE3ohX2g5d/V2AiCb6ZUTfziKTPKUuG8qH0leQeb0ek1w/6poP3mq9tWFByydIZOoqIRbYcEddqgAKsvWs926JlrkTNd0pZAI= +SHA256 (Pkgfile) = 963dcd29b619a15c41255ab13561be07bcf08680b3717240de5bf76c455c7cd6 SHA256 (.footprint) = 55809a24ab7e2ee0ae7278618a24a3532806af781f07c1f9c651d089933d2527 -SHA256 (sshfs-3.4.0.tar.xz) = d27ccd35436d72755c40234cefa081e30fa529e092232a5b4abbff2178c2c22f +SHA256 (sshfs-3.5.0.tar.xz) = c2035332489dea3be88b9328d0e1905f904a34f93eb87fb07cd5380329a3dfe5 SHA256 (sshfs.1) = 42c34c125251a6e94336f2bc11eee3575cfd63cf20b2b69919c198b4ed33f2ce diff --git a/sshfs-fuse/Pkgfile b/sshfs-fuse/Pkgfile index c593a1d20..b5376a406 100644 --- a/sshfs-fuse/Pkgfile +++ b/sshfs-fuse/Pkgfile @@ -5,7 +5,7 @@ # Depends on: fuse3 glib name=sshfs-fuse -version=3.4.0 +version=3.5.0 release=1 source=(https://github.com/libfuse/sshfs/releases/download/sshfs-$version/sshfs-$ver... sshfs.1) @@ -13,9 +13,8 @@ source=(https://github.com/libfuse/sshfs/releases/download/sshfs-$version/sshfs- build() { cd sshfs-$version - mkdir build ; cd build - meson .. --prefix /usr - DESTDIR=$PKG ninja -j ${JOBS:-1} install + meson build --prefix /usr + DESTDIR=$PKG ninja -C build -j ${JOBS:-1} install install -D -m 0644 $SRC/sshfs.1 $PKG/usr/share/man/man1/sshfs.1 }
participants (1)
-
crux@crux.nu