notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
buildbot-slave Continuous Integration Framework (Slave)
0.8.12_3 devel Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.8.12_3Version of this port present on the latest quarterly branch.
Maintainer: koobs@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2010-08-09 05:41:46
Last Update: 2017-03-27 16:47:57
SVN Revision: 437059
Also Listed In: python
License: GPLv2
WWW:
http://buildbot.net
Description:
This port is the slave part of BuildBot. For the buildmaster, install the devel/buildbot port For more information, please see: http://buildbot.net/trac WWW: http://buildbot.net
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • buildbot-slave>0:devel/buildbot-slave
No installation instructions:
This port has been deleted.
PKGNAME: buildbot-slave
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (buildbot-slave-0.8.12.tar.gz) = 905eab122dcfc9425d51f0ed0c7682e7f933e140a7203637aa12a84498bd7461 SIZE (buildbot-slave-0.8.12.tar.gz) = 118339

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py27-setuptools27>0 : devel/py-setuptools27
  2. python2.7 : lang/python27
Runtime dependencies:
  1. py27-twisted>=8.0.0 : devel/py-twisted
  2. py27-setuptools27>0 : devel/py-setuptools27
  3. python2.7 : lang/python27
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
USES:
python:-2.7
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/b/buildbot-slave/
  2. https://pypi.python.org/packages/source/b/buildbot-slave/
Collapse this list.

Number of commits found: 18

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.8.12_3
27 Mar 2017 16:47:57
Revision:437059Original commit files touched by this commit
grembo search for other commits by this committer
Rename buildbot-slave to buildbot-worker, update to 0.9.4

Also take maintainership. If interested, the original maintainer
is welcome to take it back.

PR:		217700
Approved by:	maintainer timeout (2 weeks)
0.8.12_3
01 Apr 2016 14:00:57
Revision:412346Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
0.8.12_3
18 Feb 2016 18:21:23
Revision:409122Original commit files touched by this commit
koobs search for other commits by this committer
devel/buildbot-slave: Add LOCALBASE/bin to rc.d PATH

buildbot builders often need to run additional comments during their build
steps, such as VCS commands (hg, git et al), fetching things with curl(8)
among others.

The PATH available at boot-time only includes /usr/bin:/usr/sbin, so we need
to add LOCALBASE/bin to the startup script PATH to make other commands
available.
0.8.12_2
18 Feb 2016 17:31:57
Revision:409121Original commit files touched by this commit
koobs search for other commits by this committer
devel/buildbot-slave: Add startup script with profile support

Kill a 5+ year old Bugzilla issue [1] by adding a startup script
support multiple "profiles" to buildbot-slave.

This will save me many 10's of minutes restarting ~15 buildbot
builders over 3 VM's manually every time the power goes out, or the
Windows host hosting them needs to be restarted :|

PR:		152847 [1]
Requested by:	wollman
0.8.12_1
18 Feb 2016 17:14:36
Revision:409117Original commit files touched by this commit
koobs search for other commits by this committer
devel/buildbot-slave: Modernize (Ports compliance)

- Switch to new method of depending on Twisted, USES=twisted is
  DEPRECATED.
- Update and add TEST_DEPENDS, update test target
- Remove TESTS option
- Correctly limit Python version to -2.7
- Enable architecture independence (NO_ARCH)

MFH:		2016Q1
0.8.12
04 Jun 2015 07:31:59
Revision:388497Original commit files touched by this commit
koobs search for other commits by this committer
devel/buildbot{-slave}: Update to 0.8.12

- Update to 0.8.12
- Update TESTS_DESC
- Sort USE_PYTHON
- Remove MAKE_ENV override, no longer necessary
- Update mock dependency to any version (slave)
- Repatch setup.py to make "makepatch" and portlint compliant (slave)

Changes:

  http://trac.buildbot.net/wiki/BuildbotReleases
0.8.9
20 Oct 2014 16:04:14
Revision:371280Original commit files touched by this commit
mva search for other commits by this committer
- Convert ports of devel/ to USES=python

Approved by:	portmgr (implicit)
0.8.9
28 Jul 2014 07:48:28
Revision:363117Original commit files touched by this commit
koobs search for other commits by this committer
devel/buildbot-slave: Update to 0.8.9

