aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Morper <thomas@beingboiled.info>2022-12-15 07:33:18 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2022-12-15 17:16:51 +0000
commitff122c28042167bebb94c0c99a6e7e75a4bb84d1 (patch)
tree968d83ecc9b5363412eeace12d4bbf4f03ddd9e3
parent60dc26dd791146d7b01c46816eb63958e4d0d8ff (diff)
downloadports-ff122c28042167bebb94c0c99a6e7e75a4bb84d1.tar.gz
ports-ff122c28042167bebb94c0c99a6e7e75a4bb84d1.zip
dns/luaunbound: fix pkg-descr and WWW link
Where copied from luasec. PR: 268381 Reported by: thomas@beingboiled.info (maintainer)
-rw-r--r--dns/luaunbound/Makefile5
-rw-r--r--dns/luaunbound/pkg-descr7
2 files changed, 6 insertions, 6 deletions
diff --git a/dns/luaunbound/Makefile b/dns/luaunbound/Makefile
index a7874e3b7577..ab019d0f68cf 100644
--- a/dns/luaunbound/Makefile
+++ b/dns/luaunbound/Makefile
@@ -1,12 +1,13 @@
PORTNAME= luaunbound
-PORTVERSION= 1.0.0
+DISTVERSION= 1.0.0
+PORTREVISION= 1
CATEGORIES= dns
MASTER_SITES= https://code.zash.se/dl/luaunbound/
PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX}
MAINTAINER= thomas@beingboiled.info
COMMENT= Lua binding to libunbound
-WWW= https://github.com/brunoos/luasec
+WWW= https://www.zash.se/luaunbound.html
LICENSE= MIT
diff --git a/dns/luaunbound/pkg-descr b/dns/luaunbound/pkg-descr
index 8c1003d70e4a..0c68b4a851ba 100644
--- a/dns/luaunbound/pkg-descr
+++ b/dns/luaunbound/pkg-descr
@@ -1,4 +1,3 @@
-LuaSec is a binding for OpenSSL library to provide TLS/SSL communication. This
-version delegates to LuaSocket the TCP connection establishment between the
-client and server. Then LuaSec uses this connection to start a secure TLS/SSL
-session.
+This is a binding to libunbound for Lua. The library works independent
+from a running unbound server, and can be used to convert hostnames to
+IP addresses, and back, and obtain other information from the DNS.