View | Details | Raw Unified | Return to bug 248207
Collapse All | Expand All

(-)Makefile (-5 / +13 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	recursor
4
PORTNAME=	recursor
5
DISTVERSION=	4.3.2
5
DISTVERSION=	4.3.3
6
CATEGORIES=	dns
6
CATEGORIES=	dns
7
MASTER_SITES=	http://downloads.powerdns.com/releases/
7
MASTER_SITES=	http://downloads.powerdns.com/releases/
8
PKGNAMEPREFIX=	powerdns-
8
PKGNAMEPREFIX=	powerdns-
Lines 39-52 Link Here
39
USERS=		pdns_recursor
39
USERS=		pdns_recursor
40
GROUPS=		pdns
40
GROUPS=		pdns
41
41
42
OPTIONS_DEFINE=	LUAJIT
42
OPTIONS_DEFAULT=	LUA
43
OPTIONS_SINGLE=		EXTLUA
44
OPTIONS_SINGLE_EXTLUA=	LUA LUAJIT LUAJITOR
43
45
44
LUAJIT_DESC=	Use LuaJIT instead of Lua
46
LUAJITOR_DESC=	Use lang/luajit-openresty
47
LUAJIT_DESC=	Use lang/luajit
48
LUA_DESC=	Use lang/lua
45
49
46
LUAJIT_LIB_DEPENDS=	libluajit-5.1.so.2:lang/luajit-openresty
50
LUAJITOR_LIB_DEPENDS=	libluajit-5.1.so.2:lang/luajit-openresty
47
LUAJIT_USES_OFF=	lua
51
LUAJITOR_CONFIGURE_ON=	--with-lua=luajit
52
53
LUAJIT_LIB_DEPENDS=	libluajit-5.1.so.2:lang/luajit
48
LUAJIT_CONFIGURE_ON=	--with-lua=luajit
54
LUAJIT_CONFIGURE_ON=	--with-lua=luajit
49
55
56
LUA_USES=	lua
57
50
.include <bsd.port.pre.mk>
58
.include <bsd.port.pre.mk>
51
59
52
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200085 && ${SSL_DEFAULT} != openssl
60
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200085 && ${SSL_DEFAULT} != openssl
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1593680318
1
TIMESTAMP = 1594982937
2
SHA256 (pdns-recursor-4.3.2.tar.bz2) = fcaeba94d5005ec3b973c1800d22eee686f785d3e635ad495d6f44067a4561e1
2
SHA256 (pdns-recursor-4.3.3.tar.bz2) = 0bbc481d10806233579712a1e4d5f5ee27ca9860e10aa6e1ec317f032bea1508
3
SIZE (pdns-recursor-4.3.2.tar.bz2) = 1354549
3
SIZE (pdns-recursor-4.3.3.tar.bz2) = 1357853

Return to bug 248207