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) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
buildbot Continuous Integration Framework (Master)
0.9.11 devel Deleted on this many watch lists=1 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.9.11Version of this port present on the latest quarterly branch.
Maintainer: grembo@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2005-09-27 11:44:22
Last Update: 2017-11-28 10:15:46
SVN Revision: 455028
People watching this port, also watch:: freeimage, dspam, python
Also Listed In: python
License: GPLv2
WWW:
https://buildbot.net
Description:
The BuildBot is a system to automate the compile/test cycle required by most software projects to validate code changes. By automatically rebuilding and testing the tree each time something has changed, build problems are pinpointed quickly, before other developers are inconvenienced by the failure. The guilty developer can be identified and harassed without human intervention. By running the builds on a variety of platforms, developers who do not have the facilities to test their changes everywhere before checkin will at least know shortly afterwards whether they have broken the build or not. Warning counts, lint checks, image size, compile time, and other build parameters can be tracked over time, are more visible, and are therefore easier to improve. The overall goal is to reduce tree breakage and provide a platform to run tests or code-quality checks that are too annoying or pedantic for any human to waste their time with. Developers get immediate (and potentially public) feedback about their changes, encouraging them to be more careful about testing before checkin. For more information, please see: https://buildbot.net/trac WWW: https://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
Expand this list (3 items)
Collapse this list.
  1. /usr/local/share/licenses/buildbot-0.9.11/catalog.mk
  2. /usr/local/share/licenses/buildbot-0.9.11/LICENSE
  3. /usr/local/share/licenses/buildbot-0.9.11/GPLv2
Collapse this list.
Dependency lines:
  • buildbot>0:devel/buildbot
No installation instructions:
This port has been deleted.
PKGNAME: buildbot
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1506179805 SHA256 (buildbot-0.9.11.tar.gz) = 9be352c0aab5d1520fedac8d6b19aadda4f48763ac7f72bb00e5f8cc51107ee8 SIZE (buildbot-0.9.11.tar.gz) = 3096455

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-setuptools>0 : devel/py27-setuptools
  2. python2.7 : lang/python27
Runtime dependencies:
  1. py27-twisted>=14.0.1 : devel/py-twisted
  2. py27-Jinja2>=2.1 : devel/py-Jinja2
  3. py27-autobahn>=0.16.0 : www/py-autobahn
  4. py27-dateutil>=2.1 : devel/py-dateutil
  5. py27-future>=0.15.2 : devel/py-future
  6. py27-lz4>=0 : archivers/py-lz4
  7. py27-pyjwt>=1.4.0 : www/py-pyjwt
  8. py27-ramlfications>0 : devel/py-ramlfications
  9. py27-sqlalchemy-migrate>=0.7 : databases/py-sqlalchemy-migrate
  10. py27-sqlalchemy10>=0.6 : databases/py-sqlalchemy10
  11. py27-sqlite3>0 : databases/py-sqlite3
  12. py27-treq>0 : www/py-treq
  13. py27-setuptools>0 : devel/py27-setuptools
  14. python2.7 : lang/python27
NOTE: dependencies for deleted ports are notoriously suspect
This port is required by:
for Build

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. devel/buildbot-www*
  2. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

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/
  2. https://pypi.python.org/packages/source/b/buildbot/
Collapse this list.

Number of commits found: 45

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.9.11
28 Nov 2017 10:15:46
Revision:455028Original commit files touched by this commit
rodrigc search for other commits by this committer
devel/buildbot*: Rename all buildbot ports

devel/buildbot -> devel/py-buildbot
devel/buildbot-worker -> devel/py-buildbot-worker
devel/buildbot-console-view -> devel/py-buildbot-console-view
devel/buildbot-grid-view -> devel/py-buildbot-grid-view
devel/buildbot-pkg -> devel/py-buildbot-pkg
devel/buildbot-waterfall-view -> devel/py-buildbot-waterfall-view
devel/buildbot-www -> devel/py-buildbot-www

 - Update MAINTAINER
 - Allow builds with Python 3.x

Reviewed_by: koobs
Approved by: koobs (maintainer), portmgr (maintainer timeout, grembo, 3+ weeks)
Differential Revision: D12499
0.9.11
26 Sep 2017 04:56:04
Revision:450642Original commit files touched by this commit
rodrigc search for other commits by this committer
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
0.9.10
17 Sep 2017 04:43:19
Revision:449984Original commit files touched by this commit
asomers search for other commits by this committer
devel/buildbot*: Update to 0.9.10

PR:		220564
Reviewed by:	koobs, rodrigc
Approved by:	koobs (portmgr), grembo (maintainer timeout)
0.9.5_1
07 Jul 2017 03:47:38
Revision:445206Original commit files touched by this commit
asomers search for other commits by this committer
devel/buildbot: add rc script

