From lwhsu@lwbsd.csie.net  Sat Feb 26 14:04:58 2011
Return-Path: <lwhsu@lwbsd.csie.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 639CF106566B
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 26 Feb 2011 14:04:58 +0000 (UTC)
	(envelope-from lwhsu@lwbsd.csie.net)
Received: from lwbsd.csie.net (lwbsd.cs.nctu.edu.tw [140.113.17.197])
	by mx1.freebsd.org (Postfix) with ESMTP id 35FF68FC14
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 26 Feb 2011 14:04:57 +0000 (UTC)
Received: by lwbsd.csie.net (Postfix, from userid 1001)
	id 60F268E500; Sat, 26 Feb 2011 22:04:57 +0800 (CST)
Message-Id: <20110226140457.60F268E500@lwbsd.csie.net>
Date: Sat, 26 Feb 2011 22:04:57 +0800 (CST)
From: Li-Wen Hsu <lwhsu@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: eg@fbsd.lt
Subject: [PATCH] emulators/wine-doors: Fix dependency
X-Send-Pr-Version: 3.113
X-GNATS-Notify: eg@fbsd.lt

>Number:         155059
>Category:       ports
>Synopsis:       [PATCH] emulators/wine-doors: Fix dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    lwhsu
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 26 14:10:11 UTC 2011
>Closed-Date:    Sat Apr 09 05:35:53 UTC 2011
>Last-Modified:  Sat Apr 09 05:35:53 UTC 2011
>Originator:     Li-Wen Hsu
>Release:        FreeBSD 8.2-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD lwbsd.cs.nctu.edu.tw 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Feb 17 12:42:00 CST 2011
>Description:
- Fix dependency, PYLXML_EGG does not exist now

Port maintainer (eg@fbsd.lt) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- wine-doors-0.1.2_7.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/emulators/wine-doors/Makefile,v
retrieving revision 1.11
diff -u -u -r1.11 Makefile
--- Makefile	25 Feb 2011 01:31:45 -0000	1.11
+++ Makefile	26 Feb 2011 14:04:29 -0000
@@ -14,7 +14,7 @@
 MAINTAINER=	eg@fbsd.lt
 COMMENT=	Windows application management for the GNOME Desktop
 
-RUN_DEPENDS=	${PYTHON_SITELIBDIR}/${PYLXML_EGG}:${PORTSDIR}/devel/py-lxml \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}lxml>0:${PORTSDIR}/devel/py-lxml \
 		${PYTHON_SITELIBDIR}/cairo/__init__.py:${PORTSDIR}/graphics/py-cairo \
 		${PYTHON_SITELIBDIR}/gtk-2.0/gtksourceview.so:${PORTSDIR}/x11-toolkits/py-gnome-desktop \
 		bash:${PORTSDIR}/shells/bash \
@@ -40,8 +40,4 @@
 	${INSTALL_DATA} ${WRKDIR}/preferences.xml ${PREFIX}/etc/${PORTNAME}
 	${PYTHON_CMD} ${WRKSRC}/setup.py install --prefix=${PREFIX}
 
-.include <bsd.port.pre.mk>
-
-PYLXML_EGG!=	${MAKE} -f ${PORTSDIR}/devel/py-lxml/Makefile -V PYLXML_EGG
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
--- wine-doors-0.1.2_7.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->lwhsu 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Feb 26 14:10:32 UTC 2011 
Responsible-Changed-Why:  
Submitter has GNATS access (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=155059 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sat Feb 26 14:10:37 UTC 2011 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: eg@fbsd.lt
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/155059: [PATCH] emulators/wine-doors: Fix dependency
Date: Sat, 26 Feb 2011 14:10:35 UT

 Maintainer of emulators/wine-doors,
 
 Please note that PR ports/155059 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/155059
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
State-Changed-From-To: feedback->closed 
State-Changed-By: lwhsu 
State-Changed-When: Sat Apr 9 05:35:52 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

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