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-etc-pkgtools.conf

Number of commits found: 4

Tuesday, 21 Nov 2006
17:17 sem search for other commits by this committer
- Update to 2.2.2. New stable version.
  Most visible changes are:
  * Database files locking. Only one process can write to them
    in the same time.
  * pkgdb -F is more smart now and takes OPTIONS, make.conf and
    pkgtools.conf settings into account.

  Moreover:
  * Many bugs fixed.
  * Many code refactored.
Original commit
Friday, 25 Aug 2006
12:46 sem search for other commits by this committer
- Fix descriptions in pkgtools.conf to be obviouslier. [1]
- Fix s pointyhat URL for package direcories.

PR:             ports/102417 [1]
Reported by:    Ryan Wehler <mindflux98@gmail.com>
Original commit
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
Wednesday, 19 Oct 2005
07:47 daichi search for other commits by this committer
fix: ports/54424 problem

  - fix PKG_ALTDEP does not work problem

PR:             ports/54424
Submitted by:   koma2@lovepeers.org (maintainer)
Approved by:    bharat@menalto.com
Original commit

Number of commits found: 4