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/mutt14/files/patch-message.c

Number of commits found: 1

Tuesday, 11 Jun 2013
00:19 mandree search for other commits by this committer
+ Fix fallout from optionsNG conversion (discussed with bapt@):
- MUTT_FLOCK vs. CONFIGURE_ARGS logic was inverted.
- MUTT_ICONV was mistyped as MITT_ICONV so that the check was defective.

+ While here, make SLANG/NCURSES a radio group for clarity
  (these two options are optional and mutually exclusive).

+ Add a patch to send the proper length in an IMAP APPEND command;
  a size_t argument was printed with %d, which failed where
  sizeof(int) != sizeof(size_t), i. e. on 64-bit systems,
  or when the value was in ]INT_MAX; UINT_MAX] (2^31 or beyond).
  We now use %lu and cast the argument to unsigned long.
  Bump PORTREVISION.

+ Shorten COMMENT to avoid its truncation in pkg_info output.
Original commitRevision:320512 

Number of commits found: 1