if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}.
This commit doesn't change any versions currently used; it may be that
some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those
should be cleaned up in the course of updating ports where possible.
Python module ports providing py3-* packages should still use
FLAVOR=python3 so that we don't have a mixture of dependencies some
using ${MODPY_FLAVOR} and others not.
Changes: https://notmuchmail.org/news/release-0.31/
Bump major of shared lib as symbol has been removed. Thanks to Olivier
Taïbi <oli AT olitb DOT net> for working together with upstream to fix a
segfault.
gnupg-1.4 is not developed actively anymore, and new software expects
a modern "gpg" executable, which leads to pointless patches in the ports
tree. Move the various users of security/gnupg2 to security/gnupg and
zap patches that forced the use of "gpg2".
Crusade started by edd@ (security/gnupg maintainer), gnupg->gnupg2 test
reports from semarie@, giovanni@ and solene@, input and bulk build by
sthen@. ok sthen@ edd@ (maintainer)
the original version numbers in headers as there's a macro used to check
this which fails with previous patch. from Olivier Taïbi.
add quirks/@pkgpath to merge py-notmuch -> py3-notmuch, from me
Enric Morales and Olivier Taïbi, ok abieber@ kmos@
Notmuch is a mail indexing program providing a fast tag-based email
reader with global search to use within a text editor.
"Notmuch is not much of an email program. It doesn't receive messages
(no POP or IMAP suport). It doesn't send messages (no mail composer,
no network code at all). And for what it does do (email search)
that work is provided by an external library, Xapian. So if Notmuch
provides no user interface and Xapian does all the heavy lifting,
then what's left here? Not much."