From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 24 15:30:03 2007 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1172216A46B for ; Wed, 24 Oct 2007 15:30:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id F029B13C4B0 for ; Wed, 24 Oct 2007 15:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l9OFU2r2053259 for ; Wed, 24 Oct 2007 15:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l9OFU2lD053256; Wed, 24 Oct 2007 15:30:02 GMT (envelope-from gnats) Resent-Date: Wed, 24 Oct 2007 15:30:02 GMT Resent-Message-Id: <200710241530.l9OFU2lD053256@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Matthew D. Fuller" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2936C16A421 for ; Wed, 24 Oct 2007 15:26:01 +0000 (UTC) (envelope-from fullermd@over-yonder.net) Received: from optimus.centralmiss.com (ns.centralmiss.com [206.156.254.79]) by mx1.freebsd.org (Postfix) with ESMTP id 0EB0D13C4BF for ; Wed, 24 Oct 2007 15:26:01 +0000 (UTC) (envelope-from fullermd@over-yonder.net) Received: from draco.over-yonder.net (adsl-072-148-013-213.sip.jan.bellsouth.net [72.148.13.213]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by optimus.centralmiss.com (Postfix) with ESMTP id 4FF9F28BAF for ; Wed, 24 Oct 2007 09:32:05 -0500 (CDT) Received: by draco.over-yonder.net (Postfix, from userid 100) id D036E61C42; Wed, 24 Oct 2007 09:32:04 -0500 (CDT) Message-Id: <20071024143204.D036E61C42@draco.over-yonder.net> Date: Wed, 24 Oct 2007 09:32:04 -0500 (CDT) From: "Matthew D. Fuller" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/117454: [MAINTAINER] devel/bazaar-ng - Minor tweaks X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Matthew D. Fuller" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Oct 2007 15:30:03 -0000 >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 +# 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: