ports/138168: [PATCH] ports-mgmt/portmaster: Align output of --show-work

Renato Botelho garga at FreeBSD.org
Tue Aug 25 13:20:02 UTC 2009


>Number:         138168
>Category:       ports
>Synopsis:       [PATCH] ports-mgmt/portmaster: Align output of --show-work
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 25 13:20:00 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Renato Botelho
>Release:        FreeBSD 9.0-CURRENT i386
>Organization:
FreeBSD.org
>Environment:
System: FreeBSD botelhor.bplab.local 9.0-CURRENT FreeBSD 9.0-CURRENT #83 r196505: Mon Aug 24 09:08:21 BRT
>Description:
When --show-work param is called, alignment of installed and not installed ports
are different, aligned it's more clean.

Current:
===>>> Installed x11/xrdb
===>>> NOT INSTALLED		x11/xscreensaver-gnome-hacks

New:
===>>> Installed		x11/xrdb
===>>> NOT INSTALLED		x11/xscreensaver-gnome-hacks

Port maintainer (dougb at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- portmaster-2.11_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/ports-mgmt/portmaster/Makefile,v
retrieving revision 2.11
diff -u -u -r2.11 Makefile
--- Makefile	25 Aug 2009 00:24:13 -0000	2.11
+++ Makefile	25 Aug 2009 13:08:24 -0000
@@ -9,6 +9,7 @@
 
 PORTNAME=	portmaster
 PORTVERSION=	2.11
+PORTREVISION=	1
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	# none
 DISTFILES=	# none
Index: files/portmaster.sh.in
===================================================================
RCS file: /home/pcvs/ports/ports-mgmt/portmaster/files/portmaster.sh.in,v
retrieving revision 2.11
diff -u -u -r2.11 portmaster.sh.in
--- files/portmaster.sh.in	25 Aug 2009 00:21:45 -0000	2.11
+++ files/portmaster.sh.in	25 Aug 2009 13:08:24 -0000
@@ -1564,7 +1564,7 @@
 			iport=`iport_from_origin $origin`
 			case "$iport" in
 			'') echo "===>>> NOT INSTALLED		$origin" ;;
-			*)  echo "===>>> Installed $origin" ;;
+			*)  echo "===>>> Installed		$origin" ;;
 			esac
 			continue
 		fi
--- portmaster-2.11_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list