From nobody@FreeBSD.org  Sun May 10 16:39:20 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 979EE1065687
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 10 May 2009 16:39:20 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 86D708FC16
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 10 May 2009 16:39:20 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n4AGdKhw015593
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 10 May 2009 16:39:20 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n4AGdKIa015592;
	Sun, 10 May 2009 16:39:20 GMT
	(envelope-from nobody)
Message-Id: <200905101639.n4AGdKIa015592@www.freebsd.org>
Date: Sun, 10 May 2009 16:39:20 GMT
From: Max Brazhnikov <makc@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: misc/qbrew: fix qt4 dependencies
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: david@usermode.org

>Number:         134431
>Category:       ports
>Synopsis:       misc/qbrew: fix qt4 dependencies
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    makc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 10 16:40:02 UTC 2009
>Closed-Date:    Sun May 24 10:17:58 UTC 2009
>Last-Modified:  Sun May 24 10:17:58 UTC 2009
>Originator:     Max Brazhnikov
>Release:        7.2-STABLE
>Organization:
>Environment:
>Description:
remove qt4 build tools from run dependencies.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: ports/misc/qbrew/Makefile
===================================================================
RCS file: /home/pcvs/ports/misc/qbrew/Makefile,v
retrieving revision 1.18
diff -u -r1.18 Makefile
--- ports/misc/qbrew/Makefile	6 Jun 2008 13:45:36 -0000	1.18
+++ ports/misc/qbrew/Makefile	10 May 2009 15:42:03 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	qbrew
 PORTVERSION=	0.4.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	misc
 MASTER_SITES=	http://www.usermode.org/code/
 
@@ -15,7 +15,7 @@
 COMMENT=	A homebrewer's recipe calculator
 
 USE_QT_VER=	4
-QT_COMPONENTS=	qmake moc uic rcc xml gui
+QT_COMPONENTS=	qmake_build moc_build uic_build rcc_build xml gui
 PORTDOCS=	*
 HAS_CONFIGURE=	yes
 


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->makc 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun May 10 16:40:43 UTC 2009 
Responsible-Changed-Why:  
Submitter has GNATS access (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=134431 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sun May 10 16:40:46 UTC 2009 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: david@usermode.org
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/134431: misc/qbrew: fix qt4 dependencies
Date: Sun, 10 May 2009 16:40:45 UT

 Maintainer of misc/qbrew,
 
 Please note that PR ports/134431 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/134431
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
State-Changed-From-To: feedback->closed 
State-Changed-By: makc 
State-Changed-When: Sun May 24 10:17:57 UTC 2009 
State-Changed-Why:  
Committed 

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