summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Somers <asomers@FreeBSD.org>2017-09-17 04:43:18 +0000
committerAlan Somers <asomers@FreeBSD.org>2017-09-17 04:43:18 +0000
commit93f67a2084c704996fd6476fd2032029ef7f52d1 (patch)
tree7ccf06ab4f4084f8a928b9e0c03d405cf87678b0
parentnew port: www/py-treq (diff)
devel/buildbot*: Update to 0.9.10
PR: 220564 Reviewed by: koobs, rodrigc Approved by: koobs (portmgr), grembo (maintainer timeout)
-rw-r--r--devel/buildbot-console-view/Makefile4
-rw-r--r--devel/buildbot-console-view/distinfo6
-rw-r--r--devel/buildbot-pkg/Makefile4
-rw-r--r--devel/buildbot-pkg/distinfo6
-rw-r--r--devel/buildbot-waterfall-view/Makefile4
-rw-r--r--devel/buildbot-waterfall-view/distinfo6
-rw-r--r--devel/buildbot-worker/Makefile3
-rw-r--r--devel/buildbot-worker/distinfo6
-rw-r--r--devel/buildbot-www/Makefile8
-rw-r--r--devel/buildbot-www/distinfo6
-rw-r--r--devel/buildbot/Makefile9
-rw-r--r--devel/buildbot/distinfo6
-rw-r--r--devel/buildbot/files/patch-buildbot-scripts-sample.cfg12
-rw-r--r--devel/buildbot/files/patch-setup.py18
14 files changed, 33 insertions, 65 deletions
diff --git a/devel/buildbot-console-view/Makefile b/devel/buildbot-console-view/Makefile
index 935e5c020f40..f764c219ccc6 100644
--- a/devel/buildbot-console-view/Makefile
+++ b/devel/buildbot-console-view/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= buildbot-console-view
-PORTVERSION= 0.9.5
+PORTVERSION= 0.9.10
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
@@ -19,7 +19,7 @@ TEST_DEPENDS= trial:devel/py-twisted \
${PYTHON_PKGNAMEPREFIX}mock>0.8.0:devel/py-mock \
${PYTHON_PKGNAMEPREFIX}boto3>0:www/py-boto3 \
${PYTHON_PKGNAMEPREFIX}service_identity>=16.0.0:security/py-service_identity \
- ${PYTHON_PKGNAMEPREFIX}txrequests>0:www/py-txrequests
+ ${PYTHON_PKGNAMEPREFIX}treq>0:www/py-treq
USES= python:-2.7
USE_PYTHON= autoplist distutils
diff --git a/devel/buildbot-console-view/distinfo b/devel/buildbot-console-view/distinfo
index 13c66a60de6c..72a751bccb70 100644
--- a/devel/buildbot-console-view/distinfo
+++ b/devel/buildbot-console-view/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1490709809
-SHA256 (buildbot-console-view-0.9.5.tar.gz) = 0b0ecc2dda50975837d0c55f6154f5829fb69618aa87b5e1994fb75212dfd5e8
-SIZE (buildbot-console-view-0.9.5.tar.gz) = 631548
+TIMESTAMP = 1504051930
+SHA256 (buildbot-console-view-0.9.10.tar.gz) = ca62780a7405df761fa2d80019890c8b25d79f6b716df26fbc4ce257a21f762e
+SIZE (buildbot-console-view-0.9.10.tar.gz) = 640908
diff --git a/devel/buildbot-pkg/Makefile b/devel/buildbot-pkg/Makefile
index 687f95b273f1..1908945ad498 100644
--- a/devel/buildbot-pkg/Makefile
+++ b/devel/buildbot-pkg/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= buildbot-pkg
-PORTVERSION= 0.9.5
+PORTVERSION= 0.9.10
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
@@ -19,7 +19,7 @@ TEST_DEPENDS= trial:devel/py-twisted \
${PYTHON_PKGNAMEPREFIX}mock>0.8.0:devel/py-mock \
${PYTHON_PKGNAMEPREFIX}boto3>0:www/py-boto3 \
${PYTHON_PKGNAMEPREFIX}service_identity>=16.0.0:security/py-service_identity \
- ${PYTHON_PKGNAMEPREFIX}txrequests>0:www/py-txrequests
+ ${PYTHON_PKGNAMEPREFIX}treq>0:www/py-treq
USES= python:-2.7
USE_PYTHON= autoplist distutils
diff --git a/devel/buildbot-pkg/distinfo b/devel/buildbot-pkg/distinfo
index 2d20d167cb4e..e04c5c2a74e4 100644
--- a/devel/buildbot-pkg/distinfo
+++ b/devel/buildbot-pkg/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1490709810
-SHA256 (buildbot-pkg-0.9.5.tar.gz) = 21566eff98d76792c39e237ea437fd8ba9abdb6e05e95aeb3de91b460127f1f6
-SIZE (buildbot-pkg-0.9.5.tar.gz) = 3867
+TIMESTAMP = 1504051931
+SHA256 (buildbot-pkg-0.9.10.tar.gz) = 6eecdde02f98be469ec9fde47c55fe64ca04eec764a4729be2ff4faa892532d8
+SIZE (buildbot-pkg-0.9.10.tar.gz) = 4422
diff --git a/devel/buildbot-waterfall-view/Makefile b/devel/buildbot-waterfall-view/Makefile
index 452996cade39..742b2489cde1 100644
--- a/devel/buildbot-waterfall-view/Makefile
+++ b/devel/buildbot-waterfall-view/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= buildbot-waterfall-view
-PORTVERSION= 0.9.5
+PORTVERSION= 0.9.10
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
@@ -19,7 +19,7 @@ TEST_DEPENDS= trial:devel/py-twisted \
${PYTHON_PKGNAMEPREFIX}mock>0.8.0:devel/py-mock \
${PYTHON_PKGNAMEPREFIX}boto3>0:www/py-boto3 \
${PYTHON_PKGNAMEPREFIX}service_identity>=16.0.0:security/py-service_identity \
- ${PYTHON_PKGNAMEPREFIX}txrequests>0:www/py-txrequests
+ ${PYTHON_PKGNAMEPREFIX}treq>0:www/py-treq
USES= python:-2.7
USE_PYTHON= autoplist distutils
diff --git a/devel/buildbot-waterfall-view/distinfo b/devel/buildbot-waterfall-view/distinfo
index 7c48b2451c6d..da602bb8711f 100644
--- a/devel/buildbot-waterfall-view/distinfo
+++ b/devel/buildbot-waterfall-view/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1490709811
-SHA256 (buildbot-waterfall-view-0.9.5.tar.gz) = f398fceed508b885f5260bfe3d0e28da327c3d25103874fe0a971f949a21c884
-SIZE (buildbot-waterfall-view-0.9.5.tar.gz) = 705508
+TIMESTAMP = 1504051937
+SHA256 (buildbot-waterfall-view-0.9.10.tar.gz) = c2768391d7eb92e550afe4210e3cba7b69b34a7c9a27d333582f2a04b0f8b030
+SIZE (buildbot-waterfall-view-0.9.10.tar.gz) = 714260
diff --git a/devel/buildbot-worker/Makefile b/devel/buildbot-worker/Makefile
index f0086f676d15..e5fe08f92a12 100644
--- a/devel/buildbot-worker/Makefile
+++ b/devel/buildbot-worker/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= buildbot-worker
-PORTVERSION= 0.9.5
-PORTREVISION= 1
+PORTVERSION= 0.9.10
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
diff --git a/devel/buildbot-worker/distinfo b/devel/buildbot-worker/distinfo
index 2eccb852126f..144296f27d48 100644
--- a/devel/buildbot-worker/distinfo
+++ b/devel/buildbot-worker/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1490709812
-SHA256 (buildbot-worker-0.9.5.tar.gz) = be89dbbd64ac4d10c8b43ea0fd8378803170247493c8ae023a4e8732aa9287aa
-SIZE (buildbot-worker-0.9.5.tar.gz) = 94674
+TIMESTAMP = 1504051939
+SHA256 (buildbot-worker-0.9.10.tar.gz) = 1793631d74629cd73bc0df1fadf28fb34d87e63aa72cba82058122bde165a824
+SIZE (buildbot-worker-0.9.10.tar.gz) = 99028
diff --git a/devel/buildbot-www/Makefile b/devel/buildbot-www/Makefile
index e16e61210f25..15bda486d5d2 100644
--- a/devel/buildbot-www/Makefile
+++ b/devel/buildbot-www/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= buildbot-www
-PORTVERSION= 0.9.5
+PORTVERSION= 0.9.10
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
@@ -17,13 +17,13 @@ MY_DEPENDS= buildbot>=${PORTVERSION}:devel/buildbot \
BUILD_DEPENDS= ${MY_DEPENDS}
RUN_DEPENDS= ${MY_DEPENDS} \
buildbot-console-view>=${PORTVERSION}:devel/buildbot-console-view \
- buildbot-waterfall-view>=${PORTVERSION}:devel/buildbot-waterfall-view
+ buildbot-waterfall-view>=${PORTVERSION}:devel/buildbot-waterfall-view \
+ ${PYTHON_PKGNAMEPREFIX}service_identity>=16.0.0:security/py-service_identity
TEST_DEPENDS= trial:devel/py-twisted \
buildbot-worker>=${PORTVERSION}:devel/buildbot-worker \
${PYTHON_PKGNAMEPREFIX}mock>0.8.0:devel/py-mock \
${PYTHON_PKGNAMEPREFIX}boto3>0:www/py-boto3 \
- ${PYTHON_PKGNAMEPREFIX}service_identity>=16.0.0:security/py-service_identity \
- ${PYTHON_PKGNAMEPREFIX}txrequests>0:www/py-txrequests
+ ${PYTHON_PKGNAMEPREFIX}treq>0:www/py-treq
USES= python:-2.7
USE_PYTHON= autoplist distutils
diff --git a/devel/buildbot-www/distinfo b/devel/buildbot-www/distinfo
index 10d8c2c27987..a75f2ffde567 100644
--- a/devel/buildbot-www/distinfo
+++ b/devel/buildbot-www/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1490709814
-SHA256 (buildbot-www-0.9.5.tar.gz) = 42c07fea15c352f3e4bf778d148715eeb76141b55519de1358cf06ad73d233d9
-SIZE (buildbot-www-0.9.5.tar.gz) = 691886
+TIMESTAMP = 1504051917
+SHA256 (buildbot-www-0.9.10.tar.gz) = 9083516d702feefb8b61dd6cb351a54163f3b2d4f34b14071f77f2f550de9bf6
+SIZE (buildbot-www-0.9.10.tar.gz) = 693452
diff --git a/devel/buildbot/Makefile b/devel/buildbot/Makefile
index ffc6443a69a9..f8e499405ed9 100644
--- a/devel/buildbot/Makefile
+++ b/devel/buildbot/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= buildbot
-PORTVERSION= 0.9.5
-PORTREVISION= 1
+PORTVERSION= 0.9.10
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
@@ -23,12 +22,12 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twisted>=14.0.1:devel/py-twisted \
${PYTHON_PKGNAMEPREFIX}ramlfications>0:devel/py-ramlfications \
${PYTHON_PKGNAMEPREFIX}sqlalchemy-migrate>=0.7:databases/py-sqlalchemy-migrate \
${PYTHON_PKGNAMEPREFIX}sqlalchemy10>=0.6:databases/py-sqlalchemy10 \
- ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3
+ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 \
+ ${PYTHON_PKGNAMEPREFIX}treq>0:www/py-treq
TEST_DEPENDS= trial:devel/py-twisted \
buildbot-worker>=${PORTVERSION}:devel/buildbot-worker \
${PYTHON_PKGNAMEPREFIX}mock>0.8.0:devel/py-mock \
- ${PYTHON_PKGNAMEPREFIX}boto3>0:www/py-boto3 \
- ${PYTHON_PKGNAMEPREFIX}txrequests>0:www/py-txrequests
+ ${PYTHON_PKGNAMEPREFIX}boto3>0:www/py-boto3
USE_RC_SUBR= buildbot
USES= python:-2.7
diff --git a/devel/buildbot/distinfo b/devel/buildbot/distinfo
index ea3aac362d20..8122297df407 100644
--- a/devel/buildbot/distinfo
+++ b/devel/buildbot/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1490709808
-SHA256 (buildbot-0.9.5.tar.gz) = c6408c5abe78f17e92750e1e462d4cfc8a79558dcc7354ea4dea2058ed282587
-SIZE (buildbot-0.9.5.tar.gz) = 3071500
+TIMESTAMP = 1504051787
+SHA256 (buildbot-0.9.10.tar.gz) = 8c5ed75f3f16f4ff0f2c9e3f9b091acb5e6e1c0ef68ffa8f687a55413a833143
+SIZE (buildbot-0.9.10.tar.gz) = 3112750
diff --git a/devel/buildbot/files/patch-buildbot-scripts-sample.cfg b/devel/buildbot/files/patch-buildbot-scripts-sample.cfg
deleted file mode 100644
index a20d9cbed8af..000000000000
--- a/devel/buildbot/files/patch-buildbot-scripts-sample.cfg
+++ /dev/null
@@ -1,12 +0,0 @@
---- buildbot/scripts/sample.cfg~ 2017-01-11 14:05:29.000000000 +0100
-+++ buildbot/scripts/sample.cfg 2017-03-07 18:01:36.617128988 +0100
-@@ -10,6 +10,9 @@
- # a shorter alias to save typing.
- c = BuildmasterConfig = {}
-
-+####### DON'T SEND USAGE DATA TO BUILDBOT.NET
-+c['buildbotNetUsageData'] = None
-+
- ####### WORKERS
-
- # The 'workers' list defines the set of recognized workers. Each element is
diff --git a/devel/buildbot/files/patch-setup.py b/devel/buildbot/files/patch-setup.py
deleted file mode 100644
index d13635105bad..000000000000
--- a/devel/buildbot/files/patch-setup.py
+++ /dev/null
@@ -1,18 +0,0 @@
---- setup.py~ 2017-03-28 21:19:34.000000000 +0000
-+++ setup.py 2017-03-28 21:19:39.875072000 +0000
-@@ -180,6 +180,7 @@
- "buildbot.schedulers",
- "buildbot.scripts",
- "buildbot.secrets",
-+ "buildbot.secrets.providers",
- "buildbot.statistics",
- "buildbot.statistics.storage_backends",
- "buildbot.status",
-@@ -453,7 +453,6 @@
- 'txaio ' + txaio_ver,
- 'autobahn ' + autobahn_ver,
- 'PyJWT',
-- 'distro'
- ]
-
- # Unit test dependencies.