mail/mlmmj: update to 1.8.0
Changelog:
- New 'subrelease' feature: on lists with 'subonlypost', non-subscribers
can simultaneously subscribe and release their denied post by replying
to a single address. Three variants are provided: subrelease (normal
subscription), digestsubrelease, and nomailsubrelease.
- Remove 'selfmoderate' feature, superseded by 'subrelease'.
- Fix thread grouping in digest.
- Fix garbage output in send_digest.
- Properly close SMTP connection on EHLO failure.
- Improve error handling in send_mail.
- Clean up queue file on second do_all_the_voodoo_here failure.
- Use buffered I/O where possible for better performance.
- Update exim4 configuration hints for exim4 >= 4.94.
- Many new unit tests.
*/*: Go ports that use modernc.org/sqlite are for aarch64, amd64 only
The module modernc.org/sqlite (and dependencies such as modernc.org/libc)
are only available on aarch64 and amd64 FreeBSD. Other platforms are
not supported on FreeBSD right now.
Consistently mark ports using these with ONLY_FOR_ARCHS.
Approved by: portmgr (build fix blanket)
MFH: 2026Q1
(cherry picked from commit b1e7e12428e07a6f36afdc91b21ae044f4c4db3c)
devel/py-e3-testsuite: New Port
e3-testsuite is a Python library built on top of e3-core. Its purpose it to
provide building blocks for software projects to create testsuites in a simple
way.
WWW: https://pypi.org/project/e3-testsuite
PR: 293521
devel/alire: Update to 2.1.0
Update to 2.1.0:
* Integrate tests
* Remove ${USE_GCC} build requirement
* Remove hard-corded version 12 (ada) from ${USES}
* Remove desktop-file-utils from ${USES}, because no MIME type is
declared
* Remove pkg-plist, replacing its contents with the dynamically
generated ${PLIST_FILES}, and ${PORTDOCS}
* Replace DEBUG option with dynamic ${WITH_DEBUG:Undefined:Defined} Makefile
substitution. This removes the if conditional, and <bsd.port.options.mk>
* Set ${MAINTAINER} to william.franck at sterna.dev.
* Some port{clippy|fmt|lint} maintenance
* Use ${MAKE_CMD} in the do-build target instead of hard-coding grpbuild
https://github.com/alire-project/alire/releases/tag/v2.1.0
PR: 277852
Co-authored-by: Marcin Cieślak <saper at saper.info>