From conrads@serene.no-ip.org  Sun Apr  1 11:46:13 2012
Return-Path: <conrads@serene.no-ip.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 135C8106564A
	for <freebsd-gnats-submit@freebsd.org>; Sun,  1 Apr 2012 11:46:13 +0000 (UTC)
	(envelope-from conrads@serene.no-ip.org)
Received: from eastrmfepo102.cox.net (eastrmfepo102.cox.net [68.230.241.214])
	by mx1.freebsd.org (Postfix) with ESMTP id 975538FC16
	for <freebsd-gnats-submit@freebsd.org>; Sun,  1 Apr 2012 11:46:12 +0000 (UTC)
Received: from eastrmimpo306.cox.net ([68.230.241.238])
          by eastrmfepo102.cox.net
          (InterMail vM.8.01.04.00 201-2260-137-20101110) with ESMTP
          id <20120401114601.EITB26743.eastrmfepo102.cox.net@eastrmimpo306.cox.net>
          for <freebsd-gnats-submit@freebsd.org>;
          Sun, 1 Apr 2012 07:46:01 -0400
Received: from serene.no-ip.org ([98.164.83.206])
	by eastrmimpo306.cox.net with bizsmtp
	id sblu1i00V4T5sES02blvBF; Sun, 01 Apr 2012 07:46:01 -0400
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 q31BjsgL043123
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 1 Apr 2012 06:45:54 -0500 (CDT)
	(envelope-from conrads@serene.no-ip.org)
Received: (from root@localhost)
	by serene.no-ip.org (8.14.5/8.14.5/Submit) id q31Bjnrk043122;
	Sun, 1 Apr 2012 06:45:49 -0500 (CDT)
	(envelope-from conrads)
Message-Id: <201204011145.q31Bjnrk043122@serene.no-ip.org>
Date: Sun, 1 Apr 2012 06:45:49 -0500 (CDT)
From: "Conrad J. Sabatier" <conrads@cox.net>
Reply-To: "Conrad J. Sabatier" <conrads@cox.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] devel/Makefile: missorted item "libcidr"
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         166559
>Category:       ports
>Synopsis:       [patch] devel/Makefile: missorted item "libcidr"
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    rm
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 01 11:50:12 UTC 2012
>Closed-Date:    Sun Apr 01 12:03:21 UTC 2012
>Last-Modified:  Sun Apr 01 12:03:21 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 r233542: Tue Mar 27 09:02:02 CDT 2012 conrads@serene.no-ip.org:/usr/obj/usr/src/sys/CUSTOM amd64

>Description:
	Missorted SUBDIR line in devel/Makefile

>How-To-Repeat:
	N/A
>Fix:

	patch below


--- devel-Makefile.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/Makefile,v
retrieving revision 1.4911
diff -u -r1.4911 Makefile
--- Makefile	1 Apr 2012 04:40:26 -0000	1.4911
+++ Makefile	1 Apr 2012 11:23:55 -0000
@@ -801,7 +801,6 @@
     SUBDIR += lexi
     SUBDIR += lfc
     SUBDIR += lfcxml
-    SUBDIR += libcidr
     SUBDIR += libIDL
     SUBDIR += libPropList
     SUBDIR += libXGP
@@ -827,6 +826,7 @@
     SUBDIR += libcfg
     SUBDIR += libcheck
     SUBDIR += libchipcard
+    SUBDIR += libcidr
     SUBDIR += libcii
     SUBDIR += libclaw
     SUBDIR += libcli
--- devel-Makefile.diff ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->rm 
Responsible-Changed-By: rm 
Responsible-Changed-When: Sun Apr 1 11:55:41 UTC 2012 
Responsible-Changed-Why:  
I will take it. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/166559: commit references a PR
Date: Sun,  1 Apr 2012 11:59:39 +0000 (UTC)

 rm          2012-04-01 11:59:26 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel                Makefile 
   Log:
   - fix entries sorting
   
   PR:             166559
   Submitted by:   "Conrad J. Sabatier" <conrads at cox dot net>
   Feature safe:   yes
   
   Revision  Changes    Path
   1.4912    +1 -1      ports/devel/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: Sun Apr 1 12:03:20 UTC 2012 
State-Changed-Why:  
Committed, thank you! 

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