Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jul 2020 02:45:21 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r542987 - head/dns/powerdns-recursor
Message-ID:  <202007240245.06O2jLqm075407@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Fri Jul 24 02:45:21 2020
New Revision: 542987
URL: https://svnweb.freebsd.org/changeset/ports/542987

Log:
  dns/powerdns-recursor: update to 4.3.3
  
  PR:		248207
  Submitted by:	Ralf van der Enden <tremere@cainites.net> (maintainer)

Modified:
  head/dns/powerdns-recursor/Makefile   (contents, props changed)
  head/dns/powerdns-recursor/distinfo   (contents, props changed)

Modified: head/dns/powerdns-recursor/Makefile
==============================================================================
--- head/dns/powerdns-recursor/Makefile	Fri Jul 24 02:44:07 2020	(r542986)
+++ head/dns/powerdns-recursor/Makefile	Fri Jul 24 02:45:21 2020	(r542987)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	recursor
-DISTVERSION=	4.3.2
+DISTVERSION=	4.3.3
 CATEGORIES=	dns
 MASTER_SITES=	http://downloads.powerdns.com/releases/
 PKGNAMEPREFIX=	powerdns-
@@ -39,13 +39,21 @@ SUB_FILES=	pkg-message
 USERS=		pdns_recursor
 GROUPS=		pdns
 
-OPTIONS_DEFINE=	LUAJIT
+OPTIONS_DEFAULT=	LUA
+OPTIONS_SINGLE=		EXTLUA
+OPTIONS_SINGLE_EXTLUA=	LUA LUAJIT LUAJITOR
 
-LUAJIT_DESC=	Use LuaJIT instead of Lua
+LUAJITOR_DESC=	Use lang/luajit-openresty
+LUAJIT_DESC=	Use lang/luajit
+LUA_DESC=	Use lang/lua
 
-LUAJIT_LIB_DEPENDS=	libluajit-5.1.so.2:lang/luajit-openresty
-LUAJIT_USES_OFF=	lua
+LUAJITOR_LIB_DEPENDS=	libluajit-5.1.so.2:lang/luajit-openresty
+LUAJITOR_CONFIGURE_ON=	--with-lua=luajit
+
+LUAJIT_LIB_DEPENDS=	libluajit-5.1.so.2:lang/luajit
 LUAJIT_CONFIGURE_ON=	--with-lua=luajit
+
+LUA_USES=	lua
 
 .include <bsd.port.pre.mk>
 

Modified: head/dns/powerdns-recursor/distinfo
==============================================================================
--- head/dns/powerdns-recursor/distinfo	Fri Jul 24 02:44:07 2020	(r542986)
+++ head/dns/powerdns-recursor/distinfo	Fri Jul 24 02:45:21 2020	(r542987)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1593680318
-SHA256 (pdns-recursor-4.3.2.tar.bz2) = fcaeba94d5005ec3b973c1800d22eee686f785d3e635ad495d6f44067a4561e1
-SIZE (pdns-recursor-4.3.2.tar.bz2) = 1354549
+TIMESTAMP = 1594982937
+SHA256 (pdns-recursor-4.3.3.tar.bz2) = 0bbc481d10806233579712a1e4d5f5ee27ca9860e10aa6e1ec317f032bea1508
+SIZE (pdns-recursor-4.3.3.tar.bz2) = 1357853



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007240245.06O2jLqm075407>