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: mail/popfile/files/patch-Bayes.pm

Number of commits found: 3

Tuesday, 3 Jul 2007
07:21 matusita search for other commits by this committer
Update to 0.22.5.  Also some cleanups on RUN_DEPENDS and messages.
Original commit
Monday, 20 Dec 2004
14:35 matusita search for other commits by this committer
Update to 0.22.2, with minor updates including:
        - Add WITH_POPFILE_XMLRPC option for XMLRPC module dependency.
        - Add WITH_POPFILE_SOCKS, but it's just a placeholder...
          (there's no IO::Socket::Socks module in our ports)
        - Minor comment cleanup.
        - Update patch-Bayes.pm for 0.22.2 (actually comments were changed).
Original commit
Saturday, 23 Oct 2004
19:02 matusita search for other commits by this committer
Since popfile 0.22.0 doesn't work with DBD::SQLite 1.x, switch to SQLite2.

CAUTION: for existing users, edit your ${HOME}/.popfile/popfile.cfg
(or whatever popfile configuration file) as follows:
        before: bayes_dbconnect dbi:SQLite:dbname=$dbname
        after:  bayes_dbconnect dbi:SQLite2:dbname=$dbname
        (change the word "SQLite" to "SQLite2")

files/patch-Bayes.pm also added, to use dbi:SQLite2 by default.

Since the contents is changed, bump PORTREVISION.
Original commit

Number of commits found: 3