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.

non port: net/haproxy/files/haproxy.in

Number of commits found: 16

Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
all: Remove all other $FreeBSD keywords.
commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d 135fdee
Friday, 24 Aug 2018
19:19 demon search for other commits by this committer
Add 'softreload' command for seamless haproxy reload (-x option).

PR:		230305
Submitted by:	Frank Wall <fw@moov.de>
Original commitRevision:477980 
Wednesday, 16 Aug 2017
08:06 demon search for other commits by this committer
Add hardstop/hardreload commands to rc script (to stop/reload haproxy without
waiting for existing connections to close).

PR:		221402
Submitted by:	Frank Wall <fw@moov.de>
Original commitRevision:448026 
Thursday, 12 Mar 2015
16:08 demon search for other commits by this committer
Ouch, I deleted the wrong file :(
Original commitRevision:381112 
16:04 demon search for other commits by this committer
GC this message, it contains nothing useful.
Original commitRevision:381111 
Monday, 9 Feb 2015
13:06 demon search for other commits by this committer
Fix stop action to stop correctly multi-process haproxy instance.

PR:		197024
Submitted by:	ard_1@mail.ru
Original commitRevision:378727 
Thursday, 27 Nov 2014
15:37 demon search for other commits by this committer
Add support for profiles (to start several haproxy instances each with it's own
config).
Original commitRevision:373495 
Friday, 3 Oct 2014
15:40 demon search for other commits by this committer
Do not search for process by name;
rather use all pids stored in pidfile, in multi-process mode haoroxy writes
all pids there.

PR:		192430
Submitted by:	renchap@cocoa-x.com
Original commitRevision:369911 
Friday, 4 Oct 2013
12:37 demon search for other commits by this committer
If running with nbproc > 1, haproxy spawns several processes and writes their
pids to $pidfile (one pid per line).
Our check_pidfile() from rc.subr will get only first pid and use it for
stop/status/etc which is incorrect.

Do not use pidfile for that, rather use $procname to get the list of running
haproxy processes.

[If you know how to do the same with pidfile, please tell me.]
Original commitRevision:329298 
Sunday, 14 Oct 2012
11:46 crees search for other commits by this committer
Remove superfluous setting of rc_flags, and remove single
commands from functions

Use standard message in _reload when not running

Several microoptimisations and style fixes

Approved by:	demon (maintainer)
Feature safe:	yes
Original commitRevision:305869 
Friday, 12 Oct 2012
14:01 demon search for other commits by this committer
Use 'configtest' command to test config file to be consistent with apache,
nagios and others.  Do not invent yet another wheel.

Feature safe: yes
Original commitRevision:305780 
Tuesday, 5 Jun 2012
17:45 demon search for other commits by this committer
Add $FreeBSD$;
Add LOGIN to REQUIRE;
replace echo + return with err.

Suggested by:   dougb
Original commit
11:09 ak search for other commits by this committer
- Add return codes to rc.d script

PR:     ports/168449
Submitted by:   Boris Kochergin <spawk@acm.poly.edu>
Approved by:    demon (maintainer), eadler, itetcu (mentors, implicit)
Original commit
Saturday, 14 Jan 2012
08:57 dougb search for other commits by this committer
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
Original commit
Saturday, 27 Mar 2010
00:15 dougb search for other commits by this committer
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
Original commit
Tuesday, 16 Mar 2010
01:39 wen search for other commits by this committer
- Update to 1.4.1
- Pass maintainer to submitter

PR:             ports/144331
Submitted by:   Ross West <freebsd@linepoint.com> (new maintainer)
Original commit

Number of commits found: 16