From owner-svn-ports-all@freebsd.org Tue Sep 26 04:56:07 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EDF40E2EECA; Tue, 26 Sep 2017 04:56:07 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B90D176326; Tue, 26 Sep 2017 04:56:07 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8Q4u7rZ050065; Tue, 26 Sep 2017 04:56:07 GMT (envelope-from rodrigc@FreeBSD.org) Received: (from rodrigc@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8Q4u4td050042; Tue, 26 Sep 2017 04:56:04 GMT (envelope-from rodrigc@FreeBSD.org) Message-Id: <201709260456.v8Q4u4td050042@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rodrigc set sender to rodrigc@FreeBSD.org using -f From: Craig Rodrigues Date: Tue, 26 Sep 2017 04:56:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450642 - in head/devel: . buildbot buildbot-console-view buildbot-pkg buildbot-waterfall-view buildbot-worker buildbot-worker/files buildbot-www buildbot/files py-buildbot-grid-view X-SVN-Group: ports-head X-SVN-Commit-Author: rodrigc X-SVN-Commit-Paths: in head/devel: . buildbot buildbot-console-view buildbot-pkg buildbot-waterfall-view buildbot-worker buildbot-worker/files buildbot-www buildbot/files py-buildbot-grid-view X-SVN-Commit-Revision: 450642 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Sep 2017 04:56:08 -0000 Author: rodrigc (src committer) Date: Tue Sep 26 04:56:04 2017 New Revision: 450642 URL: https://svnweb.freebsd.org/changeset/ports/450642 Log: devel/buildbot*: Update to 0.9.11, Add buildbot-grid-view * Update to buildbot 0.9.11 * Add required devel/py-buildbot-grid-view dependency * Clean up stuff from individual Makefiles that was copy/pasted from the main buildbot Makefile * buildbot-www, buildbot-grid-view, buildbot-console-view, buildbot-waterfall-view cannot be tested outside of buildbot, so remove stuff from their Makefiles to simplify. Reviewed_by: koobs, asomers, sunpoet Approved by: grembo Differential_Revision: https://reviews.freebsd.org/D12479 Added: head/devel/py-buildbot-grid-view/ head/devel/py-buildbot-grid-view/Makefile (contents, props changed) head/devel/py-buildbot-grid-view/distinfo (contents, props changed) head/devel/py-buildbot-grid-view/pkg-descr (contents, props changed) Deleted: head/devel/buildbot/files/patch-buildbot-secrets Modified: head/devel/Makefile head/devel/buildbot-console-view/Makefile head/devel/buildbot-console-view/distinfo head/devel/buildbot-console-view/pkg-descr head/devel/buildbot-pkg/Makefile head/devel/buildbot-pkg/distinfo head/devel/buildbot-pkg/pkg-descr head/devel/buildbot-waterfall-view/Makefile head/devel/buildbot-waterfall-view/distinfo head/devel/buildbot-waterfall-view/pkg-descr head/devel/buildbot-worker/Makefile head/devel/buildbot-worker/distinfo head/devel/buildbot-worker/files/patch-setup.py head/devel/buildbot-worker/pkg-descr head/devel/buildbot-www/Makefile head/devel/buildbot-www/distinfo head/devel/buildbot-www/pkg-descr head/devel/buildbot/Makefile head/devel/buildbot/distinfo head/devel/buildbot/pkg-descr Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Sep 26 01:35:56 2017 (r450641) +++ head/devel/Makefile Tue Sep 26 04:56:04 2017 (r450642) @@ -4259,6 +4259,7 @@ SUBDIR += py-boto SUBDIR += py-botocore SUBDIR += py-bsd + SUBDIR += py-buildbot-grid-view SUBDIR += py-cached-property SUBDIR += py-cachetools SUBDIR += py-calendar Modified: head/devel/buildbot-console-view/Makefile ============================================================================== --- head/devel/buildbot-console-view/Makefile Tue Sep 26 01:35:56 2017 (r450641) +++ head/devel/buildbot-console-view/Makefile Tue Sep 26 04:56:04 2017 (r450642) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= buildbot-console-view -PORTVERSION= 0.9.10 +PORTVERSION= 0.9.11 CATEGORIES= devel python MASTER_SITES= CHEESESHOP @@ -11,27 +11,12 @@ COMMENT= Continuous Integration Framework (Console Vie 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}treq>0:www/py-treq +BUILD_DEPENDS= buildbot-pkg>=${PORTVERSION}:devel/buildbot-pkg +RUN_DEPENDS= buildbot-pkg>=${PORTVERSION}:devel/buildbot-pkg -USES= python:-2.7 +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 Modified: head/devel/buildbot-console-view/distinfo ============================================================================== --- head/devel/buildbot-console-view/distinfo Tue Sep 26 01:35:56 2017 (r450641) +++ head/devel/buildbot-console-view/distinfo Tue Sep 26 04:56:04 2017 (r450642) @@ -1,3 +1,3 @@ -TIMESTAMP = 1504051930 -SHA256 (buildbot-console-view-0.9.10.tar.gz) = ca62780a7405df761fa2d80019890c8b25d79f6b716df26fbc4ce257a21f762e -SIZE (buildbot-console-view-0.9.10.tar.gz) = 640908 +TIMESTAMP = 1506179816 +SHA256 (buildbot-console-view-0.9.11.tar.gz) = a0467c096971178462dc18b6a652b53485d1ad0f2791c19f6026a432a07d9d9b +SIZE (buildbot-console-view-0.9.11.tar.gz) = 640623 Modified: head/devel/buildbot-console-view/pkg-descr ============================================================================== --- head/devel/buildbot-console-view/pkg-descr Tue Sep 26 01:35:56 2017 (r450641) +++ head/devel/buildbot-console-view/pkg-descr Tue Sep 26 04:56:04 2017 (r450642) @@ -1,6 +1,6 @@ This port is the Console View Plugin for BuildBot. For the buildmaster, -install the devel/buildbot port +install the devel/buildbot port. -For more information, please see: http://buildbot.net/trac +For more information, please see: https://buildbot.net/trac -WWW: http://buildbot.net +WWW: https://buildbot.net Modified: head/devel/buildbot-pkg/Makefile ============================================================================== --- head/devel/buildbot-pkg/Makefile Tue Sep 26 01:35:56 2017 (r450641) +++ head/devel/buildbot-pkg/Makefile Tue Sep 26 04:56:04 2017 (r450642) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= buildbot-pkg -PORTVERSION= 0.9.10 +PORTVERSION= 0.9.11 CATEGORIES= devel python MASTER_SITES= CHEESESHOP @@ -11,27 +11,9 @@ 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}treq>0:www/py-treq - -USES= python:-2.7 +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 Modified: head/devel/buildbot-pkg/distinfo ============================================================================== --- head/devel/buildbot-pkg/distinfo Tue Sep 26 01:35:56 2017 (r450641) +++ head/devel/buildbot-pkg/distinfo Tue Sep 26 04:56:04 2017 (r450642) @@ -1,3 +1,3 @@ -TIMESTAMP = 1504051931 -SHA256 (buildbot-pkg-0.9.10.tar.gz) = 6eecdde02f98be469ec9fde47c55fe64ca04eec764a4729be2ff4faa892532d8 -SIZE (buildbot-pkg-0.9.10.tar.gz) = 4422 +TIMESTAMP = 1506179823 +SHA256 (buildbot-pkg-0.9.11.tar.gz) = 6328abfa68efba299d0309a88b8de40d71d1da4d7bc9148476fed8f393e407be +SIZE (buildbot-pkg-0.9.11.tar.gz) = 4420 Modified: head/devel/buildbot-pkg/pkg-descr ============================================================================== --- head/devel/buildbot-pkg/pkg-descr Tue Sep 26 01:35:56 2017 (r450641) +++ head/devel/buildbot-pkg/pkg-descr Tue Sep 26 04:56:04 2017 (r450642) @@ -1,6 +1,6 @@ This port is the Web UI part of BuildBot. For the buildmaster, install the -devel/buildbot port +devel/buildbot port. -For more information, please see: http://buildbot.net/trac +For more information, please see: https://buildbot.net/trac -WWW: http://buildbot.net +WWW: https://buildbot.net Modified: head/devel/buildbot-waterfall-view/Makefile ============================================================================== --- head/devel/buildbot-waterfall-view/Makefile Tue Sep 26 01:35:56 2017 (r450641) +++ head/devel/buildbot-waterfall-view/Makefile Tue Sep 26 04:56:04 2017 (r450642) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= buildbot-waterfall-view -PORTVERSION= 0.9.10 +PORTVERSION= 0.9.11 CATEGORIES= devel python MASTER_SITES= CHEESESHOP @@ -11,27 +11,12 @@ COMMENT= Continuous Integration Framework (Waterfall V 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}treq>0:www/py-treq +BUILD_DEPENDS= buildbot-pkg>=${PORTVERSION}:devel/buildbot-pkg +RUN_DEPENDS= buildbot-pkg>=${PORTVERSION}:devel/buildbot-pkg -USES= python:-2.7 +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 Modified: head/devel/buildbot-waterfall-view/distinfo ============================================================================== --- head/devel/buildbot-waterfall-view/distinfo Tue Sep 26 01:35:56 2017 (r450641) +++ head/devel/buildbot-waterfall-view/distinfo Tue Sep 26 04:56:04 2017 (r450642) @@ -1,3 +1,3 @@ -TIMESTAMP = 1504051937 -SHA256 (buildbot-waterfall-view-0.9.10.tar.gz) = c2768391d7eb92e550afe4210e3cba7b69b34a7c9a27d333582f2a04b0f8b030 -SIZE (buildbot-waterfall-view-0.9.10.tar.gz) = 714260 +TIMESTAMP = 1506179833 +SHA256 (buildbot-waterfall-view-0.9.11.tar.gz) = 54e36f8d02be7c046510173f7adb14e3eaeb912e0f41f1b7784e2ac0744799c1 +SIZE (buildbot-waterfall-view-0.9.11.tar.gz) = 713915 Modified: head/devel/buildbot-waterfall-view/pkg-descr ============================================================================== --- head/devel/buildbot-waterfall-view/pkg-descr Tue Sep 26 01:35:56 2017 (r450641) +++ head/devel/buildbot-waterfall-view/pkg-descr Tue Sep 26 04:56:04 2017 (r450642) @@ -1,6 +1,6 @@ This port is the Waterfall View Plugin for BuildBot. For the buildmaster, -install the devel/buildbot port +install the devel/buildbot port. -For more information, please see: http://buildbot.net/trac +For more information, please see: https://buildbot.net/trac -WWW: http://buildbot.net +WWW: https://buildbot.net Modified: head/devel/buildbot-worker/Makefile ============================================================================== --- head/devel/buildbot-worker/Makefile Tue Sep 26 01:35:56 2017 (r450641) +++ head/devel/buildbot-worker/Makefile Tue Sep 26 04:56:04 2017 (r450642) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= buildbot-worker -PORTVERSION= 0.9.10 +PORTVERSION= 0.9.11 CATEGORIES= devel python MASTER_SITES= CHEESESHOP @@ -14,11 +14,10 @@ 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 +USES= python:2.7 USE_PYTHON= autoplist distutils USE_RC_SUBR= buildbot-worker @@ -32,6 +31,7 @@ post-install: ${INSTALL_MAN} ${WRKSRC}/docs/buildbot-worker.1 ${STAGEDIR}${MANPREFIX}/man/man1 do-test: - @cd ${WRKSRC} && trial buildbot_worker.test + ${MKDIR} ${WRKDIR}/tmp + cd ${WRKDIR}/tmp && ${PYTHON_CMD} -m twisted.trial buildbot_worker.test .include Modified: head/devel/buildbot-worker/distinfo ============================================================================== --- head/devel/buildbot-worker/distinfo Tue Sep 26 01:35:56 2017 (r450641) +++ head/devel/buildbot-worker/distinfo Tue Sep 26 04:56:04 2017 (r450642) @@ -1,3 +1,3 @@ -TIMESTAMP = 1504051939 -SHA256 (buildbot-worker-0.9.10.tar.gz) = 1793631d74629cd73bc0df1fadf28fb34d87e63aa72cba82058122bde165a824 -SIZE (buildbot-worker-0.9.10.tar.gz) = 99028 +TIMESTAMP = 1506179860 +SHA256 (buildbot-worker-0.9.11.tar.gz) = 4254bf964465acb6586fda36b26a424466a265b6a5259138cf4fa63a1e9f6851 +SIZE (buildbot-worker-0.9.11.tar.gz) = 100746 Modified: head/devel/buildbot-worker/files/patch-setup.py ============================================================================== --- head/devel/buildbot-worker/files/patch-setup.py Tue Sep 26 01:35:56 2017 (r450641) +++ head/devel/buildbot-worker/files/patch-setup.py Tue Sep 26 04:56:04 2017 (r450642) @@ -1,6 +1,6 @@ ---- setup.py.orig 2017-02-08 10:06:13.000000000 +0100 -+++ setup.py 2017-03-07 15:28:03.225761995 +0100 -@@ -104,9 +104,6 @@ +--- setup.py.orig 2017-07-01 19:16:48 UTC ++++ setup.py +@@ -106,9 +106,6 @@ setup_args = { "buildbot_worker.test.unit", "buildbot_worker.test.util", ], Modified: head/devel/buildbot-worker/pkg-descr ============================================================================== --- head/devel/buildbot-worker/pkg-descr Tue Sep 26 01:35:56 2017 (r450641) +++ head/devel/buildbot-worker/pkg-descr Tue Sep 26 04:56:04 2017 (r450642) @@ -1,6 +1,6 @@ This port is the worker part of BuildBot. For the buildmaster, install the -devel/buildbot port +devel/buildbot port. -For more information, please see: http://buildbot.net/trac +For more information, please see: https://buildbot.net/trac -WWW: http://buildbot.net +WWW: https://buildbot.net Modified: head/devel/buildbot-www/Makefile ============================================================================== --- head/devel/buildbot-www/Makefile Tue Sep 26 01:35:56 2017 (r450641) +++ head/devel/buildbot-www/Makefile Tue Sep 26 04:56:04 2017 (r450642) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= buildbot-www -PORTVERSION= 0.9.10 +PORTVERSION= 0.9.11 CATEGORIES= devel python MASTER_SITES= CHEESESHOP @@ -11,31 +11,17 @@ COMMENT= Continuous Integration Framework (WWW) LICENSE= GPLv2 -MY_DEPENDS= buildbot>=${PORTVERSION}:devel/buildbot \ +BUILD_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 \ +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 \ ${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}treq>0:www/py-treq -USES= python:-2.7 +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 Modified: head/devel/buildbot-www/distinfo ============================================================================== --- head/devel/buildbot-www/distinfo Tue Sep 26 01:35:56 2017 (r450641) +++ head/devel/buildbot-www/distinfo Tue Sep 26 04:56:04 2017 (r450642) @@ -1,3 +1,3 @@ -TIMESTAMP = 1504051917 -SHA256 (buildbot-www-0.9.10.tar.gz) = 9083516d702feefb8b61dd6cb351a54163f3b2d4f34b14071f77f2f550de9bf6 -SIZE (buildbot-www-0.9.10.tar.gz) = 693452 +TIMESTAMP = 1506180945 +SHA256 (buildbot-www-0.9.11.tar.gz) = af01216d543eddba0772e55a0a97a2a1d0a9b0fddc1c87dd59b449b4818893db +SIZE (buildbot-www-0.9.11.tar.gz) = 687664 Modified: head/devel/buildbot-www/pkg-descr ============================================================================== --- head/devel/buildbot-www/pkg-descr Tue Sep 26 01:35:56 2017 (r450641) +++ head/devel/buildbot-www/pkg-descr Tue Sep 26 04:56:04 2017 (r450642) @@ -1,6 +1,6 @@ This port is the Web UI part of BuildBot. For the buildmaster, install the -devel/buildbot port +devel/buildbot port. -For more information, please see: http://buildbot.net/trac +For more information, please see: https://buildbot.net/trac -WWW: http://buildbot.net +WWW: https://buildbot.net Modified: head/devel/buildbot/Makefile ============================================================================== --- head/devel/buildbot/Makefile Tue Sep 26 01:35:56 2017 (r450641) +++ head/devel/buildbot/Makefile Tue Sep 26 04:56:04 2017 (r450642) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= buildbot -PORTVERSION= 0.9.10 +PORTVERSION= 0.9.11 CATEGORIES= devel python MASTER_SITES= CHEESESHOP @@ -24,13 +24,13 @@ 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= trial:devel/py-twisted \ - buildbot-worker>=${PORTVERSION}:devel/buildbot-worker \ +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 +USES= python:2.7 USE_RC_SUBR= buildbot -USES= python:-2.7 USE_PYTHON= autoplist distutils SUB_LIST+= PYTHON_CMD=${PYTHON_CMD} @@ -43,6 +43,7 @@ post-patch: @${FIND} ${WRKSRC} -name \*.bak -delete do-test: - @cd ${WRKSRC} && trial buildbot + ${MKDIR} ${WRKDIR}/tmp + cd ${WRKDIR}/tmp && ${PYTHON_CMD} -m twisted.trial buildbot.test .include Modified: head/devel/buildbot/distinfo ============================================================================== --- head/devel/buildbot/distinfo Tue Sep 26 01:35:56 2017 (r450641) +++ head/devel/buildbot/distinfo Tue Sep 26 04:56:04 2017 (r450642) @@ -1,3 +1,3 @@ -TIMESTAMP = 1504051787 -SHA256 (buildbot-0.9.10.tar.gz) = 8c5ed75f3f16f4ff0f2c9e3f9b091acb5e6e1c0ef68ffa8f687a55413a833143 -SIZE (buildbot-0.9.10.tar.gz) = 3112750 +TIMESTAMP = 1506179805 +SHA256 (buildbot-0.9.11.tar.gz) = 9be352c0aab5d1520fedac8d6b19aadda4f48763ac7f72bb00e5f8cc51107ee8 +SIZE (buildbot-0.9.11.tar.gz) = 3096455 Modified: head/devel/buildbot/pkg-descr ============================================================================== --- head/devel/buildbot/pkg-descr Tue Sep 26 01:35:56 2017 (r450641) +++ head/devel/buildbot/pkg-descr Tue Sep 26 04:56:04 2017 (r450642) @@ -17,6 +17,6 @@ their time with. Developers get immediate (and potenti about their changes, encouraging them to be more careful about testing before checkin. -For more information, please see: http://buildbot.net/trac +For more information, please see: https://buildbot.net/trac -WWW: http://buildbot.net +WWW: https://buildbot.net Added: head/devel/py-buildbot-grid-view/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-buildbot-grid-view/Makefile Tue Sep 26 04:56:04 2017 (r450642) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= buildbot-grid-view +PORTVERSION= 0.9.11 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP + +MAINTAINER= rodrigc@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 + +USES= python:2.7 +USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +.include Added: head/devel/py-buildbot-grid-view/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-buildbot-grid-view/distinfo Tue Sep 26 04:56:04 2017 (r450642) @@ -0,0 +1,3 @@ +TIMESTAMP = 1506180944 +SHA256 (buildbot-grid-view-0.9.11.tar.gz) = f93088ba6ac063c4bd7400b2477c94e86a7531fc614c3965c18914dcc701812b +SIZE (buildbot-grid-view-0.9.11.tar.gz) = 638818 Added: head/devel/py-buildbot-grid-view/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-buildbot-grid-view/pkg-descr Tue Sep 26 04:56:04 2017 (r450642) @@ -0,0 +1,6 @@ +This port is the Grid View Plugin for BuildBot. For the buildmaster, +install the devel/buildbot port. + +For more information, please see: https://buildbot.net/trac + +WWW: https://buildbot.net