Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Feb 2006 14:10:02 GMT
From:      Joseph Koshy <jkoshy@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        kwm@FreeBSD.org
Subject:   ports/93706: [patch] update ports/devel/buildbot to v0.7.2
Message-ID:  <200602221410.k1MEA2sK009569@freefall.freebsd.org>
Resent-Message-ID: <200602221420.k1MEK3kW009942@freefall.freebsd.org>

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

>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 <bsd.port.mk>
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:



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