svn commit: r455028 - in head: . devel devel/buildbot devel/buildbot-console-view devel/buildbot-pkg devel/buildbot-waterfall-view devel/buildbot-worker devel/buildbot-www devel/py-buildbot devel/p...

Craig Rodrigues rodrigc at FreeBSD.org
Tue Nov 28 10:15:49 UTC 2017


Author: rodrigc (src committer)
Date: Tue Nov 28 10:15:46 2017
New Revision: 455028
URL: https://svnweb.freebsd.org/changeset/ports/455028

Log:
  devel/buildbot*: Rename all buildbot ports
  
  devel/buildbot -> devel/py-buildbot
  devel/buildbot-worker -> devel/py-buildbot-worker
  devel/buildbot-console-view -> devel/py-buildbot-console-view
  devel/buildbot-grid-view -> devel/py-buildbot-grid-view
  devel/buildbot-pkg -> devel/py-buildbot-pkg
  devel/buildbot-waterfall-view -> devel/py-buildbot-waterfall-view
  devel/buildbot-www -> devel/py-buildbot-www
  
   - Update MAINTAINER
   - Allow builds with Python 3.x
  
  Reviewed_by: koobs
  Approved by: koobs (maintainer), portmgr (maintainer timeout, grembo, 3+ weeks)
  Differential Revision: D12499

Added:
  head/devel/py-buildbot/
     - copied from r455027, head/devel/buildbot/
  head/devel/py-buildbot-console-view/
     - copied from r455027, head/devel/buildbot-console-view/
  head/devel/py-buildbot-pkg/
     - copied from r455027, head/devel/buildbot-pkg/
  head/devel/py-buildbot-waterfall-view/
     - copied from r455027, head/devel/buildbot-waterfall-view/
  head/devel/py-buildbot-worker/
     - copied from r455027, head/devel/buildbot-worker/
  head/devel/py-buildbot-www/
     - copied from r455027, head/devel/buildbot-www/
Deleted:
  head/devel/buildbot/
  head/devel/buildbot-console-view/
  head/devel/buildbot-pkg/
  head/devel/buildbot-waterfall-view/
  head/devel/buildbot-worker/
  head/devel/buildbot-www/
Modified:
  head/MOVED
  head/devel/Makefile
  head/devel/py-buildbot-console-view/Makefile
  head/devel/py-buildbot-grid-view/Makefile
  head/devel/py-buildbot-pkg/Makefile
  head/devel/py-buildbot-waterfall-view/Makefile
  head/devel/py-buildbot-worker/Makefile
  head/devel/py-buildbot-worker/pkg-descr
  head/devel/py-buildbot-www/Makefile
  head/devel/py-buildbot/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Tue Nov 28 09:42:17 2017	(r455027)
+++ head/MOVED	Tue Nov 28 10:15:46 2017	(r455028)
@@ -9649,3 +9649,9 @@ www/linux-seamonkey||2017-11-22|Has expired: Use nativ
 graphics/linux-adobesvg||2017-11-22|Has expired: not supported by linux-firefox 52 or later
 sysutils/qjail2||2017-11-26|Has expired: Only for FreeBSD 8 and 9, use sysutils/qjail[4] instead
 www/newsbeuter|www/newsboat|2017-11-27|Port was renamed
+devel/buildbot|devel/py-buildbot|2017-11-29|Rename to comply with PyPI scheme.
+devel/buildbot-console-view|devel/py-buildbot-console-view|2017-11-29|Rename to comply with PyPI scheme.
+devel/buildbot-pkg|devel/py-buildbot-pkg|2017-11-29|Rename to comply with PyPI scheme.
+devel/buildbot-waterfall-view|devel/py-buildbot-waterfall-view|2017-11-29|Rename to comply with PyPI scheme.
+devel/buildbot-worker|devel/py-buildbot-worker|2017-11-29|Rename to comply with PyPI scheme.
+devel/buildbot-www|devel/py-buildbot-www|2017-11-29|Rename to comply with PyPI scheme.

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Nov 28 09:42:17 2017	(r455027)
+++ head/devel/Makefile	Tue Nov 28 10:15:46 2017	(r455028)
@@ -226,12 +226,6 @@
     SUBDIR += bugzilla44
     SUBDIR += bugzilla50
     SUBDIR += build
-    SUBDIR += buildbot
-    SUBDIR += buildbot-console-view
-    SUBDIR += buildbot-pkg
-    SUBDIR += buildbot-waterfall-view
-    SUBDIR += buildbot-worker
-    SUBDIR += buildbot-www
     SUBDIR += buildtool
     SUBDIR += buildtool-doc
     SUBDIR += bullet
@@ -4286,7 +4280,13 @@
     SUBDIR += py-boto
     SUBDIR += py-botocore
     SUBDIR += py-bsd
+    SUBDIR += py-buildbot
+    SUBDIR += py-buildbot-console-view
     SUBDIR += py-buildbot-grid-view
+    SUBDIR += py-buildbot-pkg
+    SUBDIR += py-buildbot-waterfall-view
+    SUBDIR += py-buildbot-worker
+    SUBDIR += py-buildbot-www
     SUBDIR += py-cached-property
     SUBDIR += py-cachetools
     SUBDIR += py-calendar

