[Midnightbsd-cvs] mports [23525] trunk/dns: update ssl config for dns
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat May 12 11:03:22 EDT 2018
Revision: 23525
http://svnweb.midnightbsd.org/mports/?rev=23525
Author: laffer1
Date: 2018-05-12 11:03:21 -0400 (Sat, 12 May 2018)
Log Message:
-----------
update ssl config for dns
Modified Paths:
--------------
trunk/dns/ldns/Makefile
trunk/dns/samba-nsupdate/Makefile
trunk/dns/unbound/Makefile
Modified: trunk/dns/ldns/Makefile
===================================================================
--- trunk/dns/ldns/Makefile 2018-05-12 15:02:12 UTC (rev 23524)
+++ trunk/dns/ldns/Makefile 2018-05-12 15:03:21 UTC (rev 23525)
@@ -2,7 +2,7 @@
PORTNAME= ldns
PORTVERSION= 1.6.17
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= dns
MASTER_SITES= http://www.nlnetlabs.nl/downloads/ldns/ \
FREEBSD_LOCAL/ehaupt
@@ -14,8 +14,7 @@
LICENSE_FILE= ${WRKSRC}/LICENSE
GNU_CONFIGURE= yes
-USES= gmake libtool
-USE_OPENSSL= yes
+USES= gmake libtool ssl
USE_LDCONFIG= yes
.if ! (defined(BUILD_PYLDNS) || defined(BUILD_P5PERL))
Modified: trunk/dns/samba-nsupdate/Makefile
===================================================================
--- trunk/dns/samba-nsupdate/Makefile 2018-05-12 15:02:12 UTC (rev 23524)
+++ trunk/dns/samba-nsupdate/Makefile 2018-05-12 15:03:21 UTC (rev 23525)
@@ -2,6 +2,7 @@
PORTNAME= nsupdate
PORTVERSION= 9.8.6
+PORTREVISION= 1
CATEGORIES= dns net ipv6
MASTER_SITES= ${MASTER_SITE_ISC}
MASTER_SITE_SUBDIR= bind9/${ISCVERSION}
@@ -18,7 +19,7 @@
MAKE_JOBS_UNSAFE= yes
-USE_OPENSSL= yes
+USES= ssl
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= \
Modified: trunk/dns/unbound/Makefile
===================================================================
--- trunk/dns/unbound/Makefile 2018-05-12 15:02:12 UTC (rev 23524)
+++ trunk/dns/unbound/Makefile 2018-05-12 15:03:21 UTC (rev 23525)
@@ -12,9 +12,8 @@
LICENSE= bsd3
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES+= cpe gmake libtool
+USES+= cpe gmake libtool ssl
CPE_VENDOR= nlnetlabs
-USE_OPENSSL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-ssl=${OPENSSLBASE} --with-libexpat=${LOCALBASE}
USE_LDCONFIG= yes
More information about the Midnightbsd-cvs
mailing list