ports/opt (3.2): sshfs-fuse: project moved from sourceforge to github, move man-pages
commit a18681d712a65f0caf6d048d78a0d9b65137e912 Author: Juergen Daubert <jue@jue.li> Date: Wed Dec 23 15:39:12 2015 +0100 sshfs-fuse: project moved from sourceforge to github, move man-pages diff --git a/sshfs-fuse/.footprint b/sshfs-fuse/.footprint index d66c573..e5ddb67 100644 --- a/sshfs-fuse/.footprint +++ b/sshfs-fuse/.footprint @@ -1,6 +1,7 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/sshfs -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/sshfs.1.gz +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/sshfs.1.gz diff --git a/sshfs-fuse/Pkgfile b/sshfs-fuse/Pkgfile index 72b7c7d..34afc6f 100644 --- a/sshfs-fuse/Pkgfile +++ b/sshfs-fuse/Pkgfile @@ -1,17 +1,17 @@ # Description: Remote filesystem in userspace using SSH -# URL: http://fuse.sourceforge.net/sshfs.html +# URL: https://github.com/libfuse/sshfs # Maintainer: Juergen Daubert, jue at crux dot nu # Packager: Jukka Heino, jukka dot heino at gmail dot com # Depends on: fuse, glib name=sshfs-fuse version=2.5 -release=1 -source=(http://downloads.sourceforge.net/project/fuse/$name/$version/$name-$version....) +release=2 +source=(https://github.com/libfuse/sshfs/releases/download/sshfs_${version//./_}//$name-$version.tar.gz) build() { cd $name-$version - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr make make DESTDIR=$PKG install }
participants (1)
-
crux@crux.nu