aboutsummaryrefslogtreecommitdiff
path: root/sysutils/worldtools
diff options
context:
space:
mode:
authorStefan Walter <stefan@FreeBSD.org>2006-07-30 11:44:53 +0000
committerStefan Walter <stefan@FreeBSD.org>2006-07-30 11:44:53 +0000
commit4e754778fdf99f094a1ce55f5d855a09be2b811c (patch)
treee7f11721ad78fa36b1fb3f79fe7d51c059e39e40 /sysutils/worldtools
parent6005c2ac2e2f850db941e42cbd0cb41686bd9040 (diff)
downloadports-4e754778fdf99f094a1ce55f5d855a09be2b811c.tar.gz
ports-4e754778fdf99f094a1ce55f5d855a09be2b811c.zip
Add a patch to avoid cluttered screen on >= 6.x.
PR: 99910 Submitted by: Matthias Andree <matthias.andree@gmx.de> Approved by: maintainer timeout (3 weeks) arved (mentor)
Notes
Notes: svn path=/head/; revision=169121
Diffstat (limited to 'sysutils/worldtools')
-rw-r--r--sysutils/worldtools/Makefile1
-rw-r--r--sysutils/worldtools/files/patch-witw12
2 files changed, 13 insertions, 0 deletions
diff --git a/sysutils/worldtools/Makefile b/sysutils/worldtools/Makefile
index d9defbb4ff97..1fca2a77252c 100644
--- a/sysutils/worldtools/Makefile
+++ b/sysutils/worldtools/Makefile
@@ -7,6 +7,7 @@
PORTNAME= worldtools
PORTVERSION= 1.3.1
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://anarcat.ath.cx/software/distfiles/
diff --git a/sysutils/worldtools/files/patch-witw b/sysutils/worldtools/files/patch-witw
new file mode 100644
index 000000000000..2a662deb0083
--- /dev/null
+++ b/sysutils/worldtools/files/patch-witw
@@ -0,0 +1,12 @@
+--- whereintheworld.orig Tue Dec 9 23:25:14 2003
++++ whereintheworld Sat Jul 8 10:39:45 2006
+@@ -25,7 +25,8 @@
+ next;
+ }
+ if ($inside && /^>>>/) {
+- print;
++ chomp;
++ printf "%-70.70s\n", $_;
+ $lastwasdash = 0;
+ next;
+ }