ports/93449: [maintainer-update] Update devel/bazaar-ng to use cElementTree

Ulf Lilleengen lulf at studby.ntnu.no
Thu Feb 16 19:20:05 UTC 2006


>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 at 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 at 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 at kerneled.org
+MAINTAINER=	lulf at 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:



More information about the freebsd-ports-bugs mailing list