From conrads@serene.no-ip.org  Thu Feb 23 07:50:52 2012
Return-Path: <conrads@serene.no-ip.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 91B5E106564A
	for <freebsd-gnats-submit@freebsd.org>; Thu, 23 Feb 2012 07:50:52 +0000 (UTC)
	(envelope-from conrads@serene.no-ip.org)
Received: from eastrmfepo203.cox.net (eastrmfepo203.cox.net [68.230.241.218])
	by mx1.freebsd.org (Postfix) with ESMTP id 12DB98FC14
	for <freebsd-gnats-submit@freebsd.org>; Thu, 23 Feb 2012 07:50:51 +0000 (UTC)
Received: from eastrmimpo306.cox.net ([68.230.241.238])
          by eastrmfepo203.cox.net
          (InterMail vM.8.01.04.00 201-2260-137-20101110) with ESMTP
          id <20120223075046.UXGK18532.eastrmfepo203.cox.net@eastrmimpo306.cox.net>;
          Thu, 23 Feb 2012 02:50:46 -0500
Received: from serene.no-ip.org ([98.164.84.176])
	by eastrmimpo306.cox.net with bizsmtp
	id dKql1i00E3oG0Ji02Kqmaa; Thu, 23 Feb 2012 02:50:46 -0500
Received: from serene.no-ip.org (localhost [127.0.0.1])
	by serene.no-ip.org (8.14.5/8.14.5) with ESMTP id q1N7ojxR097466;
	Thu, 23 Feb 2012 01:50:45 -0600 (CST)
	(envelope-from conrads@serene.no-ip.org)
Received: (from root@localhost)
	by serene.no-ip.org (8.14.5/8.14.5/Submit) id q1N7oevx097465;
	Thu, 23 Feb 2012 01:50:40 -0600 (CST)
	(envelope-from conrads)
Message-Id: <201202230750.q1N7oevx097465@serene.no-ip.org>
Date: Thu, 23 Feb 2012 01:50:40 -0600 (CST)
From: "Conrad J. Sabatier" <conrads@cox.net>
Reply-To: "Conrad J. Sabatier" <conrads@cox.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc: ports@freebsd.org
Subject: [patch] ports/*/Makefile: move missorted SUBDIR lines
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         165411
>Category:       ports
>Synopsis:       [patch] ports/*/Makefile: move missorted SUBDIR lines
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    rm
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 23 08:00:20 UTC 2012
>Closed-Date:    Thu Feb 23 09:35:53 UTC 2012
>Last-Modified:  Thu Feb 23 09:35:53 UTC 2012
>Originator:     Conrad J. Sabatier
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD serene.no-ip.org 10.0-CURRENT FreeBSD 10.0-CURRENT #0: Sun Feb 12 19:15:46 CST 2012 conrads@serene.no-ip.org:/usr/obj/usr/src/sys/CUSTOM amd64

>Description:
	A few of the ports categories' Makefiles contain missorted 
	entries.  I discovered this while working on a new tool I'm 
	writing in C to speed up the rebuilding of the ports README.html 	
	files.  Other ports tools or make targets may be affected by 
	this missorting as well.
>How-To-Repeat:
	N/A
>Fix:
	patch below

--- ports-Makefiles.diff begins here ---
Index: /usr/ports/audio/Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/Makefile,v
retrieving revision 1.1211
diff -u -r1.1211 Makefile
--- /usr/ports/audio/Makefile	7 Feb 2012 06:39:52 -0000	1.1211
+++ /usr/ports/audio/Makefile	23 Feb 2012 07:02:19 -0000
@@ -303,8 +303,8 @@
     SUBDIR += icegenerator
     SUBDIR += ices
     SUBDIR += ices0
-    SUBDIR += id3el
     SUBDIR += id3ed
+    SUBDIR += id3el
     SUBDIR += id3lib
     SUBDIR += id3mtag
     SUBDIR += id3ren
Index: /usr/ports/devel/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/Makefile,v
retrieving revision 1.4870
diff -u -r1.4870 Makefile
--- /usr/ports/devel/Makefile	21 Feb 2012 20:02:35 -0000	1.4870
+++ /usr/ports/devel/Makefile	23 Feb 2012 07:04:39 -0000
@@ -3780,8 +3780,8 @@
     SUBDIR += rubygem-templater
     SUBDIR += rubygem-test
     SUBDIR += rubygem-test-unit
-    SUBDIR += rubygem-thrift
     SUBDIR += rubygem-thor
+    SUBDIR += rubygem-thrift
     SUBDIR += rubygem-tilt
     SUBDIR += rubygem-tins
     SUBDIR += rubygem-transactionsimple
Index: /usr/ports/japanese/Makefile
===================================================================
RCS file: /home/ncvs/ports/japanese/Makefile,v
retrieving revision 1.792
diff -u -r1.792 Makefile
--- /usr/ports/japanese/Makefile	19 Feb 2012 20:10:02 -0000	1.792
+++ /usr/ports/japanese/Makefile	23 Feb 2012 07:16:29 -0000
@@ -156,8 +156,8 @@
     SUBDIR += less
     SUBDIR += libicq
     SUBDIR += libjcode
-    SUBDIR += libslang
     SUBDIR += libskk
+    SUBDIR += libslang
     SUBDIR += libtomoe-gtk
     SUBDIR += lipsf
     SUBDIR += lookup