Modified: head/devel/py-buildbot-console-view/Makefile
==============================================================================
--- head/devel/buildbot-console-view/Makefile	Tue Nov 28 09:42:17 2017	(r455027)
+++ head/devel/py-buildbot-console-view/Makefile	Tue Nov 28 10:15:46 2017	(r455028)
@@ -3,18 +3,20 @@
 
 PORTNAME=	buildbot-console-view
 PORTVERSION=	0.9.11
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	grembo at FreeBSD.org
+MAINTAINER=	koobs at FreeBSD.org
 COMMENT=	Continuous Integration Framework (Console View)
 
 LICENSE=	GPLv2
 
-BUILD_DEPENDS=	buildbot-pkg>=${PORTVERSION}:devel/buildbot-pkg
-RUN_DEPENDS=	buildbot-pkg>=${PORTVERSION}:devel/buildbot-pkg
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}buildbot-pkg>=${PORTVERSION}:devel/py-buildbot-pkg
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}buildbot-pkg>=${PORTVERSION}:devel/py-buildbot-pkg
 
-USES=		python:2.7
+USES=		python
 USE_PYTHON=	autoplist distutils
 
 NO_ARCH=	yes

Modified: head/devel/py-buildbot-grid-view/Makefile
==============================================================================
--- head/devel/py-buildbot-grid-view/Makefile	Tue Nov 28 09:42:17 2017	(r455027)
+++ head/devel/py-buildbot-grid-view/Makefile	Tue Nov 28 10:15:46 2017	(r455028)
@@ -2,18 +2,20 @@
 
 PORTNAME=	buildbot-grid-view
 PORTVERSION=	0.9.11
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	rodrigc at FreeBSD.org
+MAINTAINER=	koobs at FreeBSD.org
 COMMENT=	Continuous Integration Framework (Grid View)
 
 LICENSE=	GPLv2
 
-BUILD_DEPENDS=	buildbot-pkg>=${PORTVERSION}:devel/buildbot-pkg
-RUN_DEPENDS=	buildbot-pkg>=${PORTVERSION}:devel/buildbot-pkg
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}buildbot-pkg>=${PORTVERSION}:devel/py-buildbot-pkg
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}buildbot-pkg>=${PORTVERSION}:devel/py-buildbot-pkg
 
-USES=		python:2.7
+USES=		python
 USE_PYTHON=	autoplist distutils
 
 NO_ARCH=	yes

Modified: head/devel/py-buildbot-pkg/Makefile
==============================================================================
--- head/devel/buildbot-pkg/Makefile	Tue Nov 28 09:42:17 2017	(r455027)
+++ head/devel/py-buildbot-pkg/Makefile	Tue Nov 28 10:15:46 2017	(r455028)
@@ -3,15 +3,17 @@
 
 PORTNAME=	buildbot-pkg
 PORTVERSION=	0.9.11
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	grembo at FreeBSD.org
+MAINTAINER=	koobs at FreeBSD.org
 COMMENT=	Continuous Integration Framework (packaging)
 
 LICENSE=	GPLv2
 
-USES=		python:2.7
+USES=		python
 USE_PYTHON=	autoplist distutils
 
 NO_ARCH=	yes

Modified: head/devel/py-buildbot-waterfall-view/Makefile
==============================================================================
--- head/devel/buildbot-waterfall-view/Makefile	Tue Nov 28 09:42:17 2017	(r455027)
+++ head/devel/py-buildbot-waterfall-view/Makefile	Tue Nov 28 10:15:46 2017	(r455028)
@@ -3,18 +3,20 @@
 
 PORTNAME=	buildbot-waterfall-view
 PORTVERSION=	0.9.11
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	grembo at FreeBSD.org
+MAINTAINER=	koobs at FreeBSD.org
 COMMENT=	Continuous Integration Framework (Waterfall View)
 
 LICENSE=	GPLv2
 
-BUILD_DEPENDS=	buildbot-pkg>=${PORTVERSION}:devel/buildbot-pkg
-RUN_DEPENDS=	buildbot-pkg>=${PORTVERSION}:devel/buildbot-pkg
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}buildbot-pkg>=${PORTVERSION}:devel/py-buildbot-pkg
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}buildbot-pkg>=${PORTVERSION}:devel/py-buildbot-pkg
 
-USES=		python:2.7
+USES=		python
 USE_PYTHON=	autoplist distutils
 
 NO_ARCH=	yes

