ports/opt (3.2): xfsprogs: update to 4.3.0
![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit e0c579ca39ec632080a4c80009f683893f4332bf Author: Juergen Daubert <jue@jue.li> Date: Thu Nov 26 17:38:06 2015 +0100 xfsprogs: update to 4.3.0 diff --git a/xfsprogs/.footprint b/xfsprogs/.footprint index 67c2c26..1cdb91d 100644 --- a/xfsprogs/.footprint +++ b/xfsprogs/.footprint @@ -11,9 +11,12 @@ drwxr-xr-x root/root usr/include/xfs/ -rw-r--r-- root/root usr/include/xfs/handle.h -rw-r--r-- root/root usr/include/xfs/jdm.h -rw-r--r-- root/root usr/include/xfs/linux.h --rw-r--r-- root/root usr/include/xfs/platform_defs.h -rw-r--r-- root/root usr/include/xfs/xfs.h +-rw-r--r-- root/root usr/include/xfs/xfs_arch.h +-rw-r--r-- root/root usr/include/xfs/xfs_da_format.h +-rw-r--r-- root/root usr/include/xfs/xfs_format.h -rw-r--r-- root/root usr/include/xfs/xfs_fs.h +-rw-r--r-- root/root usr/include/xfs/xfs_log_format.h -rw-r--r-- root/root usr/include/xfs/xfs_types.h -rw-r--r-- root/root usr/include/xfs/xqm.h drwxr-xr-x root/root usr/lib/ diff --git a/xfsprogs/.md5sum b/xfsprogs/.md5sum index e1cfdda..45d2339 100644 --- a/xfsprogs/.md5sum +++ b/xfsprogs/.md5sum @@ -1 +1 @@ -c28db88f058ada506fe0ac6a897a1c42 xfsprogs-3.2.4.tar.gz +ade22791338fa3d2cf442d6bb84f1748 xfsprogs-4.3.0.tar.gz diff --git a/xfsprogs/Pkgfile b/xfsprogs/Pkgfile index befd7cd..3e9c49c 100644 --- a/xfsprogs/Pkgfile +++ b/xfsprogs/Pkgfile @@ -4,7 +4,7 @@ # Depends on: util-linux name=xfsprogs -version=3.2.4 +version=4.3.0 release=1 source=(ftp://oss.sgi.com/projects/xfs/cmd_tars/$name-$version.tar.gz) @@ -21,7 +21,7 @@ build() { make make -j1 DIST_ROOT=$PKG install install-dev - rm $PKG/lib/libhandle.so + rm $PKG/lib/libhandle.{so,a,la} ln -sf ../../lib/$(readlink $PKG/lib/libhandle.so.1) $PKG/usr/lib/libhandle.so rm -r $PKG/usr/share/doc
participants (1)
-
crux@crux.nu