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: sysutils/portupgrade/files/patch-bin-portsclean.1

Number of commits found: 2

Sunday, 4 Dec 2005
06:39 edwin search for other commits by this committer
sysutils/portupgrade: fix the problem that portupgrade sometimes runs slow, and
bump PORTVERSION to 20051204.

        (1) For years, I have experienced that portupgrade sometimes
        runs very slow.  After some investigation, I found that
        "pkgdb -aF" is invoked from portupgrade or other programs
        (such as portversion) without having sufficient privilege
        to modify /var/db/pkg/, and that error is not caught by the
        caller program, and "pkgdb -aF" is invoked repeatedlly.

        So, I fixed the following things:

        - When pkgdb internally invoked from other program exits
          with error, make the caller program also exit with error.

        - Display the error messages of pkgdb that run internally
          from other program.

        When portupgrade or other programs die with the following error,

            ** You do not own /var/db/pkg. (use -f to force or run as root)
            Command failed [exit code 1]: /usr/local/sbin/pkgdb -aFQ

        please run "pkgdb -aF" as the user that owns /var/db/pkg (usually root).

        (2) Make new tarball that contains the above fix and all
        patches in files/.  Bump PORTVERSION to 20051204 and change
        MASTER_SITES.

PR:             ports/89917
Submitted by:   KOMATSU Shinichiro <koma2@lovepeers.org>
Original commit
Sunday, 26 Jun 2005
17:22 daichi search for other commits by this committer
sysutils/portupgrade: fix minor documentation issues

fix minor documentation issues with the portsclean(1) manpage.
1.  In the SYNOPSIS, the -L option is excluded.
2.  In the description for the -Q option, an example of the -QQ option
    is not given and since the other descriptions do this,
    it looks nicer and is easier to read.

PR:             ports/82666
Submitted by:   KOMATSU Shinichiro <koma2@lovepeers.org> (maintainer)
Pointed out by: Jason E. Hale <jhale@bluebottle.com>
Original commit

Number of commits found: 2