Hi, here's a WIP update to buildbot 0.8.10, not many changes in that version but lots in 0.8.9 - i'm still probably the only one using this on OpenBSD, but more testing would be welcome. See http://docs.buildbot.net/current/relnotes/0.8.9.html and http://docs.buildbot.net/current/relnotes/index.html for the extensive list of changes.
Landry
Index: py-buildbot/Makefile =================================================================== RCS file: /cvs/ports/devel/py-buildbot/Makefile,v retrieving revision 1.25 diff -u -r1.25 Makefile --- py-buildbot/Makefile 5 Jan 2015 20:12:30 -0000 1.25 +++ py-buildbot/Makefile 5 Jan 2015 20:59:36 -0000 @@ -2,10 +2,9 @@ COMMENT = continuous integration framework -MODPY_EGG_VERSION = 0.8.8 +MODPY_EGG_VERSION = 0.8.10 DISTNAME = buildbot-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME:S/p/pl/} -REVISION = 1 CATEGORIES = devel @@ -16,7 +15,7 @@ # GPLv2 PERMIT_PACKAGE_CDROM = Yes -MASTER_SITES = https://buildbot.googlecode.com/files/ +MASTER_SITES = ${MASTER_SITE_PYPI:=b/buildbot/} MODULES = lang/python Index: py-buildbot/distinfo =================================================================== RCS file: /cvs/ports/devel/py-buildbot/distinfo,v retrieving revision 1.11 diff -u -r1.11 distinfo --- py-buildbot/distinfo 16 Sep 2013 10:02:28 -0000 1.11 +++ py-buildbot/distinfo 5 Jan 2015 20:59:36 -0000 @@ -1,2 +1,2 @@ -SHA256 (buildbot-0.8.8.tar.gz) = UBPj89g9L8rItcOR46dAWXMwAVMA8Ou5QAXtL5DXOdA= -SIZE (buildbot-0.8.8.tar.gz) = 4641582 +SHA256 (buildbot-0.8.10.tar.gz) = xJZNLr2By4ChTLBY+yqrBXKh2NhmctUU53W0LesIpfQ= +SIZE (buildbot-0.8.10.tar.gz) = 4822307 Index: py-buildbot/pkg/PLIST =================================================================== RCS file: /cvs/ports/devel/py-buildbot/pkg/PLIST,v retrieving revision 1.12 diff -u -r1.12 PLIST --- py-buildbot/pkg/PLIST 16 Sep 2013 10:02:29 -0000 1.12 +++ py-buildbot/pkg/PLIST 5 Jan 2015 20:59:36 -0000 @@ -31,6 +31,8 @@ lib/python${MODPY_VERSION}/site-packages/buildbot/changes/__init__.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/changes/base.py lib/python${MODPY_VERSION}/site-packages/buildbot/changes/base.pyc +lib/python${MODPY_VERSION}/site-packages/buildbot/changes/bitbucket.py +lib/python${MODPY_VERSION}/site-packages/buildbot/changes/bitbucket.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/changes/bonsaipoller.py lib/python${MODPY_VERSION}/site-packages/buildbot/changes/bonsaipoller.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/changes/changes.py @@ -41,8 +43,6 @@ lib/python${MODPY_VERSION}/site-packages/buildbot/changes/gerritchangesource.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/changes/gitpoller.py lib/python${MODPY_VERSION}/site-packages/buildbot/changes/gitpoller.pyc -lib/python${MODPY_VERSION}/site-packages/buildbot/changes/hgbuildbot.py -lib/python${MODPY_VERSION}/site-packages/buildbot/changes/hgbuildbot.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/changes/hgpoller.py lib/python${MODPY_VERSION}/site-packages/buildbot/changes/hgpoller.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/changes/mail.py @@ -86,6 +86,8 @@ lib/python${MODPY_VERSION}/site-packages/buildbot/db/builds.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/db/buildsets.py lib/python${MODPY_VERSION}/site-packages/buildbot/db/buildsets.pyc +lib/python${MODPY_VERSION}/site-packages/buildbot/db/buildslaves.py +lib/python${MODPY_VERSION}/site-packages/buildbot/db/buildslaves.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/db/changes.py lib/python${MODPY_VERSION}/site-packages/buildbot/db/changes.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/db/connector.py @@ -141,6 +143,10 @@ lib/python${MODPY_VERSION}/site-packages/buildbot/db/migrate/versions/021_fix_postgres_sequences.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/db/migrate/versions/022_add_codebase.py lib/python${MODPY_VERSION}/site-packages/buildbot/db/migrate/versions/022_add_codebase.pyc +lib/python${MODPY_VERSION}/site-packages/buildbot/db/migrate/versions/023_increase_comments_property_lengths.py +lib/python${MODPY_VERSION}/site-packages/buildbot/db/migrate/versions/023_increase_comments_property_lengths.pyc +lib/python${MODPY_VERSION}/site-packages/buildbot/db/migrate/versions/024_add_buildslaves_table.py +lib/python${MODPY_VERSION}/site-packages/buildbot/db/migrate/versions/024_add_buildslaves_table.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/db/migrate/versions/__init__.py lib/python${MODPY_VERSION}/site-packages/buildbot/db/migrate/versions/__init__.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/db/model.py @@ -155,6 +161,11 @@ lib/python${MODPY_VERSION}/site-packages/buildbot/db/sourcestampsets.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/db/state.py lib/python${MODPY_VERSION}/site-packages/buildbot/db/state.pyc +lib/python${MODPY_VERSION}/site-packages/buildbot/db/types/ +lib/python${MODPY_VERSION}/site-packages/buildbot/db/types/__init__.py +lib/python${MODPY_VERSION}/site-packages/buildbot/db/types/__init__.pyc +lib/python${MODPY_VERSION}/site-packages/buildbot/db/types/json.py +lib/python${MODPY_VERSION}/site-packages/buildbot/db/types/json.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/db/users.py lib/python${MODPY_VERSION}/site-packages/buildbot/db/users.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/ec2buildslave.py @@ -178,16 +189,24 @@ lib/python${MODPY_VERSION}/site-packages/buildbot/monkeypatches/bug4881.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/monkeypatches/bug5079.py lib/python${MODPY_VERSION}/site-packages/buildbot/monkeypatches/bug5079.pyc +lib/python${MODPY_VERSION}/site-packages/buildbot/monkeypatches/decorators.py +lib/python${MODPY_VERSION}/site-packages/buildbot/monkeypatches/decorators.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/monkeypatches/gatherResults.py lib/python${MODPY_VERSION}/site-packages/buildbot/monkeypatches/gatherResults.pyc +lib/python${MODPY_VERSION}/site-packages/buildbot/monkeypatches/python14653.py +lib/python${MODPY_VERSION}/site-packages/buildbot/monkeypatches/python14653.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/monkeypatches/servicechecks.py lib/python${MODPY_VERSION}/site-packages/buildbot/monkeypatches/servicechecks.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/monkeypatches/sqlalchemy2189.py lib/python${MODPY_VERSION}/site-packages/buildbot/monkeypatches/sqlalchemy2189.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/monkeypatches/sqlalchemy2364.py lib/python${MODPY_VERSION}/site-packages/buildbot/monkeypatches/sqlalchemy2364.pyc +lib/python${MODPY_VERSION}/site-packages/buildbot/monkeypatches/testcase_assert.py +lib/python${MODPY_VERSION}/site-packages/buildbot/monkeypatches/testcase_assert.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/monkeypatches/testcase_patch.py lib/python${MODPY_VERSION}/site-packages/buildbot/monkeypatches/testcase_patch.pyc +lib/python${MODPY_VERSION}/site-packages/buildbot/monkeypatches/testcase_synctest.py +lib/python${MODPY_VERSION}/site-packages/buildbot/monkeypatches/testcase_synctest.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/pbmanager.py lib/python${MODPY_VERSION}/site-packages/buildbot/pbmanager.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/pbutil.py @@ -215,12 +234,14 @@ lib/python${MODPY_VERSION}/site-packages/buildbot/process/debug.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/process/factory.py lib/python${MODPY_VERSION}/site-packages/buildbot/process/factory.pyc +lib/python${MODPY_VERSION}/site-packages/buildbot/process/logobserver.py +lib/python${MODPY_VERSION}/site-packages/buildbot/process/logobserver.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/process/metrics.py lib/python${MODPY_VERSION}/site-packages/buildbot/process/metrics.pyc -lib/python${MODPY_VERSION}/site-packages/buildbot/process/mtrlogobserver.py -lib/python${MODPY_VERSION}/site-packages/buildbot/process/mtrlogobserver.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/process/properties.py lib/python${MODPY_VERSION}/site-packages/buildbot/process/properties.pyc +lib/python${MODPY_VERSION}/site-packages/buildbot/process/remotecommand.py +lib/python${MODPY_VERSION}/site-packages/buildbot/process/remotecommand.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/process/slavebuilder.py lib/python${MODPY_VERSION}/site-packages/buildbot/process/slavebuilder.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/process/subunitlogobserver.py @@ -319,6 +340,8 @@ lib/python${MODPY_VERSION}/site-packages/buildbot/status/client.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/status/event.py lib/python${MODPY_VERSION}/site-packages/buildbot/status/event.pyc +lib/python${MODPY_VERSION}/site-packages/buildbot/status/github.py +lib/python${MODPY_VERSION}/site-packages/buildbot/status/github.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/status/html.py lib/python${MODPY_VERSION}/site-packages/buildbot/status/html.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/status/logfile.py @@ -373,9 +396,30 @@ lib/python${MODPY_VERSION}/site-packages/buildbot/status/web/files/ lib/python${MODPY_VERSION}/site-packages/buildbot/status/web/files/bg_gradient.jpg lib/python${MODPY_VERSION}/site-packages/buildbot/status/web/files/default.css +lib/python${MODPY_VERSION}/site-packages/buildbot/status/web/files/exception_large.png +lib/python${MODPY_VERSION}/site-packages/buildbot/status/web/files/exception_normal.png +lib/python${MODPY_VERSION}/site-packages/buildbot/status/web/files/exception_small.png +lib/python${MODPY_VERSION}/site-packages/buildbot/status/web/files/failure_large.png +lib/python${MODPY_VERSION}/site-packages/buildbot/status/web/files/failure_normal.png +lib/python${MODPY_VERSION}/site-packages/buildbot/status/web/files/failure_small.png lib/python${MODPY_VERSION}/site-packages/buildbot/status/web/files/favicon.ico +lib/python${MODPY_VERSION}/site-packages/buildbot/status/web/files/retry_large.png +lib/python${MODPY_VERSION}/site-packages/buildbot/status/web/files/retry_normal.png +lib/python${MODPY_VERSION}/site-packages/buildbot/status/web/files/retry_small.png lib/python${MODPY_VERSION}/site-packages/buildbot/status/web/files/robots.txt +lib/python${MODPY_VERSION}/site-packages/buildbot/status/web/files/skipped_large.png +lib/python${MODPY_VERSION}/site-packages/buildbot/status/web/files/skipped_normal.png +lib/python${MODPY_VERSION}/site-packages/buildbot/status/web/files/skipped_small.png +lib/python${MODPY_VERSION}/site-packages/buildbot/status/web/files/success_large.png +lib/python${MODPY_VERSION}/site-packages/buildbot/status/web/files/success_normal.png +lib/python${MODPY_VERSION}/site-packages/buildbot/status/web/files/success_small.png lib/python${MODPY_VERSION}/site-packages/buildbot/status/web/files/templates_readme.txt +lib/python${MODPY_VERSION}/site-packages/buildbot/status/web/files/unknown_large.png +lib/python${MODPY_VERSION}/site-packages/buildbot/status/web/files/unknown_normal.png +lib/python${MODPY_VERSION}/site-packages/buildbot/status/web/files/unknown_small.png +lib/python${MODPY_VERSION}/site-packages/buildbot/status/web/files/warnings_large.png +lib/python${MODPY_VERSION}/site-packages/buildbot/status/web/files/warnings_normal.png +lib/python${MODPY_VERSION}/site-packages/buildbot/status/web/files/warnings_small.png lib/python${MODPY_VERSION}/site-packages/buildbot/status/web/grid.py lib/python${MODPY_VERSION}/site-packages/buildbot/status/web/grid.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/status/web/hooks/ @@ -383,8 +427,14 @@ lib/python${MODPY_VERSION}/site-packages/buildbot/status/web/hooks/__init__.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/status/web/hooks/base.py lib/python${MODPY_VERSION}/site-packages/buildbot/status/web/hooks/base.pyc +lib/python${MODPY_VERSION}/site-packages/buildbot/status/web/hooks/bitbucket.py +lib/python${MODPY_VERSION}/site-packages/buildbot/status/web/hooks/bitbucket.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/status/web/hooks/github.py lib/python${MODPY_VERSION}/site-packages/buildbot/status/web/hooks/github.pyc +lib/python${MODPY_VERSION}/site-packages/buildbot/status/web/hooks/gitlab.py +lib/python${MODPY_VERSION}/site-packages/buildbot/status/web/hooks/gitlab.pyc +lib/python${MODPY_VERSION}/site-packages/buildbot/status/web/hooks/gitorious.py +lib/python${MODPY_VERSION}/site-packages/buildbot/status/web/hooks/gitorious.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/status/web/hooks/googlecode.py lib/python${MODPY_VERSION}/site-packages/buildbot/status/web/hooks/googlecode.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/status/web/hooks/poller.py @@ -393,6 +443,8 @@ lib/python${MODPY_VERSION}/site-packages/buildbot/status/web/logs.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/status/web/olpb.py lib/python${MODPY_VERSION}/site-packages/buildbot/status/web/olpb.pyc +lib/python${MODPY_VERSION}/site-packages/buildbot/status/web/pngstatus.py +lib/python${MODPY_VERSION}/site-packages/buildbot/status/web/pngstatus.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/status/web/root.py lib/python${MODPY_VERSION}/site-packages/buildbot/status/web/root.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/status/web/session.py @@ -454,10 +506,16 @@ lib/python${MODPY_VERSION}/site-packages/buildbot/steps/ lib/python${MODPY_VERSION}/site-packages/buildbot/steps/__init__.py lib/python${MODPY_VERSION}/site-packages/buildbot/steps/__init__.pyc +lib/python${MODPY_VERSION}/site-packages/buildbot/steps/http.py +lib/python${MODPY_VERSION}/site-packages/buildbot/steps/http.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/steps/master.py lib/python${MODPY_VERSION}/site-packages/buildbot/steps/master.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/steps/maxq.py lib/python${MODPY_VERSION}/site-packages/buildbot/steps/maxq.pyc +lib/python${MODPY_VERSION}/site-packages/buildbot/steps/mswin.py +lib/python${MODPY_VERSION}/site-packages/buildbot/steps/mswin.pyc +lib/python${MODPY_VERSION}/site-packages/buildbot/steps/mtrlogobserver.py +lib/python${MODPY_VERSION}/site-packages/buildbot/steps/mtrlogobserver.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/steps/package/ lib/python${MODPY_VERSION}/site-packages/buildbot/steps/package/__init__.py lib/python${MODPY_VERSION}/site-packages/buildbot/steps/package/__init__.pyc @@ -496,10 +554,16 @@ lib/python${MODPY_VERSION}/site-packages/buildbot/steps/source/bzr.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/steps/source/cvs.py lib/python${MODPY_VERSION}/site-packages/buildbot/steps/source/cvs.pyc +lib/python${MODPY_VERSION}/site-packages/buildbot/steps/source/darcs.py +lib/python${MODPY_VERSION}/site-packages/buildbot/steps/source/darcs.pyc +lib/python${MODPY_VERSION}/site-packages/buildbot/steps/source/gerrit.py +lib/python${MODPY_VERSION}/site-packages/buildbot/steps/source/gerrit.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/steps/source/git.py lib/python${MODPY_VERSION}/site-packages/buildbot/steps/source/git.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/steps/source/mercurial.py lib/python${MODPY_VERSION}/site-packages/buildbot/steps/source/mercurial.pyc +lib/python${MODPY_VERSION}/site-packages/buildbot/steps/source/mtn.py +lib/python${MODPY_VERSION}/site-packages/buildbot/steps/source/mtn.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/steps/source/oldsource.py lib/python${MODPY_VERSION}/site-packages/buildbot/steps/source/oldsource.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/steps/source/p4.py @@ -568,12 +632,16 @@ lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/__init__.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_buildslave_base.py lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_buildslave_base.pyc +lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_buildslave_ec2.py +lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_buildslave_ec2.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_buildslave_libvirt.py lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_buildslave_libvirt.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_buildslave_openstack.py lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_buildslave_openstack.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_changes_base.py lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_changes_base.pyc +lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_changes_bitbucket.py +lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_changes_bitbucket.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_changes_bonsaipoller.py lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_changes_bonsaipoller.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_changes_changes.py @@ -616,6 +684,8 @@ lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_db_builds.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_db_buildsets.py lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_db_buildsets.pyc +lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_db_buildslaves.py +lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_db_buildslaves.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_db_changes.py lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_db_changes.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_db_connector.py @@ -640,6 +710,10 @@ lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_db_migrate_versions_021_fix_postgres_sequences.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_db_migrate_versions_022_add_codebase.py lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_db_migrate_versions_022_add_codebase.pyc +lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_db_migrate_versions_023_increase_comments_property_lengths.py +lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_db_migrate_versions_023_increase_comments_property_lengths.pyc +lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_db_migrate_versions_024_add_buildslaves_table.py +lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_db_migrate_versions_024_add_buildslaves_table.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_db_model.py lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_db_model.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_db_pool.py @@ -682,6 +756,8 @@ lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_process_metrics.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_process_properties.py lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_process_properties.pyc +lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_process_remotecommand.py +lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_process_remotecommand.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_process_users_manager.py lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_process_users_manager.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_process_users_manual.py @@ -746,10 +822,16 @@ lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_status_build.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_status_builder_cache.py lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_status_builder_cache.pyc +lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_status_buildset.py +lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_status_buildset.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_status_buildstep.py lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_status_buildstep.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_status_client.py lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_status_client.pyc +lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_status_gerrit.py +lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_status_gerrit.pyc +lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_status_github.py +lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_status_github.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_status_logfile.py lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_status_logfile.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_status_mail.py @@ -760,6 +842,8 @@ lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_status_persistent_queue.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_status_progress.py lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_status_progress.pyc +lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_status_slave.py +lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_status_slave.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_status_web_auth_HTPasswdAprAuth.py lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_status_web_auth_HTPasswdAprAuth.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_status_web_auth_HTPasswdAuth.py @@ -768,22 +852,36 @@ lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_status_web_authz_Authz.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_status_web_base.py lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_status_web_base.pyc -lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_status_web_change_hook.py -lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_status_web_change_hook.pyc -lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_status_web_change_hooks_github.py -lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_status_web_change_hooks_github.pyc -lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_status_web_change_hooks_googlecode.py -lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_status_web_change_hooks_googlecode.pyc -lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_status_web_change_hooks_poller.py -lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_status_web_change_hooks_poller.pyc +lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_status_web_hook.py +lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_status_web_hook.pyc +lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_status_web_hooks_bitbucket.py +lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_status_web_hooks_bitbucket.pyc +lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_status_web_hooks_github.py +lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_status_web_hooks_github.pyc +lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_status_web_hooks_gitlab.py +lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_status_web_hooks_gitlab.pyc +lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_status_web_hooks_gitorious.py +lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_status_web_hooks_gitorious.pyc +lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_status_web_hooks_googlecode.py +lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_status_web_hooks_googlecode.pyc +lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_status_web_hooks_poller.py +lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_status_web_hooks_poller.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_status_web_links.py lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_status_web_links.pyc +lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_status_web_statuspng.py +lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_status_web_statuspng.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_status_words.py lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_status_words.pyc +lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_steps_http.py +lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_steps_http.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_steps_master.py lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_steps_master.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_steps_maxq.py lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_steps_maxq.pyc +lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_steps_mswin.py +lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_steps_mswin.pyc +lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_steps_mtrlogobserver.py +lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_steps_mtrlogobserver.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_steps_package_deb_lintian.py lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_steps_package_deb_lintian.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_steps_package_deb_pbuilder.py @@ -808,10 +906,16 @@ lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_steps_source_bzr.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_steps_source_cvs.py lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_steps_source_cvs.pyc +lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_steps_source_darcs.py +lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_steps_source_darcs.pyc +lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_steps_source_gerrit.py +lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_steps_source_gerrit.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_steps_source_git.py lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_steps_source_git.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_steps_source_mercurial.py lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_steps_source_mercurial.pyc +lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_steps_source_mtn.py +lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_steps_source_mtn.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_steps_source_oldsource.py lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_steps_source_oldsource.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_steps_source_oldsource_ComputeRepositoryURL.py @@ -838,10 +942,16 @@ lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_util.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_util_ComparableMixin.py lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_util_ComparableMixin.pyc +lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_util_ansicodes.py +lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_util_ansicodes.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_util_bbcollections.py lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_util_bbcollections.pyc +lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_util_debounce.py +lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_util_debounce.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_util_eventual.py lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_util_eventual.pyc +lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_util_identifiers.py +lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_util_identifiers.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_util_lru.py lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_util_lru.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/test/unit/test_util_maildir.py @@ -873,6 +983,10 @@ lib/python${MODPY_VERSION}/site-packages/buildbot/test/util/db.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/test/util/dirs.py lib/python${MODPY_VERSION}/site-packages/buildbot/test/util/dirs.pyc +lib/python${MODPY_VERSION}/site-packages/buildbot/test/util/flaky.py +lib/python${MODPY_VERSION}/site-packages/buildbot/test/util/flaky.pyc +lib/python${MODPY_VERSION}/site-packages/buildbot/test/util/fuzz.py +lib/python${MODPY_VERSION}/site-packages/buildbot/test/util/fuzz.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/test/util/gpo.py lib/python${MODPY_VERSION}/site-packages/buildbot/test/util/gpo.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/test/util/interfaces.py @@ -898,12 +1012,18 @@ lib/python${MODPY_VERSION}/site-packages/buildbot/util/ lib/python${MODPY_VERSION}/site-packages/buildbot/util/__init__.py lib/python${MODPY_VERSION}/site-packages/buildbot/util/__init__.pyc +lib/python${MODPY_VERSION}/site-packages/buildbot/util/ansicodes.py +lib/python${MODPY_VERSION}/site-packages/buildbot/util/ansicodes.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/util/bbcollections.py lib/python${MODPY_VERSION}/site-packages/buildbot/util/bbcollections.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/util/croniter.py lib/python${MODPY_VERSION}/site-packages/buildbot/util/croniter.pyc +lib/python${MODPY_VERSION}/site-packages/buildbot/util/debounce.py +lib/python${MODPY_VERSION}/site-packages/buildbot/util/debounce.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/util/eventual.py lib/python${MODPY_VERSION}/site-packages/buildbot/util/eventual.pyc +lib/python${MODPY_VERSION}/site-packages/buildbot/util/identifiers.py +lib/python${MODPY_VERSION}/site-packages/buildbot/util/identifiers.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/util/lru.py lib/python${MODPY_VERSION}/site-packages/buildbot/util/lru.pyc lib/python${MODPY_VERSION}/site-packages/buildbot/util/maildir.py @@ -923,7 +1043,11 @@ share/doc/py-buildbot/ share/doc/py-buildbot/README share/doc/py-buildbot/contrib/ +share/doc/py-buildbot/contrib/Dockerfile share/doc/py-buildbot/contrib/README.txt +share/doc/py-buildbot/contrib/SimpleConfig.py +share/doc/py-buildbot/contrib/bash/ +share/doc/py-buildbot/contrib/bash/buildbot share/doc/py-buildbot/contrib/bb_applet.py share/doc/py-buildbot/contrib/bitbucket_buildbot.py share/doc/py-buildbot/contrib/bk_buildbot.py @@ -943,6 +1067,7 @@ share/doc/py-buildbot/contrib/git_buildbot.py share/doc/py-buildbot/contrib/github_buildbot.py share/doc/py-buildbot/contrib/googlecode_atom.py +share/doc/py-buildbot/contrib/hgbuildbot.py share/doc/py-buildbot/contrib/init-scripts/ share/doc/py-buildbot/contrib/init-scripts/buildmaster.default share/doc/py-buildbot/contrib/init-scripts/buildmaster.init.sh @@ -975,7 +1100,10 @@ @comment share/doc/py-buildbot/contrib/windows/ @comment share/doc/py-buildbot/contrib/windows/buildbot.bat @comment share/doc/py-buildbot/contrib/windows/buildbot_service.py +share/doc/py-buildbot/contrib/zsh/ +share/doc/py-buildbot/contrib/zsh/_buildbot share/examples/py-buildbot/ +share/examples/py-buildbot/git_gerrit.cfg share/examples/py-buildbot/hello.cfg share/examples/py-buildbot/repo_gerrit.cfg share/examples/py-buildbot/twisted_master.cfg Index: py-buildslave/Makefile =================================================================== RCS file: /cvs/ports/devel/py-buildslave/Makefile,v retrieving revision 1.13 diff -u -r1.13 Makefile --- py-buildslave/Makefile 16 Sep 2013 10:02:29 -0000 1.13 +++ py-buildslave/Makefile 5 Jan 2015 20:59:36 -0000 @@ -2,7 +2,7 @@ COMMENT= buildslave for the buildbot CI system -MODPY_EGG_VERSION= 0.8.8 +MODPY_EGG_VERSION= 0.8.10 DISTNAME= buildbot-slave-${MODPY_EGG_VERSION} PKGNAME= py-buildslave-${MODPY_EGG_VERSION:S/p/pl/} @@ -15,7 +15,7 @@ # GPLv2 PERMIT_PACKAGE_CDROM= Yes -MASTER_SITES = https://buildbot.googlecode.com/files/ +MASTER_SITES = ${MASTER_SITE_PYPI:=b/buildbot-slave/} MODULES= lang/python Index: py-buildslave/distinfo =================================================================== RCS file: /cvs/ports/devel/py-buildslave/distinfo,v retrieving revision 1.6 diff -u -r1.6 distinfo --- py-buildslave/distinfo 16 Sep 2013 10:02:29 -0000 1.6 +++ py-buildslave/distinfo 5 Jan 2015 20:59:36 -0000 @@ -1,2 +1,2 @@ -SHA256 (buildbot-slave-0.8.8.tar.gz) = i3Uy1NNFJ66kHjU9G8PDUpHsM10yJMJ4ANLMDPyYN8w= -SIZE (buildbot-slave-0.8.8.tar.gz) = 107470 +SHA256 (buildbot-slave-0.8.10.tar.gz) = 71Y0JJQHv2Q7Zml2FYpOEceqo9s2WP8PzXgfRghn9iY= +SIZE (buildbot-slave-0.8.10.tar.gz) = 117593 Index: py-buildslave/pkg/PLIST =================================================================== RCS file: /cvs/ports/devel/py-buildslave/pkg/PLIST,v retrieving revision 1.6 diff -u -r1.6 PLIST --- py-buildslave/pkg/PLIST 16 Sep 2013 10:02:29 -0000 1.6 +++ py-buildslave/pkg/PLIST 5 Jan 2015 20:59:37 -0000 @@ -71,12 +71,20 @@ lib/python${MODPY_VERSION}/site-packages/buildslave/scripts/__init__.pyc lib/python${MODPY_VERSION}/site-packages/buildslave/scripts/base.py lib/python${MODPY_VERSION}/site-packages/buildslave/scripts/base.pyc +lib/python${MODPY_VERSION}/site-packages/buildslave/scripts/create_slave.py +lib/python${MODPY_VERSION}/site-packages/buildslave/scripts/create_slave.pyc lib/python${MODPY_VERSION}/site-packages/buildslave/scripts/logwatcher.py lib/python${MODPY_VERSION}/site-packages/buildslave/scripts/logwatcher.pyc +lib/python${MODPY_VERSION}/site-packages/buildslave/scripts/restart.py +lib/python${MODPY_VERSION}/site-packages/buildslave/scripts/restart.pyc lib/python${MODPY_VERSION}/site-packages/buildslave/scripts/runner.py lib/python${MODPY_VERSION}/site-packages/buildslave/scripts/runner.pyc -lib/python${MODPY_VERSION}/site-packages/buildslave/scripts/startup.py -lib/python${MODPY_VERSION}/site-packages/buildslave/scripts/startup.pyc +lib/python${MODPY_VERSION}/site-packages/buildslave/scripts/start.py +lib/python${MODPY_VERSION}/site-packages/buildslave/scripts/start.pyc +lib/python${MODPY_VERSION}/site-packages/buildslave/scripts/stop.py +lib/python${MODPY_VERSION}/site-packages/buildslave/scripts/stop.pyc +lib/python${MODPY_VERSION}/site-packages/buildslave/scripts/upgrade_slave.py +lib/python${MODPY_VERSION}/site-packages/buildslave/scripts/upgrade_slave.pyc lib/python${MODPY_VERSION}/site-packages/buildslave/test/ lib/python${MODPY_VERSION}/site-packages/buildslave/test/__init__.py lib/python${MODPY_VERSION}/site-packages/buildslave/test/__init__.pyc @@ -134,8 +142,18 @@ lib/python${MODPY_VERSION}/site-packages/buildslave/test/unit/test_runprocess.pyc lib/python${MODPY_VERSION}/site-packages/buildslave/test/unit/test_scripts_base.py lib/python${MODPY_VERSION}/site-packages/buildslave/test/unit/test_scripts_base.pyc +lib/python${MODPY_VERSION}/site-packages/buildslave/test/unit/test_scripts_create_slave.py +lib/python${MODPY_VERSION}/site-packages/buildslave/test/unit/test_scripts_create_slave.pyc +lib/python${MODPY_VERSION}/site-packages/buildslave/test/unit/test_scripts_restart.py +lib/python${MODPY_VERSION}/site-packages/buildslave/test/unit/test_scripts_restart.pyc lib/python${MODPY_VERSION}/site-packages/buildslave/test/unit/test_scripts_runner.py lib/python${MODPY_VERSION}/site-packages/buildslave/test/unit/test_scripts_runner.pyc +lib/python${MODPY_VERSION}/site-packages/buildslave/test/unit/test_scripts_start.py +lib/python${MODPY_VERSION}/site-packages/buildslave/test/unit/test_scripts_start.pyc +lib/python${MODPY_VERSION}/site-packages/buildslave/test/unit/test_scripts_stop.py +lib/python${MODPY_VERSION}/site-packages/buildslave/test/unit/test_scripts_stop.pyc +lib/python${MODPY_VERSION}/site-packages/buildslave/test/unit/test_scripts_upgrade_slave.py +lib/python${MODPY_VERSION}/site-packages/buildslave/test/unit/test_scripts_upgrade_slave.pyc lib/python${MODPY_VERSION}/site-packages/buildslave/test/unit/test_util.py lib/python${MODPY_VERSION}/site-packages/buildslave/test/unit/test_util.pyc lib/python${MODPY_VERSION}/site-packages/buildslave/test/util/