Created attachment 260208 [details] update to 1.0.6, add OPTIONS, etc. Update to latest release. Use ${PORTSDIR}/mail/sendmail/bsd.milter.mk for consistency with most other milter ports. Add options to force selection between the mail/libmilter port and the libmilter.so bundled with the base FreeBSD-sendmail package. Prefer the mail/libmilter port on general principles: given that all major MTA software supports the milter interface, it should be possible to install milters from pkg(8) without forcing the FreeBSD-sendmail to be installed. Changes: https://github.com/sdgathman/pymilter/compare/pymilter-1.0.5...pymilter-1.0.6
I have no problem with the update. Whould you. like to take over the Maintainership. I don't work with freebsd that much any more and don't have the time to keep maintaining it properly
(In reply to Gerhard Schmidt from comment #1) Sure, I'll happily take over maintainership.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=6926015813308129969e123fa27a6c4a24ccd726 commit 6926015813308129969e123fa27a6c4a24ccd726 Author: Matthew Seaman <matthew@FreeBSD.org> AuthorDate: 2025-05-08 12:09:59 +0000 Commit: Matthew Seaman <matthew@FreeBSD.org> CommitDate: 2025-05-08 12:16:04 +0000 mail/py-pymilter: update to 1.0.6, add options, rename Take maintainership. Move port from mail/py-milter to mail/py-pymilter to match the name of the PyPI package being ported. Update to version 1.0.6 Use ${PORTSDIR}/mail/sendmail/bsd.milter.mk for consistency with most other milter ports. Add options to force selection between the mail/libmilter port and the libmilter.so bundled with the base FreeBSD-sendmail package. Prefer the mail/libmilter port on general principles: given that all major MTA software supports the milter interface, it should be possible to install milters from pkg(8) without forcing the FreeBSD-sendmail to be installed. Changes: https://github.com/sdgathman/pymilter/compare/pymilter-1.0.5...pymilter-1.0.6 Approved by: Gerhard Schmidt (former maintainer) PR: 286630 MOVED | 1 + mail/Makefile | 2 +- mail/py-milter/Makefile (gone) | 30 ---------------------- mail/py-milter/distinfo (gone) | 3 --- mail/py-pymilter/Makefile (new) | 41 +++++++++++++++++++++++++++++++ mail/py-pymilter/distinfo (new) | 3 +++ mail/{py-milter => py-pymilter}/pkg-descr | 0 7 files changed, 46 insertions(+), 34 deletions(-)
Committed, thanks!