PR:		219787
Reviewed by:	grembo
Approved by:	grembo (maintainer)
0.9.5
28 Mar 2017 22:41:02
Revision:437171Original commit files touched by this commit
grembo search for other commits by this committer
Update devel/buildbot* to 0.9.5

This includes missing files and fixes that are pending upstream.
Also change to using PORTVERSION in dependencies, as all parts of buildbot
need to be the same version anyway.

Reported by:	rodrigc
Differential Revision:	https://reviews.freebsd.org/D10162
0.9.4
27 Mar 2017 16:53:17
Revision:437060Original commit files touched by this commit
grembo search for other commits by this committer
Update to 0.9.4

This patches the sample configuration, so buildbot won't phone home by
default.

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_1
07 Aug 2016 14:06:57
Revision:419777Original commit files touched by this commit
koobs search for other commits by this committer
devel/buildbot: Update sqlalchemy RUN_DEPENDS

r419532 [1] caused ports that depend on sqlalchemy07 and
sqlalchemy-migrate (at least buildbot) to fail because
py-sqlalchemy-migrate pulls in py-sqlalchemy10 which conflicts with
py-sqlalchemy07.

Update the sqlalchemy dependency from 0.7.x to 1.0.x after QA
testing for regressions @ runtime using the buildbot test suite.

[1] http://svnweb.freebsd.org/changeset/ports/419532

PR:		210589
Reported by:	pkg-fallout
Tested by:	pi
MFH:		2016Q3
0.8.12_1
22 May 2016 10:52:45
Revision:415627Original commit files touched by this commit
matthew search for other commits by this committer
Reorganise and modernise the py-sqlalchemy ports.

 - Introduce new ports for the sqlalchemy 0.9 and 1.0 release branches.
 - Deprecate the ports for the 0.6 and 0.7 release branches, as these
   have been declared EoL and are no longer supported by upstream.
 - Update to the latest available version in each branch.

In detail:

   Port                 Version Maintainer
   ----------------------------------------------
   py-sqlalchemy06      0.6.9   nivit@FreeBSD.org (Deprecate 2016-08-20) [1]
   py-sqlalchemy07      0.7.10  nivit@FreeBSD.org (renamed py-sqlalchemy,
Deprecate 2016-08-20) [1]
   py-sqlalchemy08      0.8.7   nivit@FreeBSD.org (renamed py-sqlalchemy-devel)
[1]
   py-sqlalchemy09      0.9.10  m.tsatsenko@gmail.com (new, repocopy from
py-sqlalchemy-devel) [2]
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.8.12_1
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_1
18 Feb 2016 14:25:20
Revision:409108Original commit files touched by this commit
koobs search for other commits by this committer
devel/buildbot: 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:46:44
Revision:363116Original commit files touched by this commit
koobs search for other commits by this committer
devel/buildbot: Update to 0.8.9

- Update to 0.8.9
- Switch MASTERSITES to PyPi (CHEESESHOP)
- Update COMMENT
- Update Twisted minimum version dependency
- Update sqlalchemy-migrate minimum version dependency
- 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_2
28 Jan 2014 07:47:57
Revision:341507Original commit files touched by this commit
koobs search for other commits by this committer
devel/buildbot: Enable STAGE support and modernise

- Enable STAGE support
- Enable AUTOPLIST support
- Deprecate easy_install target
- Remove OPTIONSFILE override

Requested by:	bapt
0.8.8_1
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_1
01 Sep 2013 12:58:11
Revision:325854Original commit files touched by this commit
lwhsu search for other commits by this committer
Chase renaming databases/py-migrate to databases/py-sqlalchemy-migrate
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:39:22
Revision:313816Original commit files touched by this commit
koobs search for other commits by this committer
Remove TESTS option as a default and unhook post-build: regression-test

Approved by:	rm (mentor, via IRC)
0.8.7p1
10 Mar 2013 08:33:45
Revision:313815Original commit files touched by this commit
koobs search for other commits by this committer
- Update to 0.8.7p1
- Take Maintainership
- Switch to setuptools, update pkg-plist accordingly
- Remove unecessary setup.py patch
- Add LICENSE
- Sort RUN_DEPENDS
- 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, via IRC)
0.8.6p1
04 Mar 2013 10:55:24
Revision:313402Original commit files touched by this commit
lwhsu search for other commits by this committer
- Update *_DEPENDS on databases/py-sqlite3 after _sqlite3.so relocation
0.8.6p1
15 Jun 2012 13:19:53
Original commit files touched by this commit
tj search for other commits by this committer
Remove directory from plist that is no longer created.

PR:             ports/169085
Submitted by:   Bryan Drewery <bryan@shatow.net>
Approved by:    eadler (mentor)
0.8.6p1
14 Jun 2012 00:51:53
Original commit files touched by this commit
tj search for other commits by this committer
- Take over maintainer.
- Upgrade to 0.8.6p1.

