Index: head/devel/buildbot/Makefile =================================================================== --- head/devel/buildbot/Makefile (revision 449983) +++ head/devel/buildbot/Makefile (revision 449984) @@ -1,49 +1,48 @@ # Created by: Koop Mast # $FreeBSD$ PORTNAME= buildbot -PORTVERSION= 0.9.5 -PORTREVISION= 1 +PORTVERSION= 0.9.10 CATEGORIES= devel python MASTER_SITES= CHEESESHOP MAINTAINER= grembo@FreeBSD.org COMMENT= Continuous Integration Framework (Master) LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twisted>=14.0.1:devel/py-twisted \ ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.1:devel/py-Jinja2 \ ${PYTHON_PKGNAMEPREFIX}autobahn>=0.16.0:www/py-autobahn \ ${PYTHON_PKGNAMEPREFIX}dateutil>=2.1:devel/py-dateutil \ ${PYTHON_PKGNAMEPREFIX}future>=0.15.2:devel/py-future \ ${PYTHON_PKGNAMEPREFIX}lz4>=0:archivers/py-lz4 \ ${PYTHON_PKGNAMEPREFIX}pyjwt>=1.4.0:www/py-pyjwt \ ${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 USE_PYTHON= autoplist distutils SUB_LIST+= PYTHON_CMD=${PYTHON_CMD} NO_ARCH= yes post-patch: @${FIND} ${WRKSRC} -type f | ${XARGS} -n 10 ${REINPLACE_CMD} -e \ 's|/usr/bin/python|${PYTHON_CMD}|g' @${FIND} ${WRKSRC} -name \*.bak -delete do-test: @cd ${WRKSRC} && trial buildbot .include Index: head/devel/buildbot/distinfo =================================================================== --- head/devel/buildbot/distinfo (revision 449983) +++ head/devel/buildbot/distinfo (revision 449984) @@ -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 Index: head/devel/buildbot/files/patch-setup.py =================================================================== --- head/devel/buildbot/files/patch-setup.py (revision 449983) +++ head/devel/buildbot/files/patch-setup.py (nonexistent) @@ -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. Property changes on: head/devel/buildbot/files/patch-setup.py ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/buildbot/files/patch-buildbot-scripts-sample.cfg =================================================================== --- head/devel/buildbot/files/patch-buildbot-scripts-sample.cfg (revision 449983) +++ head/devel/buildbot/files/patch-buildbot-scripts-sample.cfg (nonexistent) @@ -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 Property changes on: head/devel/buildbot/files/patch-buildbot-scripts-sample.cfg ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/buildbot-console-view/Makefile =================================================================== --- head/devel/buildbot-console-view/Makefile (revision 449983) +++ head/devel/buildbot-console-view/Makefile (revision 449984) @@ -1,37 +1,37 @@ # Created by: Michael Gmelin # $FreeBSD$ PORTNAME= buildbot-console-view -PORTVERSION= 0.9.5 +PORTVERSION= 0.9.10 CATEGORIES= devel python MASTER_SITES= CHEESESHOP MAINTAINER= grembo@FreeBSD.org COMMENT= Continuous Integration Framework (Console View) LICENSE= GPLv2 MY_DEPENDS= buildbot-pkg>=${PORTVERSION}:devel/buildbot-pkg BUILD_DEPENDS= ${MY_DEPENDS} RUN_DEPENDS= ${MY_DEPENDS} 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 NO_ARCH= yes post-patch: @${FIND} ${WRKSRC} -type f | ${XARGS} -n 10 ${REINPLACE_CMD} -e \ 's|/usr/bin/python|${PYTHON_CMD}|g' @${FIND} ${WRKSRC} -name \*.bak -delete do-test: @cd ${WRKSRC} && trial buildbot .include Index: head/devel/buildbot-console-view/distinfo =================================================================== --- head/devel/buildbot-console-view/distinfo (revision 449983) +++ head/devel/buildbot-console-view/distinfo (revision 449984) @@ -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 Index: head/devel/buildbot-pkg/Makefile =================================================================== --- head/devel/buildbot-pkg/Makefile (revision 449983) +++ head/devel/buildbot-pkg/Makefile (revision 449984) @@ -1,37 +1,37 @@ # Created by: Michael Gmelin # $FreeBSD$ PORTNAME= buildbot-pkg -PORTVERSION= 0.9.5 +PORTVERSION= 0.9.10 CATEGORIES= devel python MASTER_SITES= CHEESESHOP MAINTAINER= grembo@FreeBSD.org COMMENT= Continuous Integration Framework (packaging) LICENSE= GPLv2 MY_DEPENDS= buildbot>=${PORTVERSION}:devel/buildbot BUILD_DEPENDS= ${MY_DEPENDS} RUN_DEPENDS= ${MY_DEPENDS} 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 NO_ARCH= yes post-patch: @${FIND} ${WRKSRC} -type f | ${XARGS} -n 10 ${REINPLACE_CMD} -e \ 's|/usr/bin/python|${PYTHON_CMD}|g' @${FIND} ${WRKSRC} -name \*.bak -delete do-test: @cd ${WRKSRC} && trial buildbot .include Index: head/devel/buildbot-pkg/distinfo =================================================================== --- head/devel/buildbot-pkg/distinfo (revision 449983) +++ head/devel/buildbot-pkg/distinfo (revision 449984) @@ -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 Index: head/devel/buildbot-waterfall-view/Makefile =================================================================== --- head/devel/buildbot-waterfall-view/Makefile (revision 449983) +++ head/devel/buildbot-waterfall-view/Makefile (revision 449984) @@ -1,37 +1,37 @@ # Created by: Michael Gmelin # $FreeBSD$ PORTNAME= buildbot-waterfall-view -PORTVERSION= 0.9.5 +PORTVERSION= 0.9.10 CATEGORIES= devel python MASTER_SITES= CHEESESHOP MAINTAINER= grembo@FreeBSD.org COMMENT= Continuous Integration Framework (Waterfall View) LICENSE= GPLv2 MY_DEPENDS= buildbot-pkg>=${PORTVERSION}:devel/buildbot-pkg BUILD_DEPENDS= ${MY_DEPENDS} RUN_DEPENDS= ${MY_DEPENDS} 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 NO_ARCH= yes post-patch: @${FIND} ${WRKSRC} -type f | ${XARGS} -n 10 ${REINPLACE_CMD} -e \ 's|/usr/bin/python|${PYTHON_CMD}|g' @${FIND} ${WRKSRC} -name \*.bak -delete do-test: @cd ${WRKSRC} && trial buildbot .include Index: head/devel/buildbot-waterfall-view/distinfo =================================================================== --- head/devel/buildbot-waterfall-view/distinfo (revision 449983) +++ head/devel/buildbot-waterfall-view/distinfo (revision 449984) @@ -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 Index: head/devel/buildbot-worker/Makefile =================================================================== --- head/devel/buildbot-worker/Makefile (revision 449983) +++ head/devel/buildbot-worker/Makefile (revision 449984) @@ -1,38 +1,37 @@ # Created by: Frederic Praca # $FreeBSD$ PORTNAME= buildbot-worker -PORTVERSION= 0.9.5 -PORTREVISION= 1 +PORTVERSION= 0.9.10 CATEGORIES= devel python MASTER_SITES= CHEESESHOP MAINTAINER= grembo@FreeBSD.org COMMENT= Continuous Integration Framework (Worker) LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>=0.15.2:devel/py-future \ ${PYTHON_PKGNAMEPREFIX}twisted>=14.0.1:devel/py-twisted TEST_DEPENDS= trial:devel/py-twisted \ ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock USES= python:-2.7 USE_PYTHON= autoplist distutils USE_RC_SUBR= buildbot-worker SUB_LIST+= PYTHON_CMD=${PYTHON_CMD} NO_ARCH= yes PLIST_FILES= man/man1/buildbot-worker.1.gz post-install: ${INSTALL_MAN} ${WRKSRC}/docs/buildbot-worker.1 ${STAGEDIR}${MANPREFIX}/man/man1 do-test: @cd ${WRKSRC} && trial buildbot_worker.test .include Index: head/devel/buildbot-worker/distinfo =================================================================== --- head/devel/buildbot-worker/distinfo (revision 449983) +++ head/devel/buildbot-worker/distinfo (revision 449984) @@ -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 Index: head/devel/buildbot-www/Makefile =================================================================== --- head/devel/buildbot-www/Makefile (revision 449983) +++ head/devel/buildbot-www/Makefile (revision 449984) @@ -1,41 +1,41 @@ # Created by: Michael Gmelin # $FreeBSD$ PORTNAME= buildbot-www -PORTVERSION= 0.9.5 +PORTVERSION= 0.9.10 CATEGORIES= devel python MASTER_SITES= CHEESESHOP MAINTAINER= grembo@FreeBSD.org COMMENT= Continuous Integration Framework (WWW) LICENSE= GPLv2 MY_DEPENDS= buildbot>=${PORTVERSION}:devel/buildbot \ buildbot-pkg>=${PORTVERSION}:devel/buildbot-pkg \ ${PYTHON_PKGNAMEPREFIX}mock>0.8.0:devel/py-mock 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 NO_ARCH= yes post-patch: @${FIND} ${WRKSRC} -type f | ${XARGS} -n 10 ${REINPLACE_CMD} -e \ 's|/usr/bin/python|${PYTHON_CMD}|g' @${FIND} ${WRKSRC} -name \*.bak -delete do-test: @cd ${WRKSRC} && trial buildbot .include Index: head/devel/buildbot-www/distinfo =================================================================== --- head/devel/buildbot-www/distinfo (revision 449983) +++ head/devel/buildbot-www/distinfo (revision 449984) @@ -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