Modified: head/devel/py-buildbot-worker/Makefile
==============================================================================
--- head/devel/buildbot-worker/Makefile	Tue Nov 28 09:42:17 2017	(r455027)
+++ head/devel/py-buildbot-worker/Makefile	Tue Nov 28 10:15:46 2017	(r455028)
@@ -3,11 +3,13 @@
 
 PORTNAME=	buildbot-worker
 PORTVERSION=	0.9.11
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	grembo at FreeBSD.org
-COMMENT=	Continuous Integration Framework (Worker)
+MAINTAINER=	koobs at FreeBSD.org
+COMMENT=	Buildbot Worker Daemon
 
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
@@ -17,7 +19,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}future>=0.15.2:dev
 TEST_DEPENDS=	trial:devel/py-twisted \
 		${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock
 
-USES=		python:2.7
+USES=		python
 USE_PYTHON=	autoplist distutils
 USE_RC_SUBR=	buildbot-worker
 

Modified: head/devel/py-buildbot-worker/pkg-descr
==============================================================================
--- head/devel/buildbot-worker/pkg-descr	Tue Nov 28 09:42:17 2017	(r455027)
+++ head/devel/py-buildbot-worker/pkg-descr	Tue Nov 28 10:15:46 2017	(r455028)
@@ -1,5 +1,5 @@
 This port is the worker part of BuildBot. For the buildmaster, install the
-devel/buildbot port.
+devel/py-buildbot port.
 
 For more information, please see: https://buildbot.net/trac
 

Modified: head/devel/py-buildbot-www/Makefile
==============================================================================
--- head/devel/buildbot-www/Makefile	Tue Nov 28 09:42:17 2017	(r455027)
+++ head/devel/py-buildbot-www/Makefile	Tue Nov 28 10:15:46 2017	(r455028)
@@ -3,23 +3,25 @@
 
 PORTNAME=	buildbot-www
 PORTVERSION=	0.9.11
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	grembo at FreeBSD.org
+MAINTAINER=	koobs at FreeBSD.org
 COMMENT=	Continuous Integration Framework (WWW)
 
 LICENSE=	GPLv2
 
-BUILD_DEPENDS=	buildbot>=${PORTVERSION}:devel/buildbot \
-		buildbot-pkg>=${PORTVERSION}:devel/buildbot-pkg \
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}buildbot>=${PORTVERSION}:devel/py-buildbot \
+		${PYTHON_PKGNAMEPREFIX}buildbot-pkg>=${PORTVERSION}:devel/py-buildbot-pkg \
 		${PYTHON_PKGNAMEPREFIX}mock>0.8.0:devel/py-mock
-RUN_DEPENDS=	buildbot-console-view>=${PORTVERSION}:devel/buildbot-console-view \
-		buildbot-grid-view>=${PORTVERSION}:devel/py-buildbot-grid-view \
-		buildbot-waterfall-view>=${PORTVERSION}:devel/buildbot-waterfall-view \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}buildbot-console-view>=${PORTVERSION}:devel/py-buildbot-console-view \
+		${PYTHON_PKGNAMEPREFIX}buildbot-grid-view>=${PORTVERSION}:devel/py-buildbot-grid-view \
+		${PYTHON_PKGNAMEPREFIX}buildbot-waterfall-view>=${PORTVERSION}:devel/py-buildbot-waterfall-view \
 		${PYTHON_PKGNAMEPREFIX}service_identity>=16.0.0:security/py-service_identity
 
-USES=		python:2.7
+USES=		python
 USE_PYTHON=	autoplist distutils
 
 NO_ARCH=	yes

Modified: head/devel/py-buildbot/Makefile
==============================================================================
--- head/devel/buildbot/Makefile	Tue Nov 28 09:42:17 2017	(r455027)
+++ head/devel/py-buildbot/Makefile	Tue Nov 28 10:15:46 2017	(r455028)
@@ -3,11 +3,13 @@
 
 PORTNAME=	buildbot
 PORTVERSION=	0.9.11
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	grembo at FreeBSD.org
-COMMENT=	Continuous Integration Framework (Master)
+MAINTAINER=	koobs at FreeBSD.org
+COMMENT=	Continuous Integration Framework
 
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
@@ -24,16 +26,16 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}twisted>=14.0.1:de
 		${PYTHON_PKGNAMEPREFIX}sqlalchemy10>=0.6:databases/py-sqlalchemy10 \
 		${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 \
 		${PYTHON_PKGNAMEPREFIX}treq>0:www/py-treq
-TEST_DEPENDS=	buildbot-worker>=${PORTVERSION}:devel/buildbot-worker \
-		buildbot-www>=${PORTVERSION}:devel/buildbot-www \
-		${PYTHON_PKGNAMEPREFIX}mock>0.8.0:devel/py-mock \
-		${PYTHON_PKGNAMEPREFIX}boto3>0:www/py-boto3
+TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}boto3>0:www/py-boto3 \
+		${PYTHON_PKGNAMEPREFIX}buildbot-worker>=${PORTVERSION}:devel/py-buildbot-worker \
+		${PYTHON_PKGNAMEPREFIX}buildbot-www>=${PORTVERSION}:devel/py-buildbot-www \
+		${PYTHON_PKGNAMEPREFIX}mock>=2.0.0:devel/py-mock
 
-USES=		python:2.7
+USES=		python
 USE_RC_SUBR=	buildbot
 USE_PYTHON=	autoplist distutils
 
-SUB_LIST+=	PYTHON_CMD=${PYTHON_CMD}
+SUB_LIST=	PYTHON_CMD=${PYTHON_CMD}
 
 NO_ARCH=	yes
 


More information about the svn-ports-all mailing list