From conrads@serene.no-ip.org  Thu Jun 21 00:55:04 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 056811065747
	for <freebsd-gnats-submit@freebsd.org>; Thu, 21 Jun 2012 00:55:03 +0000 (UTC)
	(envelope-from conrads@serene.no-ip.org)
Received: from eastrmfepo101.cox.net (eastrmfepo101.cox.net [68.230.241.213])
	by mx1.freebsd.org (Postfix) with ESMTP id 82A518FC16
	for <freebsd-gnats-submit@freebsd.org>; Thu, 21 Jun 2012 00:55:03 +0000 (UTC)
Received: from eastrmimpo110.cox.net ([68.230.241.223])
          by eastrmfepo101.cox.net
          (InterMail vM.8.01.04.00 201-2260-137-20101110) with ESMTP
          id <20120621005457.MZKD18243.eastrmfepo101.cox.net@eastrmimpo110.cox.net>
          for <freebsd-gnats-submit@freebsd.org>;
          Wed, 20 Jun 2012 20:54:57 -0400
Received: from serene.no-ip.org ([98.164.76.239])
	by eastrmimpo110.cox.net with bizsmtp
	id Qoux1j00459mvxN02oux3D; Wed, 20 Jun 2012 20:54:57 -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 q5L0sueI008373
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 20 Jun 2012 19:54:56 -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 q5L0sphx008372;
	Wed, 20 Jun 2012 19:54:51 -0500 (CDT)
	(envelope-from conrads)
Message-Id: <201206210054.q5L0sphx008372@serene.no-ip.org>
Date: Wed, 20 Jun 2012 19:54:51 -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] ports/devel/Makefile: missorted SUBDIR item
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         169278
>Category:       ports
>Synopsis:       [patch] ports/devel/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:   Thu Jun 21 01:00:19 UTC 2012
>Closed-Date:    Thu Jun 21 08:00:19 UTC 2012
>Last-Modified:  Thu Jun 21 08:10:09 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:
	SUBDIR item "qt4-qmlviewer" missorted
>How-To-Repeat:
	N/A
>Fix:

	patch below


--- ports-devel-Makefile.diff begins here ---
Index: ports/devel/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/Makefile,v
retrieving revision 1.4992
diff -u -r1.4992 Makefile
--- ports/devel/Makefile	17 Jun 2012 20:26:50 -0000	1.4992
+++ ports/devel/Makefile	21 Jun 2012 00:51:01 -0000
@@ -3583,8 +3583,8 @@
     SUBDIR += qt4-moc
     SUBDIR += qt4-porting
     SUBDIR += qt4-qdbusviewer
-    SUBDIR += qt4-qmlviewer
     SUBDIR += qt4-qdoc3
+    SUBDIR += qt4-qmlviewer
     SUBDIR += qt4-qt3support
     SUBDIR += qt4-qtestlib
     SUBDIR += qt4-qtsolutions-singleapplication
--- ports-devel-Makefile.diff ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->rm 
Responsible-Changed-By: rm 
Responsible-Changed-When: Thu Jun 21 07:56:06 UTC 2012 
Responsible-Changed-Why:  
I will take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=169278 
State-Changed-From-To: open->closed 
State-Changed-By: rm 
State-Changed-When: Thu Jun 21 08:00:12 UTC 2012 
State-Changed-Why:  
Committed, thank you! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/169278: commit references a PR
Date: Thu, 21 Jun 2012 08:00:31 +0000 (UTC)

 rm          2012-06-21 07:59:54 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel                Makefile 
   Log:
   - fix missorted entry
   
   PR:             169278
   Submitted by:   "Conrad J. Sabatier" <conrads at cox dot net>
   
   Revision  Changes    Path
   1.4994    +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"
 
>Unformatted:
