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/quagga/files/quagga.sh.in

Number of commits found: 21

Sunday, 5 Aug 2012
23:19 dougb search for other commits by this committer
Move the rc.d scripts of the form *.sh.in to *.in

Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
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
Sunday, 15 May 2011
02:49 dougb search for other commits by this committer
Remove painful examples of foo="", with particular prejudice against
constructions that parse out to [ -z "$foo" ] && foo=""

These are bad examples that get copied and pasted into new code, so the
hope is that with less bad examples there will be less need for me to
bring this up in review.

In a few of these files all that were changed were comments so that next
time I search for these patterns I won't trip on the file for no reason.

In a few places, add $FreeBSD$

No functional changes, so no PORTREVISION bumps
Original commit
Tuesday, 22 Feb 2011
12:29 sem search for other commits by this committer
- A little hack for RC script to allow start/stop/restart only specified
  daemons. No PORTVERSION bump.

Submitted by:   Dmitrij Tejblum <tejblum at yandex-team.ru>
Approved by:    maintainer
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
Monday, 1 Feb 2010
17:45 pgollucci search for other commits by this committer
- Fix the return value of the rc.d script

PR:             ports/143086
Submitted by:   Emil Smolenski <am@raisa.eu.org>
Approved by:    Boris Kovalenko <boris@tagnet.ru> (maintainer)
Original commit
Monday, 14 Dec 2009
16:40 sem search for other commits by this committer
- Changes is RC script:
  * proper run order
  * Deprecate option quagga_delay and introduce option quagga_wait_for.
    Instead of sleeping for some constant time wait for appearing of
    a certain route in routing table.

Submitted by:   glebius
Approved by:    maintainer
Original commit
Sunday, 6 Jul 2008
12:44 sem search for other commits by this committer
- Fix rc script for command other than start/stop/restart.

Reported in:    ports@
Approved by:    maintainer
Original commit
Wednesday, 2 Jul 2008
12:27 sem search for other commits by this committer
- Fix rc-script. Split restart command on stop/start and fix runing order.

Approved by:    maintainer
Original commit
Saturday, 28 Jun 2008
03:23 sem search for other commits by this committer
- Update to 0.99.10

Submitted by:   maintainer
Original commit
Monday, 29 Oct 2007
06:51 edwin search for other commits by this committer
Add 'seconds' to the output of the delay
Original commit
Monday, 1 Oct 2007
10:54 sem search for other commits by this committer
- If compiled with libdlmalloc it requires ldconfig before running.
  Fix rc file for it.
- Make a little cleaner why you may want dlmalloc library (it makes bgpd much
faster).

Approved by:    maintainer (implicitly)
Original commit
Monday, 24 Sep 2007
07:59 sem search for other commits by this committer
- Update to 0.99.9 + patches from quagga CVS

Approved by:    maintainer
Original commit
Thursday, 9 Aug 2007
11:00 rafan search for other commits by this committer
- Update to 0.99.8

PR:             ports/115343
Submitted by:   Boris Kovalenko <boris at tagnet.ru> (maintainer)
Original commit
Wednesday, 20 Jun 2007
02:19 edwin search for other commits by this committer
[patch] net/quagga - add optional delay after startup

        I'm so tired of my machines rebooting and having to manually
        start half of the services because they were started when
        ospfd hadn't kicked in, so I added this quagga_delay to the
        rc.d file.

PR:             ports/113351
Submitted by:   Edwin Groothuis <edwin@mavetju.org>
Approved by:    Boris Kovalenko <boris@tagnet.ru>
Original commit
Monday, 17 Jul 2006
16:28 rafan search for other commits by this committer
- Enhancement rc scripts, bump PORTREVISION

PR:             ports/100421
Submitted by:   maintainer
Original commit
Monday, 29 May 2006
20:28 lawrance search for other commits by this committer
Update to 0.99.4.

PR:             ports/97122
Submitted by:   Boris Kovalenko <boris@tagnet.ru> (maintainer)
Original commit
Monday, 20 Feb 2006
20:47 dougb search for other commits by this committer
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
Original commit
Sunday, 17 Apr 2005
21:06 flz search for other commits by this committer
- Fix typo in quagga startup script (2nd part).
Original commit
Friday, 15 Apr 2005
12:13 flz search for other commits by this committer
- Fix typo in rcNG startup script.

PR:             ports/79866
Submitted by:   Shunsuke SHINOMIYA <shino@fornext.org>
Approved by:    maintainer
Original commit
Wednesday, 9 Mar 2005
16:58 flz search for other commits by this committer
- Make use of USE_RCORDER.

PR:             ports/78614
Submitted by:   Boris Kovalenko <boris@tagnet.ru> (maintainer)
Approved by:    pav (mentor)
Original commit

Number of commits found: 21