Date: Wed, 24 Aug 2011 09:29:48 GMT From: Ruslan Mahmatkhanov <cvs-src@yandex.ru> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/160049: [PATCH] emulators/wahcade: eliminate py-elementtree dependency Message-ID: <201108240929.p7O9Tmfb029364@red.freebsd.org> Resent-Message-ID: <201108240930.p7O9U8PS085148@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 160049 >Category: ports >Synopsis: [PATCH] emulators/wahcade: eliminate py-elementtree dependency >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Aug 24 09:30:08 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Ruslan Mahmatkhanov >Release: 9.0-BETA1 >Organization: >Environment: 9.0-BETA1 i386 >Description: This port have dependency on devel/py-elementtree. At the same time USE_PYTHON= 2.5+ is defined. elementtree is a part of python since 2.5, so this dependency isn't needed. Removing it. See: http://docs.python.org/library/xml.etree.elementtree.html Bump portrevision cause of dependencies list change. >How-To-Repeat: >Fix: Patch attached with submission follows: --- Makefile.orig 2011-08-24 13:26:10.000000000 +0400 +++ Makefile 2011-08-24 13:26:21.000000000 +0400 @@ -7,7 +7,7 @@ PORTNAME= wahcade PORTVERSION= 0.28 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= emulators MASTER_SITES= http://www.anti-particle.com/projects/wahcade/ @@ -15,7 +15,6 @@ COMMENT= A frontend for almost any emulator (MameWAH clone) RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolkits/py-gtk2 \ - ${PYTHON_SITELIBDIR}/cElementTree.so:${PORTSDIR}/devel/py-celementtree \ ${PYTHON_SITELIBDIR}/chardet/__init__.py:${PORTSDIR}/textproc/py-chardet USE_PYTHON= 2.5+ >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201108240929.p7O9Tmfb029364>