Thursday, March 03, 2022

Re: [new] net/py-libknot - python bindings for knot DNS

On 22/03/03 03:54PM, Stuart Henderson wrote:
> On 2022/03/03 10:45, aisha wrote:
> > I've attached the port with the tight version dependency suggested by Jeremie.
> > Thanks for that.
>
> Needs NO_TEST=Yes, and the empty line in DESCR should be removed,
> probably better to reformat while there, e.g.
>
> -----
> Python bindings for controlling and probing the Knot DNS server.
> These bindings provide an interface similar to knotc(8) and replies
> via JSON for easy parsing.
> -----
>
> With those changes I'm OK with importing
>

Done, thanks!
Aisha

diff --git a/net/knot/Makefile b/net/knot/Makefile
index 34b8da26a8a..d48f2eebd12 100644
--- a/net/knot/Makefile
+++ b/net/knot/Makefile
@@ -2,6 +2,7 @@

COMMENT = authoritative DNS server

+# bump net/py-libknot when bumping this
DISTNAME = knot-3.1.6

SHARED_LIBS += dnssec 3.1 # .8.0
@@ -12,7 +13,8 @@ CATEGORIES = net

HOMEPAGE = https://www.knot-dns.cz/

-MAINTAINER = Jeremie Courreges-Anglas <jca@wxcvbn.org>
+MAINTAINER = Jeremie Courreges-Anglas <jca@wxcvbn.org> \
+ Aisha Tammy <openbsd@aisha.cc>

# GPLv3+
PERMIT_PACKAGE = Yes

No comments:

Post a Comment