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/mew/files/patch-no-native-compile

Number of commits found: 2

Tuesday, 28 Feb 2023
09:20 Yasuhiro Kimura (yasu) search for other commits by this committer
mail/mew: Update to 6.9

* Take maintainership as there are already 3 successive maintainer
  timeout in the past.
* Switch to DISTVERSION.
* Set DISTVERSION to 6.9 and explicitly set DISTFILES. At first
  upstream released source archive as 'mew-6.9.tar.gz'. But issue that
  results in installation error is reported. So he fixed it and
  release new source archive as 'mew-6.9a.tar.gz'. And he said the
  latter is rerolled source archive of version 6.9.
* Remove patch-no-native-compile as Mew works fine with native
  compilation now.
* Install elisp and image files to EMACS_VERSION_SITE_LISPDIR.
* Unconditionally install mew.ja.info as per section 5.17.4 of
  Porter's Handbook.
* Pet portclippy.
* Tidy up Makefile with portfmt.

ReleaseNotes:	https://github.com/kazu-yamamoto/Mew/blob/v6.9/RELEASENOTE.md
PR:		269532
Approved by:	maintainer timeout
commit hash: 0974a3c0296f0fd51453d5eac9cce89907b6709f commit hash: 0974a3c0296f0fd51453d5eac9cce89907b6709f commit hash: 0974a3c0296f0fd51453d5eac9cce89907b6709f commit hash: 0974a3c0296f0fd51453d5eac9cce89907b6709f 0974a3c
Tuesday, 28 Sep 2021
08:20 Yasuhiro Kimura (yasu) search for other commits by this committer
mail/mew: Prevent .el files from being native compiled

Mew doesn't work correctly if Emacs supports native compilation and
.el files are compiled to .eln ones. So prevent .el files from being
native compiled by adding following lines at the end of them.

;; Local Variables:
;; no-native-compile: t
;; End:

PR:		258171
Approved by:	maintainer timeout (> 28days), meta (mentor)
commit hash: 8c8b03e3f12dadd1dbff03ab733929211ab4090d commit hash: 8c8b03e3f12dadd1dbff03ab733929211ab4090d commit hash: 8c8b03e3f12dadd1dbff03ab733929211ab4090d commit hash: 8c8b03e3f12dadd1dbff03ab733929211ab4090d 8c8b03e

Number of commits found: 2