Author: jheino Date: 2006-05-01 22:25:36 +0200 (Mon, 01 May 2006) New Revision: 1339 Removed: crux-2.2/ports/opt/ketchup/ketchup.patch Modified: crux-2.2/ports/opt/ketchup/.md5sum crux-2.2/ports/opt/ketchup/Pkgfile Log: ketchup: updated to version 0.9.8 Modified: crux-2.2/ports/opt/ketchup/.md5sum =================================================================== --- crux-2.2/ports/opt/ketchup/.md5sum 2006-05-01 19:31:14 UTC (rev 1338) +++ crux-2.2/ports/opt/ketchup/.md5sum 2006-05-01 20:25:36 UTC (rev 1339) @@ -1,2 +1 @@ -6fbc5e50eea7e93e982aba036ae9b3ad ketchup-0.9.7.tar.bz2 -585b99a08fdb1d695add96749473761b ketchup.patch +6fbe53beac455245e1e8ae92acdccbcc ketchup-0.9.8.tar.bz2 Modified: crux-2.2/ports/opt/ketchup/Pkgfile =================================================================== --- crux-2.2/ports/opt/ketchup/Pkgfile 2006-05-01 19:31:14 UTC (rev 1338) +++ crux-2.2/ports/opt/ketchup/Pkgfile 2006-05-01 20:25:36 UTC (rev 1339) @@ -5,13 +5,11 @@ # Depends on: python name=ketchup -version=0.9.7 -release=2 -source=(http://www.selenic.com/$name/$name-$version.tar.bz2 \ - $name.patch) +version=0.9.8 +release=1 +source=(http://www.selenic.com/$name/$name-$version.tar.bz2) build() { - patch < $SRC/$name.patch install -D -m 0755 $name $PKG/usr/bin/$name install -D -m 0644 $name.1 $PKG/usr/man/man1/$name.1 } Deleted: crux-2.2/ports/opt/ketchup/ketchup.patch =================================================================== --- crux-2.2/ports/opt/ketchup/ketchup.patch 2006-05-01 19:31:14 UTC (rev 1338) +++ crux-2.2/ports/opt/ketchup/ketchup.patch 2006-05-01 20:25:36 UTC (rev 1339) @@ -1,12 +0,0 @@ -diff -Nru ketchup-orig/ketchup ketchup/ketchup ---- ketchup-orig/ketchup 2006-04-24 19:35:28.000000000 +0300 -+++ ketchup/ketchup 2006-05-01 04:18:20.000000000 +0300 -@@ -728,7 +728,7 @@ - except: - a = None - --if os.listdir("."): -+if not a and os.listdir("."): - error("Can't find kernel version for non-empty directory") - sys.exit(-1) -