- Update to 0.8.9
- Update COMMENT
- Update mock minimum version dependency
- Add LICENSE_FILE
- Use OPTIONS helpers
- Strip trailing-slash in pkg-descr WWW: URL

Changes:
  http://docs.buildbot.net/current/relnotes/index.html
  http://docs.buildbot.net/current/relnotes/0.8.9.html
0.8.8_1
28 Jan 2014 09:33:51
Revision:341524Original commit files touched by this commit
koobs search for other commits by this committer
devel/buildbot-slave: Modernise and enable STAGE support

- Enable STAGE support
- Enable AUTOPLIST support (Delete pkg-plist accordingly)
- Deprecate easy_install target
- Remove OPTIONSFILE override
- Switch MASTER_SITES to CHEESESHOP (Remove PROJECTHOST accordingly)
- Patch out empty directory in setup.py:data_files
- Re-order USE[S] sections
- Tweak COMMENT

Requested by:	bapt
0.8.8
08 Dec 2013 12:04:08
Revision:335877Original commit files touched by this commit
mva search for other commits by this committer
New USES=twisted, to replace the old USE_TWISTED knob.

twisted can be configured with the arguments run or build to replace
the previous USE_TWISTED_RUN and USE_TWISTED_BUILD knobs. The twisted
components can be added as comma-separated arguments. If you previously
wrote
    USE_TWISTED=        yes
    USE_TWISTED=        conch names
    USE_TWISTED_RUN=    yes
you now would write
    USES=       twisted
    USES=       twisted:conch,names
    USES=       twisted:run
20 Sep 2013 17:03:27
Revision:327722Original commit files touched by this commit Sanity Test Failure Refresh
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1)
0.8.8
01 Sep 2013 08:55:16
Revision:325845Original commit files touched by this commit
koobs search for other commits by this committer
devel/buildbot devel/buildbot-slave: Update to 0.8.8

- Update to 0.8.8
- Update pkg-plist
- Add extract target to regression-test:
- Tweak TESTS option description
- master: Update RUN and BUILD DEPENDS versions
- slave: Remove patch that is now upstream

Changes:

https://github.com/buildbot/buildbot/blob/master/master/docs/relnotes/0.8.8.rst
0.8.7p1
10 Mar 2013 08:51:21
Revision:313817Original commit files touched by this commit
koobs search for other commits by this committer
- Update to 0.8.7p1
- Take maintainership
- Update pkg-plist
- Trim Makefile header
- Add LICENSE
- Install buildslave man page
- Switch to setuptools and make zip_safe=False unconditional
- Add patch to buildslave.test that fixes pydoc -k breakage (upstreamed)
- Remove unecessary post-patch: target
- Use NO_INSTALL_REQ env var to avoid dependencies
- Add TESTS options, TEST_DEPENDS and regression-test target:

Changes: http://buildbot.net/buildbot/docs/0.8.7p1/relnotes/index.html

Approved by:	rm (mentor), tj (maintainer)
PR:		ports/174412
0.8.6p1
20 Aug 2012 01:45:03
Original commit files touched by this commit
tj search for other commits by this committer
Update to 0.8.6p1 and take maintainership of port.

Changes:
	http://buildbot.net/buildbot/docs/0.8.6p1/release-notes.html
	http://trac.buildbot.net/wiki/Buildbot085

PR:		ports/163674
Submitted by:	Michael Gmelin <freebsd@grem.de>
Approved by: 	clsung (maintainer)
Approved by: 	eadler (mentor)
0.8.4
28 Sep 2011 01:37:22
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 0.8.4

PR:             ports/158051
Submitted by:   Jin-Sih Lin <linpct_AT_gmail dot com>
0.8.3
15 Feb 2011 05:07:28
Original commit files touched by this commit
clsung search for other commits by this committer
- update to 0.8.3
- buildbot now goes to Google Code
  - New releases are no longer uploaded to SourceForge

PR:             ports/154778
Submitted by:   kwm
0.8.2
12 Feb 2011 14:46:52
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 0.8.2
0.8.1
09 Aug 2010 05:41:22
Original commit files touched by this commit
clsung search for other commits by this committer
This port is the port for the slave part of the BuildBot continuous integration
system.

PR:             ports/148530
Submitted by:   Frédéric Praca <frederic dot praca_AT_freebsd-fr dot org>

Number of commits found: 18