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: mail/mailgraph/files/mailgraph.in

Number of commits found: 10

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
Thursday, 25 Dec 2014
13:44 ohauer search for other commits by this committer
- fix broken rc script from last commit.
  (var do not expandinside singel quote, so the port failed to start)
- bump PORTREVISION

PR:		196090 (followup)
Approved by:	maintainer (implicit)
Original commitRevision:375551 
Saturday, 20 Dec 2014
13:25 rafan search for other commits by this committer
- rc script enhancements
- pass maintainership
- bump PORTREVISION

PR:		196090
Submitted by:	geoffroy desvernay <dgeo at centrale-marseille.fr>
Original commitRevision:375003 
Saturday, 5 Apr 2014
03:40 rafan search for other commits by this committer
Don't package runtime rrd directory location
Original commitRevision:350190 
Monday, 6 Aug 2012
00:28 dougb search for other commits by this committer
Fix what looks like a copy-paste-o that originated in the same script:

command=foo >/dev/null 2>&1
	|
	v
command=foo
command_args='>/dev/null 2>&1'

This is clearly what should have been done, for several reasons.

No PORTREVISION bump because the old version simply ignored everything
after the space, and does not seem to have done any harm. However
it's good to clean these up so that similar errors aren't pasted into
a new script where they might actually matter.
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
Monday, 3 Dec 2007
02:24 rafan search for other commits by this committer
- Make rc variables can be properly set by users. Default variables should be
  handled after load_rc_config per Handbook. For example, if user sets
  name_pidfile in rc.conf, it does not correctly pass to name_flags because
  when we set name_flags, it uses our default name_pidfile, but not user's.
- Bump PORTREVISION as rc scripts changed.

Approved by:    portmgr (pav), Xavier Beaudouin <kiwi at oav.net> (ovs
maintainer)
Original commit
Wednesday, 8 Aug 2007
13:47 rafan search for other commits by this committer
- Remove MAILGRAPH_GROUP from pre-everything message and mailgraph_group
  from rc script to avoid user confusion. We can not setgid for command
  invoked from rc.subr. [1]
- Change rc script to match our guideline in Porter's Handbook

Noticed by:     Nicolas Rachinsky <nicolas-2007 at rachinsky.de> [1]
Original commit
13:40 rafan search for other commits by this committer
- Strip .sh suffix for rc script for upcoming changes
Original commit

Number of commits found: 10