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/pkg-install

Number of commits found: 3

Tuesday, 7 Apr 2009
16:53 wxs search for other commits by this committer
- Don't compress cvsup.log by default.

PR:             ports/133030
Submitted by:   delphij@
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

Number of commits found: 3