Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Jan 2014 07:47:57 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r341507 - head/devel/buildbot
Message-ID:  <201401280747.s0S7lv4d055711@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: koobs
Date: Tue Jan 28 07:47:57 2014
New Revision: 341507
URL: http://svnweb.freebsd.org/changeset/ports/341507
QAT: https://qat.redports.org/buildarchive/r341507/

Log:
  devel/buildbot: Enable STAGE support and modernise
  
  - Enable STAGE support
  - Enable AUTOPLIST support
  - Deprecate easy_install target
  - Remove OPTIONSFILE override
  
  Requested by:	bapt

Deleted:
  head/devel/buildbot/pkg-plist
Modified:
  head/devel/buildbot/Makefile

Modified: head/devel/buildbot/Makefile
==============================================================================
--- head/devel/buildbot/Makefile	Tue Jan 28 07:47:43 2014	(r341506)
+++ head/devel/buildbot/Makefile	Tue Jan 28 07:47:57 2014	(r341507)
@@ -3,7 +3,7 @@
 
 PORTNAME=	buildbot
 PORTVERSION=	0.8.8
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel python
 MASTER_SITES=	GOOGLE_CODE
 
@@ -24,17 +24,16 @@ TEST_DEPENDS:=	${RUN_DEPENDS} \
 		${PYTHON_PKGNAMEPREFIX}twistedWeb>=9.0.0:${PORTSDIR}/www/py-twistedWeb \
 		${PYTHON_PKGNAMEPREFIX}twistedWords>=9.0.0:${PORTSDIR}/net-im/py-twistedWords
 
-USE_PYTHON=		yes
-USE_PYDISTUTILS=	easy_install
 USES=			twisted:run,conch,mail,web,words
+USE_PYTHON=		yes
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
 MAKE_ENV+=		NO_INSTALL_REQS=1
 
 OPTIONS_DEFINE=		TESTS
 TESTS_DESC=		Install py-mock for test suite
-OPTIONSFILE?=		${PORT_DBDIR}/py-${PORTNAME}/options
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MTESTS}



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