Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Oct 2007 09:32:04 -0500 (CDT)
From:      "Matthew D. Fuller" <fullermd@over-yonder.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/117454: [MAINTAINER] devel/bazaar-ng - Minor tweaks
Message-ID:  <20071024143204.D036E61C42@draco.over-yonder.net>
Resent-Message-ID: <200710241530.l9OFU2lD053256@freefall.freebsd.org>

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

>Number:         117454
>Category:       ports
>Synopsis:       [MAINTAINER] devel/bazaar-ng - Minor tweaks
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 24 15:30:02 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     Matthew D. Fuller
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD draco.over-yonder.net 6.2-STABLE FreeBSD 6.2-STABLE #0: Sun Jul 1 03:25:36 CDT 2007 root@draco.over-yonder.net:/bsd/obj/bsd/src/sys/DRACO i386


	
>Description:
	cElementTree is included in python 2.5, so we don't need to pull in
	the external dependancy.

	While I'm in here, take out MASTER_SITE_SUBDIR - it may have been
	needed sometime in the past, but it doesn't do anything useful now.

>How-To-Repeat:
	
>Fix:

Index: Makefile
===================================================================
RCS file: /usr/cvs/ports/devel/bazaar-ng/Makefile,v
retrieving revision 1.23
diff -u -r1.23 Makefile
--- Makefile	27 Sep 2007 20:56:55 -0000	1.23
+++ Makefile	24 Oct 2007 14:28:36 -0000
@@ -9,14 +9,11 @@
 PORTVERSION=	0.91
 CATEGORIES=	devel
 MASTER_SITES=	http://bazaar-vcs.org/releases/src/
-MASTER_SITE_SUBDIR=	gnu-arch
 DISTNAME=	bzr-${PORTVERSION}
 
 MAINTAINER=	fullermd@over-yonder.net
 COMMENT=	Distributed version control system by Canonical
 
-RUN_DEPENDS=	${PYTHON_SITELIBDIR}/cElementTree.so:${PORTSDIR}/devel/py-celementtree
-
 OPTIONS=	SFTP "Enable Paramiko for SFTP support" on
 
 USE_PYTHON=	2.4+
@@ -28,6 +25,11 @@
 
 .include <bsd.port.pre.mk>
 
+# Included in 2.5
+.if (${PYTHON_VERSION} == python2.4)
+RUN_DEPENDS=	${PYTHON_SITELIBDIR}/cElementTree.so:${PORTSDIR}/devel/py-celementtree
+.endif
+
 .if defined(WITH_SFTP)
 RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/paramiko/__init__.py:${PORTSDIR}/security/py-paramiko
 .endif
>Release-Note:
>Audit-Trail:
>Unformatted:



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