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/cvsup-mirror/files/update.sh

Number of commits found: 8

Monday, 29 Jan 2007
01:13 jdp search for other commits by this committer
Fix bug:  When the net/cvsup-mirror port is installed on a system
with OSVERSION >= 600101, the update.sh script is unable to start
PREFIX/etc/rc.d/cvsupd.sh script, as it doesn't exist. Instead the
cvsupd.sh script is named cvsupd on systems with OSVERSION >=
600101.

PR:             ports/108483
Submitted by:   Scot Hetzel
Original commit
Monday, 2 Jan 2006
10:05 edwin search for other commits by this committer
[PATCH] net/cvsup-mirror: add some install time options for update.sh

        Add following install time options for update.sh

        - Whether or not /var/log/cvsup.log is rotated when update.sh
          is invoked.
        - Maximum number of log files.
        - Wheter or not old log file is gzipped after rotated.

PR:             ports/81598
Submitted by:   KIMURA Yasuhiro <yasu@utahime.org>
Not objected by:        jdp@FreeBSD.org
Original commit
Thursday, 5 Aug 2004
23:37 jdp search for other commits by this committer
Fix two bugs in scripts.

1. If update.sh failed to determine the PREFIX, it didn't realize it
had failed.  This is arguably caused by a shell bug in processing
the statement

    export PREFIX=$(expr $0 : "\(/.*\)/etc/cvsup/update\.sh\$")

This statement always succeeds even if the "expr" command fails.
Moving the "export" to a separate statement makes it work.

2. If the system had no "/home" directory, the pkg-install script
would create it with mode 0700, making ~cvsupin inaccessible to its
owner.  A user ran into this bug when installing cvsup-mirror into a
jail.
Original commit
Wednesday, 17 Mar 2004
11:23 mat search for other commits by this committer
Ok, fix it once more, I swear I won't be doint sh scripts for a while

Pointy Hat To:  me (I still have it, don't search)
Original commit
07:17 mat search for other commits by this committer
Corrected silly sh error
PORTREVISION bumped

Pointy Hat To:  me
Original commit
Tuesday, 16 Mar 2004
17:35 mat search for other commits by this committer
Update to 1.3, allow to add increase history and to compress logs easily

Approved by:    jdp (maintainer)
Original commit
Sunday, 9 Jul 2000
18:57 jdp search for other commits by this committer
Update the cvsup-mirror port to reflect the fact that crypto isn't   a special
case any more.    
Original commit
Wednesday, 21 Jun 2000
06:00 jdp search for other commits by this committer
Add "exec" to the beginning of commands passed to "su ... -c ...".   With some
shells (csh in particular) this eliminates a useless   process waiting for the
command to finish.    
Original commit

Number of commits found: 8