ports/opt (3.2): prt-utils: update to 1.1
commit 4aec122b9dad49a7f88afb838c7ebd0b79533463 Author: Juergen Daubert <jue@jue.li> Date: Wed Feb 24 17:26:47 2016 +0100 prt-utils: update to 1.1 diff --git a/prt-utils/.footprint b/prt-utils/.footprint index dd6a422..997de5d 100644 --- a/prt-utils/.footprint +++ b/prt-utils/.footprint @@ -1,3 +1,5 @@ +drwxr-xr-x root/root etc/ +drwxr-xr-x root/root etc/revdep.d/ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/dllist @@ -41,23 +43,24 @@ drwxr-xr-x root/root usr/lib/prtverify/ -rw-r--r-- root/root usr/lib/prtverify/30_system_users.awk -rw-r--r-- root/root usr/lib/prtverify/90_mk_footprint_db.awk -rw-r--r-- root/root usr/lib/prtverify/prtverify.wl -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/dllist.1.gz --rw-r--r-- root/root usr/man/man1/finddeps.1.gz --rw-r--r-- root/root usr/man/man1/findredundantdeps.1.gz --rw-r--r-- root/root usr/man/man1/oldfiles.1.gz --rw-r--r-- root/root usr/man/man1/pkg_installed.1.gz --rw-r--r-- root/root usr/man/man1/pkgexport.1.gz --rw-r--r-- root/root usr/man/man1/pkgfoster.1.gz --rw-r--r-- root/root usr/man/man1/pkgsize.1.gz --rw-r--r-- root/root usr/man/man1/portspage.1.gz --rw-r--r-- root/root usr/man/man1/prt-utils.1.gz --rw-r--r-- root/root usr/man/man1/prtcheck.1.gz --rw-r--r-- root/root usr/man/man1/prtcheckmissing.1.gz --rw-r--r-- root/root usr/man/man1/prtcreate.1.gz --rw-r--r-- root/root usr/man/man1/prtorphan.1.gz --rw-r--r-- root/root usr/man/man1/prtsweep.1.gz --rw-r--r-- root/root usr/man/man1/prtverify.1.gz --rw-r--r-- root/root usr/man/man1/prtwash.1.gz --rw-r--r-- root/root usr/man/man1/revdep.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/dllist.1.gz +-rw-r--r-- root/root usr/share/man/man1/finddeps.1.gz +-rw-r--r-- root/root usr/share/man/man1/findredundantdeps.1.gz +-rw-r--r-- root/root usr/share/man/man1/oldfiles.1.gz +-rw-r--r-- root/root usr/share/man/man1/pkg_installed.1.gz +-rw-r--r-- root/root usr/share/man/man1/pkgexport.1.gz +-rw-r--r-- root/root usr/share/man/man1/pkgfoster.1.gz +-rw-r--r-- root/root usr/share/man/man1/pkgsize.1.gz +-rw-r--r-- root/root usr/share/man/man1/portspage.1.gz +-rw-r--r-- root/root usr/share/man/man1/prt-utils.1.gz +-rw-r--r-- root/root usr/share/man/man1/prtcheck.1.gz +-rw-r--r-- root/root usr/share/man/man1/prtcheckmissing.1.gz +-rw-r--r-- root/root usr/share/man/man1/prtcreate.1.gz +-rw-r--r-- root/root usr/share/man/man1/prtorphan.1.gz +-rw-r--r-- root/root usr/share/man/man1/prtsweep.1.gz +-rw-r--r-- root/root usr/share/man/man1/prtverify.1.gz +-rw-r--r-- root/root usr/share/man/man1/prtwash.1.gz +-rw-r--r-- root/root usr/share/man/man1/revdep.1.gz diff --git a/prt-utils/.md5sum b/prt-utils/.md5sum index 18265bb..f4e8a43 100644 --- a/prt-utils/.md5sum +++ b/prt-utils/.md5sum @@ -1 +1 @@ -6e9bb9ebbfa764bed67a4f3ee5f758bc prt-utils-1.0.2.tar.xz +5ddd0534f9a4932dbb9adf883328ad69 prt-utils-1.1.tar.xz diff --git a/prt-utils/Pkgfile b/prt-utils/Pkgfile index 05c0a3c..b394724 100644 --- a/prt-utils/Pkgfile +++ b/prt-utils/Pkgfile @@ -5,11 +5,12 @@ # Depends on: elfutils name=prt-utils -version=1.0.2 +version=1.1 release=1 source=(http://crux.nu/files/tools/prt-utils/$name-$version.tar.xz) build() { cd $name-$version - make DESTDIR=$PKG MANDIR=/usr/man install + make DESTDIR=$PKG install + install -d $PKG/etc/revdep.d }
participants (1)
-
crux@crux.nu