From fullermd@over-yonder.net  Wed Oct 24 15:26:01 2007
Return-Path: <fullermd@over-yonder.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 2936C16A421
	for <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <fullermd@over-yonder.net>
Reply-To: Matthew D. Fuller <fullermd@over-yonder.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] devel/bazaar-ng - Minor tweaks
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         117454
>Category:       ports
>Synopsis:       [MAINTAINER] devel/bazaar-ng - Minor tweaks
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    delphij
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 24 15:30:02 UTC 2007
>Closed-Date:    Wed Oct 24 17:58:26 UTC 2007
>Last-Modified:  Wed Oct 24 18:00:11 UTC 2007
>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:
State-Changed-From-To: open->closed 
State-Changed-By: delphij 
State-Changed-When: Wed Oct 24 17:58:08 UTC 2007 
State-Changed-Why:  
Committed, thanks! 


Responsible-Changed-From-To: freebsd-ports-bugs->delphij 
Responsible-Changed-By: delphij 
Responsible-Changed-When: Wed Oct 24 17:58:08 UTC 2007 
Responsible-Changed-Why:  
Take. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=117454 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/117454: commit references a PR
Date: Wed, 24 Oct 2007 17:57:01 +0000 (UTC)

 delphij     2007-10-24 17:56:56 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/bazaar-ng      Makefile 
   Log:
    - Don't depend on cElementTree when we are using Python 2.5,
      which included it;
    - Take out MASTER_SITE_SUBDIR which is no longer used.
   
   PR:             ports/117454
   Submitted by:   maintainer
   
   Revision  Changes    Path
   1.24      +5 -3      ports/devel/bazaar-ng/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
