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/mutt/files/extra-smime-sender

Number of commits found: 8

Thursday, 29 Jun 2023
11:46 Fernando ApesteguĂ­a (fernape) search for other commits by this committer Author: Derek Schrock
mail/mutt: Remove feature patches

 * As mentioned in efe2cf37e6 UPDATING and pkg-message to keep mail/mutt
   inline with upstream removing addtional ports patches.
 * Update post-install sed to be more vim make.vim syntax friendly.  It is
   making any # a make comments.

Some of these patches
PR:		272194
Reported by:	dereks@lifeofadishwasher.com (maintainer)
Differential Revision:	https://reviews.freebsd.org/D40754
commit hash: ee5c5804ddf665c74e8da4d14242b12afab3d5e9 commit hash: ee5c5804ddf665c74e8da4d14242b12afab3d5e9 commit hash: ee5c5804ddf665c74e8da4d14242b12afab3d5e9 commit hash: ee5c5804ddf665c74e8da4d14242b12afab3d5e9 ee5c580
Tuesday, 9 May 2023
09:38 Fernando ApesteguĂ­a (fernape) search for other commits by this committer Author: Derek Schrock
mail/mutt: Remove QUOTE_PATCH option and future patch removal

 * Removing QUOTE_PATCH due to logic issues and RFC3676 quoting.
 * Keep vvv initials patch from QUOTE_PATCH adding INITIALS_PATCH
 * Add depercation of other patches to be removed in future updates via

UPDATING and pkg-message. See PR 271190 [1] comment 12 [2].
 * SASL_NONE will now add --with-sasl=no (making portlint happy)
 * Update context on patches

[1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271190
[2] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271190#c12

Context and discussion:
https://lists.freebsd.org/archives/freebsd-ports/2023-May/003815.html

PR:			271190
Reported by:		kh@panix.com
Differential Revision:	https://reviews.freebsd.org/D39985
commit hash: efe2cf37e62dedefdf9996990f197af13262bb2f commit hash: efe2cf37e62dedefdf9996990f197af13262bb2f commit hash: efe2cf37e62dedefdf9996990f197af13262bb2f commit hash: efe2cf37e62dedefdf9996990f197af13262bb2f efe2cf3
Tuesday, 7 Jun 2022
02:13 Guangyuan Yang (ygy) search for other commits by this committer Author: Derek Schrock
mail/mutt: Update to 2.2.6

Changelog:	https://gitlab.com/muttmua/mutt/-/blob/stable/UPDATING#L12

PR:		264489
commit hash: b278d09af48e4e512568c2af697839780e6b8185 commit hash: b278d09af48e4e512568c2af697839780e6b8185 commit hash: b278d09af48e4e512568c2af697839780e6b8185 commit hash: b278d09af48e4e512568c2af697839780e6b8185 b278d09
Sunday, 1 May 2022
12:08 Dmitri Goutnik (dmgk) search for other commits by this committer Author: Derek Schrock
mail/mutt: Update to 2.2.4

Changes:	https://marc.info/?l=mutt-users&m=165135060511141&w=2

PR:		263695
commit hash: 7b7c0dbabef45ec596b72d044b6eb6ab300bd69a commit hash: 7b7c0dbabef45ec596b72d044b6eb6ab300bd69a commit hash: 7b7c0dbabef45ec596b72d044b6eb6ab300bd69a commit hash: 7b7c0dbabef45ec596b72d044b6eb6ab300bd69a 7b7c0db
Monday, 14 Feb 2022
05:23 Guangyuan Yang (ygy) search for other commits by this committer Author: Derek Schrock
mail/mutt: Update to 2.2.0

Changelog:	https://marc.info/?l=mutt-users&m=164471766728598&w=2

PR:		261917
commit hash: 79aa6d906518b8718c84473e630c1b438b1fb429 commit hash: 79aa6d906518b8718c84473e630c1b438b1fb429 commit hash: 79aa6d906518b8718c84473e630c1b438b1fb429 commit hash: 79aa6d906518b8718c84473e630c1b438b1fb429 79aa6d9
Monday, 14 Jun 2021
21:44 Neel Chauhan (nc) search for other commits by this committer Author: Derek Schrock
mail/mutt: Update to 2.1.0

- Update to 2.1.0 [1]
- Remove patch-browser upstream now ignores ..

[1] http://www.mutt.org/relnotes/2.1/

PR:	256609
commit hash: 4de7b118bcc2c06c4ec41fa7213e530884f9131e commit hash: 4de7b118bcc2c06c4ec41fa7213e530884f9131e commit hash: 4de7b118bcc2c06c4ec41fa7213e530884f9131e commit hash: 4de7b118bcc2c06c4ec41fa7213e530884f9131e 4de7b11
Monday, 9 Nov 2020
06:32 lwhsu search for other commits by this committer
mail/mutt: Update to 2.0.0 with extra patch cleanup

- Update to 2.0.0 [1][2]
- Remove threadcomplete. Appears ~(~T) has the same functionality.
- Remove muttlib.c patch and use mutt's mktemp functions for temp files.
  I don't believe this is an issue since neomutt also use's mutt's.
- Remove forcebase64 patch.  Should no longer be an issue.
- Remove spelling options. Install the desired spelling port and
  configure mutt as needed.
- Update patch contexts.

[1] https://marc.info/?l=mutt-announce&m=160478560100820&w=2
[2] http://www.mutt.org/relnotes/2.0/

PR:		250970
Submitted by:	Derek Schrock <dereks@lifeofadishwasher.com> (maintainer)
Original commitRevision:554673 
Tuesday, 19 May 2020
07:02 pi search for other commits by this committer
mail/mutt: update 1.14.0 -> 1.14.1

- Rename DEBUG option to DEBUG_LOGS
- Add lang/perl5 deps that triggers a Muttrc rebuild
- Make smime patch optional due to perl build deps.
- Remove unnecessary doc patches and REINPLACE_CMD
- Move build changing patches to make targets
- ASPELL updates the (pre)built Muttrc to not require a rebuild

PR:		246559
Submitted by:	Derek Schrock <dereks@lifeofadishwasher.com> (maintainer)
Relnotes:	https://marc.info/?l=mutt-users&m=158965668315387&w=2
Original commitRevision:535833 

Number of commits found: 8