Index: /usr/ports/net-im/Makefile
===================================================================
RCS file: /home/ncvs/ports/net-im/Makefile,v
retrieving revision 1.164
diff -u -r1.164 Makefile
--- /usr/ports/net-im/Makefile	18 Jan 2012 07:43:03 -0000	1.164
+++ /usr/ports/net-im/Makefile	23 Feb 2012 07:16:00 -0000
@@ -173,10 +173,10 @@
     SUBDIR += tkabber-devel
     SUBDIR += tkabber-plugins
     SUBDIR += tkabbur
-    SUBDIR += turpial
     SUBDIR += tmsnc
     SUBDIR += trix
     SUBDIR += ttytter
+    SUBDIR += turpial
     SUBDIR += twirssi
     SUBDIR += twitmail
     SUBDIR += vacuum-im
Index: /usr/ports/net-mgmt/Makefile
===================================================================
RCS file: /home/ncvs/ports/net-mgmt/Makefile,v
retrieving revision 1.278
diff -u -r1.278 Makefile
--- /usr/ports/net-mgmt/Makefile	17 Feb 2012 17:22:20 -0000	1.278
+++ /usr/ports/net-mgmt/Makefile	23 Feb 2012 07:15:19 -0000
@@ -157,8 +157,8 @@
     SUBDIR += net-snmp
     SUBDIR += netams
     SUBDIR += netams-front
-    SUBDIR += netdisco-mibs
     SUBDIR += netdisco
+    SUBDIR += netdisco-mibs
     SUBDIR += netleak
     SUBDIR += netmask
     SUBDIR += netmond
Index: /usr/ports/sysutils/Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/Makefile,v
retrieving revision 1.1381
diff -u -r1.1381 Makefile
--- /usr/ports/sysutils/Makefile	16 Feb 2012 18:06:06 -0000	1.1381
+++ /usr/ports/sysutils/Makefile	23 Feb 2012 07:14:36 -0000
@@ -485,8 +485,8 @@
     SUBDIR += mapchan
     SUBDIR += massadmin
     SUBDIR += mbmon
-    SUBDIR += mcollective
     SUBDIR += mcelog
+    SUBDIR += mcollective
     SUBDIR += mcron
     SUBDIR += mcweject
     SUBDIR += mdcp
Index: /usr/ports/www/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/Makefile,v
retrieving revision 1.3135
diff -u -r1.3135 Makefile
--- /usr/ports/www/Makefile	22 Feb 2012 03:41:01 -0000	1.3135
+++ /usr/ports/www/Makefile	23 Feb 2012 07:13:26 -0000
@@ -1708,8 +1708,8 @@
     SUBDIR += rubygem-typhoeus
     SUBDIR += rubygem-uglifier
     SUBDIR += rubygem-unicorn
-    SUBDIR += rubygem-url_escape
     SUBDIR += rubygem-url-mount
+    SUBDIR += rubygem-url_escape
     SUBDIR += rubygem-webmock
     SUBDIR += rubygem-webrobots
     SUBDIR += rubygem-yapra
Index: /usr/ports/x11-toolkits/Makefile
===================================================================
RCS file: /home/ncvs/ports/x11-toolkits/Makefile,v
retrieving revision 1.596
diff -u -r1.596 Makefile
--- /usr/ports/x11-toolkits/Makefile	19 Feb 2012 09:07:38 -0000	1.596
+++ /usr/ports/x11-toolkits/Makefile	23 Feb 2012 07:11:28 -0000
@@ -177,9 +177,9 @@
     SUBDIR += p5-Tk-Getopt
     SUBDIR += p5-Tk-HistEntry
     SUBDIR += p5-Tk-JComboBox
+    SUBDIR += p5-Tk-ResizeButton
     SUBDIR += p5-Tk-Role-Dialog
     SUBDIR += p5-Tk-Role-HasWidgets
-    SUBDIR += p5-Tk-ResizeButton
     SUBDIR += p5-Tk-Splashscreen
     SUBDIR += p5-Tk-Sugar
     SUBDIR += p5-Tk-TableMatrix
--- ports-Makefiles.diff ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->rm 
Responsible-Changed-By: rm 
Responsible-Changed-When: Thu Feb 23 09:17:41 UTC 2012 
Responsible-Changed-Why:  
I will take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=165411 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/165411: commit references a PR
Date: Thu, 23 Feb 2012 09:21:57 +0000 (UTC)

 rm          2012-02-23 09:21:48 UTC
 
   FreeBSD ports repository
 
   Modified files:
     audio                Makefile 
     devel                Makefile 
     japanese             Makefile 
     net-im               Makefile 
     net-mgmt             Makefile 
     sysutils             Makefile 
     www                  Makefile 
     x11-toolkits         Makefile 
   Log:
   - fix sort order in few category Makefiles
   
   PR:             165411
   Submitted by:   Conrad J. Sabatier <conrads at cox dot net>
   
   Revision  Changes    Path
   1.1212    +1 -1      ports/audio/Makefile
   1.4871    +1 -1      ports/devel/Makefile
   1.793     +1 -1      ports/japanese/Makefile
   1.165     +1 -1      ports/net-im/Makefile
   1.279     +1 -1      ports/net-mgmt/Makefile
   1.1382    +1 -1      ports/sysutils/Makefile
   1.3136    +1 -1      ports/www/Makefile
   1.597     +1 -1      ports/x11-toolkits/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: rm 
State-Changed-When: Thu Feb 23 09:35:51 UTC 2012 
State-Changed-Why:  
Committed, thank you! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=165411 
>Unformatted:
