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

Number of commits found: 8

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
Tuesday, 28 Jun 2011
04:52 kevlo search for other commits by this committer
gateway6 rc script should REQUIRE NETWORKING instead of netif;
netif doesn't guarantee network is working, thus, it makes connection fail.

PR:     ports/157876
Submitted by:   Kuan-Chung Chiu <buganini at gmail dot com>
Reviewed by:    Michael Scholz (maintainer)
approved by:
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
Friday, 20 Nov 2009
21:14 miwi search for other commits by this committer
- Update to 6.0
- Update WWW/Description

PR:             140685
Submitted by:   Michael Scholz <mike@fth-devel.net> (maintainer)
Original commit
Wednesday, 15 Jul 2009
16:56 dougb search for other commits by this committer
Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.

1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).

No PORTREVISION bumps because all of these changes are noops.
Original commit
Saturday, 6 Oct 2007
11:34 stefan search for other commits by this committer
- Update MASTER_SITES to make it fetchable. [2]
- Remove BEFORE tag from startup script. [1]
- Bump PORTREVISION.

PR:             116958 [1], 116961 [2]
Submitted by:   maintainer [1,2]
Original commit
Friday, 7 Sep 2007
23:29 edwin search for other commits by this committer
New port: net/gateway6 free IPv6 tunnel

        From README:

        TSP is a control protocol used to establish and maintain
        static tunnels. The Gateway6 Client is used on the host
        computer to connect to a tunnel broker using the TSP protocol
        and to get the information for its tunnel. When it receives
        the information for the tunnel, the Gateway6 client creates
        the static tunnel on its operating system.

        The Gateway6 Client code is mostly identical for all client
        platforms.  However, creating the static tunnel is operating
        system dependent and is done by a script called by the
        Gateway6 Client. These scripts are located under the template
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Original commit

Number of commits found: 8