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-pkg Continuous Integration Framework (packaging)
0.9.11 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.9.11Version of this port present on the latest quarterly branch.
Maintainer: grembo@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2017-03-27 18:12:38
Last Update: 2017-11-28 10:15:46
SVN Revision: 455028
Also Listed In: python
License: GPLv2
WWW:
https://buildbot.net
Description:
This port is the Web UI part of BuildBot. For the buildmaster, install the devel/buildbot port. 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-pkg-0.9.11/catalog.mk
  2. /usr/local/share/licenses/buildbot-pkg-0.9.11/LICENSE
  3. /usr/local/share/licenses/buildbot-pkg-0.9.11/GPLv2
Collapse this list.
Dependency lines:
  • buildbot-pkg>0:devel/buildbot-pkg
No installation instructions:
This port has been deleted.
PKGNAME: buildbot-pkg
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1506179823 SHA256 (buildbot-pkg-0.9.11.tar.gz) = 6328abfa68efba299d0309a88b8de40d71d1da4d7bc9148476fed8f393e407be SIZE (buildbot-pkg-0.9.11.tar.gz) = 4420

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-setuptools>0 : devel/py27-setuptools
  2. 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 3 deleted ports
  1. devel/buildbot-console-view*
  2. devel/buildbot-waterfall-view*
  3. devel/buildbot-www*
  4. Collapse this list of deleted ports.
for Run

Deleted ports which required this port:

Expand this list of 2 deleted ports
  1. devel/buildbot-console-view*
  2. devel/buildbot-waterfall-view*
  3. 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-pkg/
  2. https://pypi.python.org/packages/source/b/buildbot-pkg/
Collapse this list.

Number of commits found: 5

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
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 18:12:24
Revision:437065Original commit files touched by this commit
grembo search for other commits by this committer
Add buildbot-pkg 0.9.4, continuous Integration Framework (packaging).

PR:		217700
Submitted by:	Michael Gmelin <grembo@FreeBSD.org>

Number of commits found: 5