Created attachment 204905 [details] notmuch-0.29.diff notmuch 0.29 was released recently: https://notmuchmail.org/pipermail/notmuch/2019/028257.html Apart from the usual bug fixes and enhancements the following changes are of interest for the port: - The sources are now compressed with xz instead of gzip. - Support for GMime 2.6 was dropped and GMime 3.0.3 or later is required now. The port was adjusted accordingly. Additionally: - drop workaround for info(1) on FreeBSD 10 since it's no longer supported - drop workaround for Sphinx since another one was included in notmuch's upstream The ports build cleanly in poudriere under FreeBSD:12:amd64.
In the meantime 0.29.1 was released: https://notmuchmail.org/pipermail/notmuch/2019/028315.html I've updated the attached diff accordingly.
Created attachment 205038 [details] notmuch-0.29.1.diff
A commit references this bug: Author: fernape Date: Thu Jun 13 21:27:42 UTC 2019 New revision: 504137 URL: https://svnweb.freebsd.org/changeset/ports/504137 Log: mail/notmuch: update to 0.29.1 - The sources are now compressed with xz instead of gzip. - Support for GMime 2.6 was dropped and GMime 3.0.3 or later is required now. - drop workaround for info(1) on FreeBSD 10 since it's no longer supported - drop workaround for Sphinx since another one was included in notmuch's upstream ChangeLog: https://notmuchmail.org/pipermail/notmuch/2019/028257.html PR: 238418 Submitted by: seschwar@gmail.com (maintainer) Changes: head/mail/notmuch/Makefile head/mail/notmuch/distinfo head/mail/notmuch/files/patch-doc_Makefile.local head/mail/notmuch-emacs/Makefile
Committed, Thanks! Sorry for the delay, it took me a while to test it.