diff options
author | Simone Rota <sip@crux.nu> | 2006-04-23 15:36:59 +0000 |
---|---|---|
committer | Simone Rota <sip@crux.nu> | 2006-04-23 15:36:59 +0000 |
commit | 5a944647ea48e3f4b7c73dcec10cd36d7f6c1ae2 (patch) | |
tree | 1d3749dca8be12fe03334dfaff9e3bc81f35af53 /prt-utils | |
parent | 34b1ac0a45934df6388c29bc02d4970196db31b0 (diff) | |
download | opt-5a944647ea48e3f4b7c73dcec10cd36d7f6c1ae2.tar.gz opt-5a944647ea48e3f4b7c73dcec10cd36d7f6c1ae2.tar.xz |
prt-utils: updated to 0.8.0
Diffstat (limited to 'prt-utils')
-rw-r--r-- | prt-utils/.footprint | 7 | ||||
-rw-r--r-- | prt-utils/.md5sum | 2 | ||||
-rw-r--r-- | prt-utils/Pkgfile | 4 |
3 files changed, 10 insertions, 3 deletions
diff --git a/prt-utils/.footprint b/prt-utils/.footprint index ddf9e4e74..218843dee 100644 --- a/prt-utils/.footprint +++ b/prt-utils/.footprint @@ -6,7 +6,9 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/oldfiles -rwxr-xr-x root/root usr/bin/pkg_installed -rwxr-xr-x root/root usr/bin/pkgexport +-rwxr-xr-x root/root usr/bin/pkgfoster -rwxr-xr-x root/root usr/bin/pkgsize +-rwxr-xr-x root/root usr/bin/portspage -rwxr-xr-x root/root usr/bin/prtcheck -rwxr-xr-x root/root usr/bin/prtcheckmissing -rwxr-xr-x root/root usr/bin/prtcreate @@ -14,6 +16,7 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/prtrej -rwxr-xr-x root/root usr/bin/prtsweep -rwxr-xr-x root/root usr/bin/prtwash +-rwxr-xr-x root/root usr/bin/revdep 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 @@ -22,9 +25,13 @@ drwxr-xr-x root/root usr/man/man1/ -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/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/prtwash.1.gz +-rw-r--r-- root/root usr/man/man1/revdep.1.gz diff --git a/prt-utils/.md5sum b/prt-utils/.md5sum index 9bb7a9f84..8e2c7ea64 100644 --- a/prt-utils/.md5sum +++ b/prt-utils/.md5sum @@ -1 +1 @@ -7ccdfcaa55d60fbcc0d9201bb44291b6 prt-utils-0.7.1.tar.gz +b25f2c1b5ade2c5a25ad7fff9780e704 prt-utils-0.8.0.tar.gz diff --git a/prt-utils/Pkgfile b/prt-utils/Pkgfile index 9f02de919..fd640e500 100644 --- a/prt-utils/Pkgfile +++ b/prt-utils/Pkgfile @@ -5,9 +5,9 @@ # Depends on: prt-get name=prt-utils -version=0.7.1 +version=0.8.0 release=1 -source=(http://download.berlios.de/prt-utils/$name-$version.tar.gz) +source=(http://crux.nu/files/tools/prt-utils/$name-$version.tar.gz) build() { cd $name-$version |