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.

non port: devel/buildbot-worker/files/buildbot-worker.in

Number of commits found: 4

Friday, 7 Jul 2017
03:57 asomers search for other commits by this committer
Fix changes unintentionally included in 445206

devel/py-twisted152/Makefile
	Revert all changes to this file

Pointy-hat-to:	asomers

devel/buildbot-workers/Makefile
devel/buildbot-workers/files/buildbot-worker.in
	Revert a 1-line change that I never intended to commit.  However,
	leave in place the PORTREVISION bump and the other change to the RC
	script, which I did intend to commit, but in a separate revision,
	with this change message:

devel/buildbot-worker rc script fails to start worker

Running "service buildbot-worker start" on FreeBSD 11.0-RELEASE fails with
the error "warn 'run_rc_command: cannot run -worker_program".  The reason is
because `name` contains a hyphen.  This causes the following line in rc.subr
to expand incorrectly:
command=${_override_command:-$command}

The solution is to change name to "buildbot_worker".

PR:		219207
Reviewed by:	grembo
Approved by:	grembo (maintainer)
Original commitRevision:445207 
03:47 asomers search for other commits by this committer
devel/buildbot: add rc script

PR:		219787
Reviewed by:	grembo
Approved by:	grembo (maintainer)
Original commitRevision:445206 
Tuesday, 28 Mar 2017
15:42 grembo search for other commits by this committer
Fix failed rename of buildbot-slave to buildbot-worker 2/2
(problematic commit was r437059)

This hsould unbreak INDEX.

Reported by:	mat
Original commitRevision:437133 
Monday, 27 Mar 2017
16:47 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)
Original commitRevision:437059 

Number of commits found: 4