ports/core (3.1): btrfs-progs: updated to 3.17
commit 9b3e817d289e1f0037fdc23519458963ca283cf1 Author: Fredrik Rinnestam <fredrik@crux.nu> Date: Sat Oct 18 22:02:54 2014 +0200 btrfs-progs: updated to 3.17 diff --git a/btrfs-progs/.footprint b/btrfs-progs/.footprint index ea7e8ed..5901d55 100644 --- a/btrfs-progs/.footprint +++ b/btrfs-progs/.footprint @@ -61,6 +61,7 @@ drwxr-xr-x root/root usr/man/man8/ -rw-r--r-- root/root usr/man/man8/btrfs-subvolume.8.gz -rw-r--r-- root/root usr/man/man8/btrfs-zero-log.8.gz -rw-r--r-- root/root usr/man/man8/btrfs.8.gz +lrwxrwxrwx root/root usr/man/man8/btrfsck.8.gz -> btrfs-check.8.gz -rw-r--r-- root/root usr/man/man8/btrfstune.8.gz -rw-r--r-- root/root usr/man/man8/fsck.btrfs.8.gz -rw-r--r-- root/root usr/man/man8/mkfs.btrfs.8.gz diff --git a/btrfs-progs/.md5sum b/btrfs-progs/.md5sum index f50888c..b5cf123 100644 --- a/btrfs-progs/.md5sum +++ b/btrfs-progs/.md5sum @@ -1,2 +1,2 @@ -8fa6b164631cb406c1d583d78bff81dd btrfs-progs-3.16.2.tar.xz -cce6504e64315f024a7f08f16debe5b0 btrfs-progs-man-3.16.2.tar.xz +0ff41192a01fd368c34bc2a4653ff41f btrfs-progs-man-3.17.tar.xz +1abac9ab6c00b551142306431a7f6017 btrfs-progs-v3.17.tar.xz diff --git a/btrfs-progs/Pkgfile b/btrfs-progs/Pkgfile index 11c8a65..4223b37 100644 --- a/btrfs-progs/Pkgfile +++ b/btrfs-progs/Pkgfile @@ -4,15 +4,13 @@ # Depends on: util-linux e2fsprogs lzo name=btrfs-progs -version=3.16.2 +version=3.17 release=1 -source=(http://crux.nu/files/distfiles/$name-$version.tar.xz +source=(https://www.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/btrfs-progs... http://crux.nu/files/distfiles/$name-man-$version.tar.xz) build() { - cd $name-$version - - sed -i '/btrfs-check.8.gz/d' Documentation/Makefile + cd $name-v$version make CFLAGS="$CFLAGS" make prefix=/usr bindir=/sbin mandir=/usr/man DESTDIR=$PKG install
participants (1)
-
crux@crux.nu