ports/contrib (3.2): thin-provisioning-tools: 0.1.4 -> 0.6.3
commit ed00dae17e167304d241a9ed6b6e66e500e108c3 Author: Danny Rawlins <monster.romster@gmail.com> Date: Sat Oct 22 14:30:08 2016 +1100 thin-provisioning-tools: 0.1.4 -> 0.6.3 diff --git a/thin-provisioning-tools/.footprint b/thin-provisioning-tools/.footprint index c5f3c7f..5ac0c63 100644 --- a/thin-provisioning-tools/.footprint +++ b/thin-provisioning-tools/.footprint @@ -1,10 +1,40 @@ drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man8/ --rw-r--r-- root/root usr/man/man8/thin_check.8.gz --rw-r--r-- root/root usr/man/man8/thin_dump.8.gz --rw-r--r-- root/root usr/man/man8/thin_restore.8.gz drwxr-xr-x root/root usr/sbin/ --rwxr-xr-x root/root usr/sbin/thin_check --rwxr-xr-x root/root usr/sbin/thin_dump --rwxr-xr-x root/root usr/sbin/thin_restore +lrwxrwxrwx root/root usr/sbin/cache_check -> pdata_tools +lrwxrwxrwx root/root usr/sbin/cache_dump -> pdata_tools +lrwxrwxrwx root/root usr/sbin/cache_metadata_size -> pdata_tools +lrwxrwxrwx root/root usr/sbin/cache_repair -> pdata_tools +lrwxrwxrwx root/root usr/sbin/cache_restore -> pdata_tools +lrwxrwxrwx root/root usr/sbin/era_check -> pdata_tools +lrwxrwxrwx root/root usr/sbin/era_dump -> pdata_tools +lrwxrwxrwx root/root usr/sbin/era_invalidate -> pdata_tools +lrwxrwxrwx root/root usr/sbin/era_restore -> pdata_tools +-rwxr-xr-x root/root usr/sbin/pdata_tools +lrwxrwxrwx root/root usr/sbin/thin_check -> pdata_tools +lrwxrwxrwx root/root usr/sbin/thin_delta -> pdata_tools +lrwxrwxrwx root/root usr/sbin/thin_dump -> pdata_tools +lrwxrwxrwx root/root usr/sbin/thin_ls -> pdata_tools +lrwxrwxrwx root/root usr/sbin/thin_metadata_size -> pdata_tools +lrwxrwxrwx root/root usr/sbin/thin_repair -> pdata_tools +lrwxrwxrwx root/root usr/sbin/thin_restore -> pdata_tools +lrwxrwxrwx root/root usr/sbin/thin_rmap -> pdata_tools +lrwxrwxrwx root/root usr/sbin/thin_trim -> pdata_tools +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man8/ +-rw-r--r-- root/root usr/share/man/man8/cache_check.8.gz +-rw-r--r-- root/root usr/share/man/man8/cache_dump.8.gz +-rw-r--r-- root/root usr/share/man/man8/cache_repair.8.gz +-rw-r--r-- root/root usr/share/man/man8/cache_restore.8.gz +-rw-r--r-- root/root usr/share/man/man8/era_check.8.gz +-rw-r--r-- root/root usr/share/man/man8/era_dump.8.gz +-rw-r--r-- root/root usr/share/man/man8/era_invalidate.8.gz +-rw-r--r-- root/root usr/share/man/man8/thin_check.8.gz +-rw-r--r-- root/root usr/share/man/man8/thin_delta.8.gz +-rw-r--r-- root/root usr/share/man/man8/thin_dump.8.gz +-rw-r--r-- root/root usr/share/man/man8/thin_ls.8.gz +-rw-r--r-- root/root usr/share/man/man8/thin_metadata_size.8.gz +-rw-r--r-- root/root usr/share/man/man8/thin_repair.8.gz +-rw-r--r-- root/root usr/share/man/man8/thin_restore.8.gz +-rw-r--r-- root/root usr/share/man/man8/thin_rmap.8.gz +-rw-r--r-- root/root usr/share/man/man8/thin_trim.8.gz diff --git a/thin-provisioning-tools/.md5sum b/thin-provisioning-tools/.md5sum index cd0aa43..33cc813 100644 --- a/thin-provisioning-tools/.md5sum +++ b/thin-provisioning-tools/.md5sum @@ -1 +1 @@ -367e94cd638506f6ce231fcd60b75edf v0.1.4.tar.gz +28b352363ea7eb6698ad2efcd7d8c2ae v0.6.3.tar.gz diff --git a/thin-provisioning-tools/Pkgfile b/thin-provisioning-tools/Pkgfile index 52dba9f..66afea3 100644 --- a/thin-provisioning-tools/Pkgfile +++ b/thin-provisioning-tools/Pkgfile @@ -2,10 +2,10 @@ # URL: https://github.com/jthornber/thin-provisioning-tools # Maintainer: Danny Rawlins, crux at romster dot me # Packager: Danny Rawlins, crux at romster dot me -# Depends on: boost +# Depends on: boost expat libaio name=thin-provisioning-tools -version=0.1.4 +version=0.6.3 release=1 source=(https://github.com/jthornber/$name/archive/v$version.tar.gz) @@ -14,10 +14,8 @@ build() { autoconf - ./configure \ - --prefix=/usr \ - --mandir=/usr/man + ./configure --prefix=/usr make - make DESTDIR=$PKG MANDIR="/usr/man" install + make DESTDIR=$PKG install }
participants (1)
-
crux@crux.nu