From conrads@serene.no-ip.org  Sun Apr 15 09:46:05 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 CBDAA106566C
	for <freebsd-gnats-submit@freebsd.org>; Sun, 15 Apr 2012 09:46:05 +0000 (UTC)
	(envelope-from conrads@serene.no-ip.org)
Received: from eastrmfepo202.cox.net (eastrmfepo202.cox.net [68.230.241.217])
	by mx1.freebsd.org (Postfix) with ESMTP id 67D388FC14
	for <freebsd-gnats-submit@freebsd.org>; Sun, 15 Apr 2012 09:46:05 +0000 (UTC)
Received: from eastrmimpo210.cox.net ([68.230.241.225])
          by eastrmfepo202.cox.net
          (InterMail vM.8.01.04.00 201-2260-137-20101110) with ESMTP
          id <20120415094559.IHRX1165.eastrmfepo202.cox.net@eastrmimpo210.cox.net>
          for <freebsd-gnats-submit@freebsd.org>;
          Sun, 15 Apr 2012 05:45:59 -0400
Received: from serene.no-ip.org ([98.164.83.206])
	by eastrmimpo210.cox.net with bizsmtp
	id y9ly1i00A4T5sES029lyER; Sun, 15 Apr 2012 05:45:59 -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 q3F9jwDs001915
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 15 Apr 2012 04:45:58 -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 q3F9jreQ001914;
	Sun, 15 Apr 2012 04:45:53 -0500 (CDT)
	(envelope-from conrads)
Message-Id: <201204150945.q3F9jreQ001914@serene.no-ip.org>
Date: Sun, 15 Apr 2012 04:45:53 -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] math/Makefile: missorted SUBDIR item
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         166960
>Category:       ports
>Synopsis:       [patch] math/Makefile: missorted SUBDIR item
>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 15 09:50:01 UTC 2012
>Closed-Date:    Sun Apr 15 10:01:25 UTC 2012
>Last-Modified:  Sun Apr 15 10:01:25 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+= item in ports/math/Makefile.
>How-To-Repeat:
		Run 'mkreadmes math'.
>Fix:
		Patch below.


--- math-Makefile.diff begins here ---
Index: math/Makefile
===================================================================
RCS file: /home/ncvs/ports/math/Makefile,v
retrieving revision 1.775
diff -u -r1.775 Makefile
--- math/Makefile	14 Apr 2012 19:27:42 -0000	1.775
+++ math/Makefile	15 Apr 2012 09:38:31 -0000
@@ -509,8 +509,8 @@
     SUBDIR += py-basemap
     SUBDIR += py-basemap-data
     SUBDIR += py-bitvector
-    SUBDIR += py-fiat
     SUBDIR += py-ffc
+    SUBDIR += py-fiat
     SUBDIR += py-fpconst
     SUBDIR += py-gato
     SUBDIR += py-gmpy
--- math-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 15 09:53:40 UTC 2012 
Responsible-Changed-Why:  
I will take it. 

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

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

 rm          2012-04-15 09:57:10 UTC
 
   FreeBSD ports repository
 
   Modified files:
     math                 Makefile 
   Log:
   - fix entries sorting
   
   PR:             166960
   Submitted by:   Conrad J. Sabatier <conrads at cox dot net>
   
   Revision  Changes    Path
   1.776     +1 -1      ports/math/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 15 10:01:23 UTC 2012 
State-Changed-Why:  
Committed, thank you! 

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