QA: * portlint: OK (looks fine.) * testport: OK (poudriere: 13.2, amd64 tested)
Created attachment 242466 [details] bonsai.patch
Created attachment 242467 [details] bonsai.patch
Created attachment 242468 [details] bonsai.patch Sorry for the noise, I forgot to tick off the old patch.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=5ae00f31b566bb627decdf590dd002e0c57dde3b commit 5ae00f31b566bb627decdf590dd002e0c57dde3b Author: Goran Mekić <meka@tilda.center> AuthorDate: 2023-05-28 16:15:53 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-06-08 10:51:07 +0000 net/py-bonsai: Module for handling LDAP operations in Python This module uses libldap2 on Unix platforms and WinLDAP on Microsoft Windows. LDAP entries are mapped to a special Python case-insensitive dictionary, tracking the changes of the dictionary to modify the entry on the server easily. WWW: https://github.com/noirello/bonsai PR: 271696 net/Makefile | 1 + net/py-bonsai/Makefile (new) | 30 ++++++++++++++++++++++++++++++ net/py-bonsai/distinfo (new) | 3 +++ net/py-bonsai/pkg-descr (new) | 3 +++ 4 files changed, 37 insertions(+)
Thank you for your submission.