From owner-svn-ports-head@FreeBSD.ORG Tue Jan 28 07:47:58 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 31F9FDB9; Tue, 28 Jan 2014 07:47:58 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1E9BD1140; Tue, 28 Jan 2014 07:47:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0S7lvcC055712; Tue, 28 Jan 2014 07:47:57 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0S7lv4d055711; Tue, 28 Jan 2014 07:47:57 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201401280747.s0S7lv4d055711@svn.freebsd.org> From: Kubilay Kocak Date: Tue, 28 Jan 2014 07:47:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341507 - head/devel/buildbot X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Jan 2014 07:47:58 -0000 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 .if ${PORT_OPTIONS:MTESTS}