PR:             ports/163675
Submitted by:   Michael Gmelin <freebsd@grem.de>
Approved by:    <eadler,db> (mentors)
0.8.3p1
15 Feb 2011 05:06:49
Original commit files touched by this commit
clsung search for other commits by this committer
- update to 0.8.3p1.
- 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 15:00:55
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 0.8.2
0.8.1
06 Aug 2010 08:45:58
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 0.8.1

PR:             ports/148531
Submitted by:   Frédéric Praca <frederic dot praca_AT_freebsd-fr dot org>
0.7.12
09 Feb 2010 02:29:56
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 0.7.12

PR:             ports/143635
Submitted by:   lwhsu
0.7.11p1
03 Aug 2009 01:01:57
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 0.7.11p1
0.7.10p1
26 Jun 2009 16:01:02
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 0.7.10p1
0.7.9_1
18 Feb 2009 17:40:21
Original commit files touched by this commit
lwhsu search for other commits by this committer
- Fix build, last commit was wrong.

Noticed by:     pav
0.7.9_1
18 Feb 2009 13:53:26
Original commit files touched by this commit
lwhsu search for other commits by this committer
- Unbreak
- Update dependency

Approved by:    clsung
0.7.9
17 Feb 2009 22:04:39
Original commit files touched by this commit
pav search for other commits by this committer
- Mark BROKEN

Reported by:    pointyhat
0.7.9
26 Sep 2008 08:57:11
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 0.7.9
0.7.8
28 Aug 2008 03:45:55
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 0.7.8
0.7.7
14 Apr 2008 07:30:38
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 0.7.7
- take maintainership
0.7.6
10 Apr 2008 09:12:53
Original commit files touched by this commit
jkoshy search for other commits by this committer
Reset maintainership.
0.7.6
07 Oct 2007 05:22:03
Original commit files touched by this commit
jkoshy search for other commits by this committer
Update WWW line.
0.7.6
07 Oct 2007 05:15:26
Original commit files touched by this commit
jkoshy search for other commits by this committer
Update to v0.7.6.  Upstream changes include:
- New command 'buildbot upgrade-master' to ease upgrading of pre-existing
  buildmasters.
- A new webstatus display, superset of the older 'waterfall' display.
- The IRC bot has been refactored to make it easier to support other
  IM tools.
- Better balancing of workload among multiple available buildslaves.
- Build slaves deal better with file permissions during a checkout step.
- Support for the Bazaar version control system.
- The 'buildbot try' command now accepts a '--diff=foo.patch' argument,
  to let you provide a pre-computed patch.
- A new Mercurial change source was added.
- The email based changesource has been refactored to make it easier to
  write new mail parsers.
- The 'freshcvsmail' change source has been deprecated.
- Changes to the API:
  - API changes for BuildStep(), BuildFactory(), BuildSlave().
  - Some keys and classes used in the configuration file have changed.

PR:             ports/116889
Submited by:    clsung
0.7.5
19 Feb 2007 15:52:51
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 0.7.5

PR:             ports/109280
Submitted by:   Li-Wen Hsu <lwhsu_AT_lwhsu dot org>
0.7.3
06 Jun 2006 06:50:16
Original commit files touched by this commit
jkoshy search for other commits by this committer
Update to v0.7.3.  Upstream changes include:
 - Mercurial support.
 - A 'buildbot restart' command.
 - Each build has a set of build properties that can be
   set and interpolated into shell commands.
 - New contrib scripts: viewcvspoll, svnpoller, svn_watcher.
 - Improved CSS for the waterfall view.

PR:             ports/98439
Submitted by:   miwi
0.7.2
18 Apr 2006 02:45:31
Original commit files touched by this commit
jkoshy search for other commits by this committer
- Upgrade to v0.7.2.  Upstream changes include:
  - the ability to use Twisted `strports' strings as
    TCP port numbers.
  - a `Nightly' scheduler.
  - a `resubmit this build' button on the web interface.
  - a `umask' option for the buildbot slave.
  - many bug fixes.
- Use the USE_TWISTED_RUN knob.
- Take over orphaned port.
0.7.0
14 Apr 2006 23:25:09
Original commit files touched by this commit
linimon search for other commits by this committer
Reset kwm due to no response about email.

Hat:    portmgr
0.7.0
22 Jan 2006 08:30:12
Original commit files touched by this commit
edwin search for other commits by this committer
SHA256ify

Approved by:    krion@
0.7.0
03 Nov 2005 10:49:28
Original commit files touched by this commit
kwm search for other commits by this committer
Update to 0.7.0.
0.6.6
27 Sep 2005 11:41:54
Original commit files touched by this commit
kwm search for other commits by this committer
Add buildbot.

Buildbot is a system to automate the compile/test cycle to validate code
changes.

Number of commits found: 45