From matthias.andree@gmx.de  Sat Jul  8 08:45:49 2006
Return-Path: <matthias.andree@gmx.de>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 5A54016A4DD
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  8 Jul 2006 08:45:49 +0000 (UTC)
	(envelope-from matthias.andree@gmx.de)
Received: from m2a2.dyndns.org (p5091010D.dip0.t-ipconnect.de [80.145.1.13])
	by mx1.FreeBSD.org (Postfix) with ESMTP id DA38243D46
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  8 Jul 2006 08:45:48 +0000 (GMT)
	(envelope-from matthias.andree@gmx.de)
Received: by merlin.emma.line.org (Postfix, from userid 1001)
	id 33C36C4B0; Sat,  8 Jul 2006 10:45:47 +0200 (CEST)
Message-Id: <20060708084547.33C36C4B0@merlin.emma.line.org>
Date: Sat,  8 Jul 2006 10:45:47 +0200 (CEST)
From: Matthias Andree <matthias.andree@gmx.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc: anarcat@anarcat.ath.cx
Subject: [PATCH] sysutils/worldtools: fix screen clutter in "stage" lines
X-Send-Pr-Version: 3.113
X-GNATS-Notify: anarcat@anarcat.ath.cx

>Number:         99910
>Category:       ports
>Synopsis:       [PATCH] sysutils/worldtools: fix screen clutter in "stage" lines
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    stefan
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 08 08:50:17 GMT 2006
>Closed-Date:    Sun Jul 30 11:45:42 GMT 2006
>Last-Modified:  Sun Jul 30 11:45:42 GMT 2006
>Originator:     Matthias Andree
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD merlin.emma.line.org 6.1-STABLE FreeBSD 6.1-STABLE #5: Fri Jun 30 14:26:17 CEST 2006
>Description:
This patch avoids cluttered screen in
>How-To-Repeat:
>Fix:

--- worldtools-1.3.1_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/sysutils/worldtools/Makefile /usr/home/emma/ports/sysutils/worldtools/Makefile
--- /usr/ports/sysutils/worldtools/Makefile	Thu Dec 11 01:35:45 2003
+++ /usr/home/emma/ports/sysutils/worldtools/Makefile	Sat Jul  8 10:41:40 2006
@@ -7,6 +7,7 @@
 
 PORTNAME=	worldtools
 PORTVERSION=	1.3.1
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	http://anarcat.ath.cx/software/distfiles/
 
diff -ruN --exclude=CVS /usr/ports/sysutils/worldtools/files/patch-witw /usr/home/emma/ports/sysutils/worldtools/files/patch-witw
--- /usr/ports/sysutils/worldtools/files/patch-witw	Thu Jan  1 01:00:00 1970
+++ /usr/home/emma/ports/sysutils/worldtools/files/patch-witw	Sat Jul  8 10:41:27 2006
@@ -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;
+ 	}
--- worldtools-1.3.1_1.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sat Jul 8 08:50:30 UTC 2006 
State-Changed-Why:  
Awaiting maintainers feedback 

http://www.freebsd.org/cgi/query-pr.cgi?pr=99910 
Responsible-Changed-From-To: freebsd-ports-bugs->stefan 
Responsible-Changed-By: stefan 
Responsible-Changed-When: Sat Jul 29 17:17:40 UTC 2006 
Responsible-Changed-Why:  
Take. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=99910 
State-Changed-From-To: feedback->closed 
State-Changed-By: stefan 
State-Changed-When: Sun Jul 30 11:45:24 UTC 2006 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=99910 
>Unformatted:
 >>> stage 1.2: bootstrap tools
 like lines now that the Makefile targets such as (obj,depend,all) are
 on the ===> lines.
 
 (Note that the upstream cvsweb interface seems offline.)
 
 Added file(s):
 - files/patch-witw
 
 Port maintainer (anarcat@anarcat.ath.cx) is cc'd.
 
 Generated with FreeBSD Port Tools 0.77
