ports/opt (3.2): fuse: project moved from sourceforge to github, move man-pages
commit 74ce540a05d7381001fcaa2e6386c961b65cd11d Author: Juergen Daubert <jue@jue.li> Date: Wed Dec 23 15:38:56 2015 +0100 fuse: project moved from sourceforge to github, move man-pages diff --git a/fuse/.footprint b/fuse/.footprint index dd89f02..c2c8286 100644 --- a/fuse/.footprint +++ b/fuse/.footprint @@ -29,9 +29,10 @@ lrwxrwxrwx root/root usr/lib/libulockmgr.so.1 -> libulockmgr.so.1.0.1 -rwxr-xr-x root/root usr/lib/libulockmgr.so.1.0.1 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/fuse.pc -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/fusermount.1.gz --rw-r--r-- root/root usr/man/man1/ulockmgr_server.1.gz -drwxr-xr-x root/root usr/man/man8/ --rw-r--r-- root/root usr/man/man8/mount.fuse.8.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/fusermount.1.gz +-rw-r--r-- root/root usr/share/man/man1/ulockmgr_server.1.gz +drwxr-xr-x root/root usr/share/man/man8/ +-rw-r--r-- root/root usr/share/man/man8/mount.fuse.8.gz diff --git a/fuse/Pkgfile b/fuse/Pkgfile index c6a095f..9b38b15 100644 --- a/fuse/Pkgfile +++ b/fuse/Pkgfile @@ -1,16 +1,16 @@ # Description: Interface for userspace filesystems -# URL: http://fuse.sourceforge.net/ +# URL: https://github.com/libfuse/ # Maintainer: Juergen Daubert, jue at crux dot nu # Packager: Jukka Heino, jukka dot heino at gmail dot com name=fuse version=2.9.4 -release=1 -source=(http://downloads.sourceforge.net/project/$name/$name-2.X/$version/$name-$ver...) +release=2 +source=(https://github.com/libfuse/libfuse/releases/download/fuse_${version//./_}/$name-$version.tar.gz) build() { cd $name-$version - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr make make DESTDIR=$PKG install rm -r $PKG/{dev,etc}
participants (1)
-
crux@crux.nu