Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Feb 2006 20:16:25 +0100 (CET)
From:      Ulf Lilleengen <lulf@studby.ntnu.no>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/93449: [maintainer-update] Update devel/bazaar-ng to use cElementTree
Message-ID:  <20060216191625.EF83D2286F@studby.ntnu.no>
Resent-Message-ID: <200602161920.k1GJK4DK059611@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         93449
>Category:       ports
>Synopsis:       [maintainer-update] Update devel/bazaar-ng to use cElementTree
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 16 19:20:03 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Ulf Lilleengen
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD vimes.studby.ntnu.no 7.0-CURRENT FreeBSD 7.0-CURRENT #4: Wed Jan 25 21:16:02 CET 2006 root@vimes.studby.ntnu.no:/usr/obj/usr/src/sys/VIMES i386


	
>Description:
	Update the port to use cElementTree insttead of ElementTree ( From PR 93295) as it is
	faster, and update my email address to a valid one.
	Submitted by: Matthew D. Fuller <fullermd@over-yonder.net>

	
>How-To-Repeat:
	
>Fix:

	

--- celementtreepatch.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/cvs/ncvs/ports/devel/bazaar-ng/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile	23 Jan 2006 20:56:51 -0000	1.4
+++ Makefile	16 Feb 2006 19:10:47 -0000
@@ -12,10 +12,10 @@
 MASTER_SITE_SUBDIR=	gnu-arch
 DISTNAME=	bzr-${PORTVERSION}
 
-MAINTAINER=	lulf@kerneled.org
+MAINTAINER=	lulf@stud.ntnu.no
 COMMENT=	A Python implementation of the GNU arch RCS protocol by Canonical
 
-RUN_DEPENDS=	${PYTHON_SITELIBDIR}/elementtree/ElementTree.py:${PORTSDIR}/devel/py-elementtree
+RUN_DEPENDS=	${PYTHON_SITELIBDIR}/cElementTree.so:${PORTSDIR}/devel/py-celementtree
 
 USE_PYTHON=	2.4+
 USE_PYDISTUTILS=	yes
--- celementtreepatch.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060216191625.EF83D2286F>