From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 22 14:20:03 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE92616A420 for ; Wed, 22 Feb 2006 14:20:03 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EC2943D4C for ; Wed, 22 Feb 2006 14:20:03 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k1MEK319009943 for ; Wed, 22 Feb 2006 14:20:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1MEK3kW009942; Wed, 22 Feb 2006 14:20:03 GMT (envelope-from gnats) Resent-Date: Wed, 22 Feb 2006 14:20:03 GMT Resent-Message-Id: <200602221420.k1MEK3kW009942@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, Joseph Koshy Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2009E16A420; Wed, 22 Feb 2006 14:10:03 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2F0543D45; Wed, 22 Feb 2006 14:10:02 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from freefall.freebsd.org (jkoshy@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k1MEA2h8009570; Wed, 22 Feb 2006 14:10:02 GMT (envelope-from jkoshy@freefall.freebsd.org) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1MEA2sK009569; Wed, 22 Feb 2006 14:10:02 GMT (envelope-from jkoshy) Message-Id: <200602221410.k1MEA2sK009569@freefall.freebsd.org> Date: Wed, 22 Feb 2006 14:10:02 GMT From: Joseph Koshy To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: kwm@FreeBSD.org Subject: ports/93706: [patch] update ports/devel/buildbot to v0.7.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Joseph Koshy List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 14:20:04 -0000 >Number: 93706 >Category: ports >Synopsis: [patch] update ports/devel/buildbot to v0.7.2 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Feb 22 14:20:02 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Joseph Koshy >Release: FreeBSD 6.0-STABLE i386 >Organization: The FreeBSD Project >Environment: System: FreeBSD freefall.freebsd.org 6.0-STABLE FreeBSD 6.0-STABLE #0: Sat Dec 10 03:18:20 UTC 2005 kensmith@freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL i386 >Description: The attached patch - updates the ports/devel/buildbot port to v0.7.2, - removes the now obsolete USE_REINPLACE directive, - makes use of config variables USE_PYDISTUTILS and USE_TWISTED_RUN. >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/devel/buildbot/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 3 Nov 2005 10:49:28 -0000 1.2 +++ Makefile 22 Feb 2006 13:47:56 -0000 @@ -6,7 +6,7 @@ # PORTNAME= buildbot -PORTVERSION= 0.7.0 +PORTVERSION= 0.7.2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,17 +14,13 @@ MAINTAINER= kwm@FreeBSD.org COMMENT= Automated system from compile/test cycle to validate code changes -RUN_DEPENDS= mktap:${PORTSDIR}/devel/py-twisted - -USE_REINPLACE= yes USE_PYTHON= 2.2+ +USE_PYDISTUTILS= yes +USE_TWISTED_RUN= mail web words NO_BUILD= yes post-patch: @${FIND} ${WRKSRC} -type f | ${XARGS} -n 10 ${REINPLACE_CMD} -e \ 's|/usr/bin/python|${LOCALBASE}/bin/python|g' -do-install: - @cd ${WRKSRC} && ${PYTHON_CMD} setup.py install --prefix=${PREFIX} - .include Index: distinfo =================================================================== RCS file: /cvs/FreeBSD/ports/devel/buildbot/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- distinfo 22 Jan 2006 08:27:54 -0000 1.3 +++ distinfo 20 Feb 2006 15:07:34 -0000 @@ -1,3 +1,3 @@ -MD5 (buildbot-0.7.0.tar.gz) = 4e7a0cf65573471f29a627a0faafc042 -SHA256 (buildbot-0.7.0.tar.gz) = c27184234c11edf4ec506a4ae499c50a3000fff18dfca8228bfd58d5c2021198 -SIZE (buildbot-0.7.0.tar.gz) = 583224 +MD5 (buildbot-0.7.2.tar.gz) = fda77c1d6d781a49b2ce3a2f2c180c64 +SHA256 (buildbot-0.7.2.tar.gz) = c718f1c9e53e3c95065de4ce0f3b36dbb93cebfeb1fc7671c1ed961346cfc699 +SIZE (buildbot-0.7.2.tar.gz) = 601176 >Release-Note: >Audit-Trail: >Unformatted: