View | Details | Raw Unified | Return to bug 220564 | Differences between
and this patch

Collapse All | Expand All

(-)devel/buildbot/Makefile (-5 / +4 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	buildbot
4
PORTNAME=	buildbot
5
PORTVERSION=	0.9.5
5
PORTVERSION=	0.9.9.post2
6
PORTREVISION=	1
7
CATEGORIES=	devel python
6
CATEGORIES=	devel python
8
MASTER_SITES=	CHEESESHOP
7
MASTER_SITES=	CHEESESHOP
9
8
Lines 23-34 Link Here
23
		${PYTHON_PKGNAMEPREFIX}ramlfications>0:devel/py-ramlfications \
22
		${PYTHON_PKGNAMEPREFIX}ramlfications>0:devel/py-ramlfications \
24
		${PYTHON_PKGNAMEPREFIX}sqlalchemy-migrate>=0.7:databases/py-sqlalchemy-migrate \
23
		${PYTHON_PKGNAMEPREFIX}sqlalchemy-migrate>=0.7:databases/py-sqlalchemy-migrate \
25
		${PYTHON_PKGNAMEPREFIX}sqlalchemy10>=0.6:databases/py-sqlalchemy10 \
24
		${PYTHON_PKGNAMEPREFIX}sqlalchemy10>=0.6:databases/py-sqlalchemy10 \
26
		${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3
25
		${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 \
26
		${PYTHON_PKGNAMEPREFIX}txrequests>0:www/py-txrequests
27
TEST_DEPENDS=	trial:devel/py-twisted \
27
TEST_DEPENDS=	trial:devel/py-twisted \
28
		buildbot-worker>=${PORTVERSION}:devel/buildbot-worker \
28
		buildbot-worker>=${PORTVERSION}:devel/buildbot-worker \
29
		${PYTHON_PKGNAMEPREFIX}mock>0.8.0:devel/py-mock \
29
		${PYTHON_PKGNAMEPREFIX}mock>0.8.0:devel/py-mock \
30
		${PYTHON_PKGNAMEPREFIX}boto3>0:www/py-boto3 \
30
		${PYTHON_PKGNAMEPREFIX}boto3>0:www/py-boto3
31
		${PYTHON_PKGNAMEPREFIX}txrequests>0:www/py-txrequests
32
31
33
USE_RC_SUBR=	buildbot
32
USE_RC_SUBR=	buildbot
34
USES=		python:-2.7
33
USES=		python:-2.7
(-)devel/buildbot/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1490709808
1
TIMESTAMP = 1499403329
2
SHA256 (buildbot-0.9.5.tar.gz) = c6408c5abe78f17e92750e1e462d4cfc8a79558dcc7354ea4dea2058ed282587
2
SHA256 (buildbot-0.9.9.post2.tar.gz) = 3cade7d16d853125ea998301b25f49a85c9d9a4c42713eb98c03e33ef715233d
3
SIZE (buildbot-0.9.5.tar.gz) = 3071500
3
SIZE (buildbot-0.9.9.post2.tar.gz) = 3109256
(-)devel/buildbot/files/patch-buildbot-scripts-sample.cfg (-12 lines)
Lines 1-12 Link Here
1
--- buildbot/scripts/sample.cfg~	2017-01-11 14:05:29.000000000 +0100
2
+++ buildbot/scripts/sample.cfg	2017-03-07 18:01:36.617128988 +0100
3
@@ -10,6 +10,9 @@
4
 # a shorter alias to save typing.
5
 c = BuildmasterConfig = {}
6
 
7
+####### DON'T SEND USAGE DATA TO BUILDBOT.NET
8
+c['buildbotNetUsageData'] = None
9
+
10
 ####### WORKERS
11
 
12
 # The 'workers' list defines the set of recognized workers. Each element is
(-)devel/buildbot/files/patch-setup.py (-18 lines)
Lines 1-18 Link Here
1
--- setup.py~	2017-03-28 21:19:34.000000000 +0000
2
+++ setup.py	2017-03-28 21:19:39.875072000 +0000
3
@@ -180,6 +180,7 @@
4
         "buildbot.schedulers",
5
         "buildbot.scripts",
6
         "buildbot.secrets",
7
+        "buildbot.secrets.providers",
8
         "buildbot.statistics",
9
         "buildbot.statistics.storage_backends",
10
         "buildbot.status",
11
@@ -453,7 +453,6 @@
12
     'txaio ' + txaio_ver,
13
     'autobahn ' + autobahn_ver,
14
     'PyJWT',
15
-    'distro'
16
 ]
17
 
18
 # Unit test dependencies.
(-)devel/buildbot-console-view/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	buildbot-console-view
4
PORTNAME=	buildbot-console-view
5
PORTVERSION=	0.9.5
5
PORTVERSION=	0.9.9.post2
6
CATEGORIES=	devel python
6
CATEGORIES=	devel python
7
MASTER_SITES=	CHEESESHOP
7
MASTER_SITES=	CHEESESHOP
8
8
(-)devel/buildbot-console-view/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1490709809
1
TIMESTAMP = 1499403334
2
SHA256 (buildbot-console-view-0.9.5.tar.gz) = 0b0ecc2dda50975837d0c55f6154f5829fb69618aa87b5e1994fb75212dfd5e8
2
SHA256 (buildbot-console-view-0.9.9.post2.tar.gz) = ea777ee7df40ceafe202b1100290ffbf8eb0c23c15a5079c3c2903fae9efb456
3
SIZE (buildbot-console-view-0.9.5.tar.gz) = 631548
3
SIZE (buildbot-console-view-0.9.9.post2.tar.gz) = 640910
(-)devel/buildbot-pkg/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	buildbot-pkg
4
PORTNAME=	buildbot-pkg
5
PORTVERSION=	0.9.5
5
PORTVERSION=	0.9.9.post2
6
CATEGORIES=	devel python
6
CATEGORIES=	devel python
7
MASTER_SITES=	CHEESESHOP
7
MASTER_SITES=	CHEESESHOP
8
8
(-)devel/buildbot-pkg/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1490709810
1
TIMESTAMP = 1499403335
2
SHA256 (buildbot-pkg-0.9.5.tar.gz) = 21566eff98d76792c39e237ea437fd8ba9abdb6e05e95aeb3de91b460127f1f6
2
SHA256 (buildbot-pkg-0.9.9.post2.tar.gz) = e869d564ed0f005016176e30185fd8bc166ad37bf00823960dd54d92fd7744c0
3
SIZE (buildbot-pkg-0.9.5.tar.gz) = 3867
3
SIZE (buildbot-pkg-0.9.9.post2.tar.gz) = 4427
(-)devel/buildbot-waterfall-view/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	buildbot-waterfall-view
4
PORTNAME=	buildbot-waterfall-view
5
PORTVERSION=	0.9.5
5
PORTVERSION=	0.9.9.post2
6
CATEGORIES=	devel python
6
CATEGORIES=	devel python
7
MASTER_SITES=	CHEESESHOP
7
MASTER_SITES=	CHEESESHOP
8
8
(-)devel/buildbot-waterfall-view/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1490709811
1
TIMESTAMP = 1499403341
2
SHA256 (buildbot-waterfall-view-0.9.5.tar.gz) = f398fceed508b885f5260bfe3d0e28da327c3d25103874fe0a971f949a21c884
2
SHA256 (buildbot-waterfall-view-0.9.9.post2.tar.gz) = c461f4b30763f9f0865c9fa7c7877f248e5134a20c915cbb0da649deda2b045f
3
SIZE (buildbot-waterfall-view-0.9.5.tar.gz) = 705508
3
SIZE (buildbot-waterfall-view-0.9.9.post2.tar.gz) = 714251
(-)devel/buildbot-worker/Makefile (-2 / +1 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	buildbot-worker
4
PORTNAME=	buildbot-worker
5
PORTVERSION=	0.9.5
5
PORTVERSION=	0.9.9.post2
6
PORTREVISION=	1
7
CATEGORIES=	devel python
6
CATEGORIES=	devel python
8
MASTER_SITES=	CHEESESHOP
7
MASTER_SITES=	CHEESESHOP
9
8
(-)devel/buildbot-worker/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1490709812
1
TIMESTAMP = 1499403343
2
SHA256 (buildbot-worker-0.9.5.tar.gz) = be89dbbd64ac4d10c8b43ea0fd8378803170247493c8ae023a4e8732aa9287aa
2
SHA256 (buildbot-worker-0.9.9.post2.tar.gz) = 40e1adfb56ac77ceda89798c497cc24d4612457096e7b374b0b02ad9007762f1
3
SIZE (buildbot-worker-0.9.5.tar.gz) = 94674
3
SIZE (buildbot-worker-0.9.9.post2.tar.gz) = 98243
(-)devel/buildbot-www/Makefile (-3 / +3 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	buildbot-www
4
PORTNAME=	buildbot-www
5
PORTVERSION=	0.9.5
5
PORTVERSION=	0.9.9.post2
6
CATEGORIES=	devel python
6
CATEGORIES=	devel python
7
MASTER_SITES=	CHEESESHOP
7
MASTER_SITES=	CHEESESHOP
8
8
Lines 17-28 Link Here
17
BUILD_DEPENDS=	${MY_DEPENDS}
17
BUILD_DEPENDS=	${MY_DEPENDS}
18
RUN_DEPENDS=	${MY_DEPENDS} \
18
RUN_DEPENDS=	${MY_DEPENDS} \
19
		buildbot-console-view>=${PORTVERSION}:devel/buildbot-console-view \
19
		buildbot-console-view>=${PORTVERSION}:devel/buildbot-console-view \
20
		buildbot-waterfall-view>=${PORTVERSION}:devel/buildbot-waterfall-view
20
		buildbot-waterfall-view>=${PORTVERSION}:devel/buildbot-waterfall-view \
21
		${PYTHON_PKGNAMEPREFIX}service_identity>=16.0.0:security/py-service_identity
21
TEST_DEPENDS=	trial:devel/py-twisted \
22
TEST_DEPENDS=	trial:devel/py-twisted \
22
		buildbot-worker>=${PORTVERSION}:devel/buildbot-worker \
23
		buildbot-worker>=${PORTVERSION}:devel/buildbot-worker \
23
		${PYTHON_PKGNAMEPREFIX}mock>0.8.0:devel/py-mock \
24
		${PYTHON_PKGNAMEPREFIX}mock>0.8.0:devel/py-mock \
24
		${PYTHON_PKGNAMEPREFIX}boto3>0:www/py-boto3 \
25
		${PYTHON_PKGNAMEPREFIX}boto3>0:www/py-boto3 \
25
		${PYTHON_PKGNAMEPREFIX}service_identity>=16.0.0:security/py-service_identity \
26
		${PYTHON_PKGNAMEPREFIX}txrequests>0:www/py-txrequests
26
		${PYTHON_PKGNAMEPREFIX}txrequests>0:www/py-txrequests
27
27
28
USES=		python:-2.7
28
USES=		python:-2.7
(-)devel/buildbot-www/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1490709814
1
TIMESTAMP = 1499403348
2
SHA256 (buildbot-www-0.9.5.tar.gz) = 42c07fea15c352f3e4bf778d148715eeb76141b55519de1358cf06ad73d233d9
2
SHA256 (buildbot-www-0.9.9.post2.tar.gz) = 446ca50e53ce5df3ec79ba971ede27d4a0142fca2e9f2fbe24b17487a671f446
3
SIZE (buildbot-www-0.9.5.tar.gz) = 691886
3
SIZE (buildbot-www-0.9.9.post2.tar.gz) = 693459

Return to bug 220564