diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2017-02-20 02:57:04 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2017-02-20 02:57:04 +0000 |
commit | a9425224f10817058f5b991255cf3a7c71c0b356 (patch) | |
tree | a7fed64054defb433132b1227a0e77028e02fb2f /dns | |
parent | 0035e437637bd3cb16ac0a9e3a90ab639ace3666 (diff) | |
download | ports-a9425224f10817058f5b991255cf3a7c71c0b356.tar.gz ports-a9425224f10817058f5b991255cf3a7c71c0b356.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/adsuck/Makefile | 4 | ||||
-rw-r--r-- | dns/dnscrypt-wrapper/Makefile | 3 | ||||
-rw-r--r-- | dns/dnsproxy/Makefile | 4 | ||||
-rw-r--r-- | dns/getdns/Makefile | 4 | ||||
-rw-r--r-- | dns/nsd/Makefile | 4 | ||||
-rw-r--r-- | dns/openmdns/Makefile | 6 | ||||
-rw-r--r-- | dns/unbound/Makefile | 4 |
7 files changed, 15 insertions, 14 deletions
diff --git a/dns/adsuck/Makefile b/dns/adsuck/Makefile index 32683a9acd92..e30eaa2dbf44 100644 --- a/dns/adsuck/Makefile +++ b/dns/adsuck/Makefile @@ -3,7 +3,7 @@ PORTNAME= adsuck PORTVERSION= 2.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= dns MASTER_SITES= http://opensource.conformal.com/snapshots/adsuck/ \ http://philpep.org/pub/ @@ -14,7 +14,7 @@ COMMENT= DNS relay for ad blocking LICENSE= ISCL -LIB_DEPENDS+= libevent.so:devel/libevent2 \ +LIB_DEPENDS+= libevent.so:devel/libevent \ libldns.so:dns/ldns CFLAGS+= -I${LOCALBASE}/include diff --git a/dns/dnscrypt-wrapper/Makefile b/dns/dnscrypt-wrapper/Makefile index 08c5e6c27e21..a34bbb9a24ee 100644 --- a/dns/dnscrypt-wrapper/Makefile +++ b/dns/dnscrypt-wrapper/Makefile @@ -3,6 +3,7 @@ PORTNAME= dnscrypt-wrapper PORTVERSION= 0.2.2 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= dns MAINTAINER= freebsd@toyingwithfate.com @@ -12,7 +13,7 @@ LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libsodium.so:security/libsodium \ - libevent.so:devel/libevent2 + libevent.so:devel/libevent USE_GITHUB= yes GH_ACCOUNT= cofyc diff --git a/dns/dnsproxy/Makefile b/dns/dnsproxy/Makefile index a22f9286b63d..4bd55de35008 100644 --- a/dns/dnsproxy/Makefile +++ b/dns/dnsproxy/Makefile @@ -3,14 +3,14 @@ PORTNAME= dnsproxy PORTVERSION= 1.17 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns MASTER_SITES= http://www.wolfermann.org/ MAINTAINER= ports@FreeBSD.org COMMENT= proxy for DNS queries -LIB_DEPENDS= libevent.so:devel/libevent2 +LIB_DEPENDS= libevent.so:devel/libevent GNU_CONFIGURE= yes diff --git a/dns/getdns/Makefile b/dns/getdns/Makefile index 3d0352b1c4bd..b1cb7d906fb8 100644 --- a/dns/getdns/Makefile +++ b/dns/getdns/Makefile @@ -3,7 +3,7 @@ PORTNAME= getdns PORTVERSION= 1.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= dns ipv6 MASTER_SITES= https://getdnsapi.net/dist/ \ https://mirrors.rit.edu/zi/ \ @@ -44,7 +44,7 @@ LIBEV_LIB_DEPENDS= libev.so:devel/libev LIBEV_CONFIGURE_WITH= libev LIBUV_LIB_DEPENDS= libuv.so:devel/libuv LIBUV_CONFIGURE_WITH= libuv -LIBEVENT_LIB_DEPENDS= libevent.so:devel/libevent2 +LIBEVENT_LIB_DEPENDS= libevent.so:devel/libevent LIBEVENT_CONFIGURE_WITH=libevent DIAGS_VARS= PLIST_FILES+=bin/${PORTNAME}_query DIAGS_LIB_DEPENDS= libcheck.so:devel/check diff --git a/dns/nsd/Makefile b/dns/nsd/Makefile index aa3891fbd684..bca2e19fb2a7 100644 --- a/dns/nsd/Makefile +++ b/dns/nsd/Makefile @@ -3,7 +3,7 @@ PORTNAME= nsd PORTVERSION= 4.1.14 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns ipv6 MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/ \ ftp://ftp.rhnet.is/pub/nsd/ @@ -70,7 +70,7 @@ ZONE_STATS_DESC= Separate statistics for each zone MUNIN_PLUGIN_DESC= Install Munin plugin (requires BIND8_STATS) RADIXTREE_DESC= Enabled: more (15%) memory use but less CPU cycles -LIB_DEPENDS+= libevent.so:devel/libevent2 +LIB_DEPENDS+= libevent.so:devel/libevent ROOT_SERVER_CONFIGURE_ENABLE= root-server LARGEFILE_CONFIGURE_ENABLE= largefile diff --git a/dns/openmdns/Makefile b/dns/openmdns/Makefile index c8c9b29ebb7d..5c5c90132091 100644 --- a/dns/openmdns/Makefile +++ b/dns/openmdns/Makefile @@ -3,7 +3,7 @@ PORTNAME= openmdns DISTVERSION= 0.6-15 DISTVERSIONSUFFIX= -gd76ce05 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns MAINTAINER= jbeich@FreeBSD.org @@ -37,10 +37,10 @@ GROUPS= _mdnsd OPTIONS_DEFINE= DOCS STATIC -STATIC_BUILD_DEPENDS= ${LOCALBASE}/lib/libevent.a:devel/libevent2 \ +STATIC_BUILD_DEPENDS= ${LOCALBASE}/lib/libevent.a:devel/libevent \ ${LOCALBASE}/lib/libopenbsd.a:devel/libopenbsd STATIC_MAKE_ENV= NO_SHARED=1 -STATIC_LIB_DEPENDS_OFF= libevent.so:devel/libevent2 \ +STATIC_LIB_DEPENDS_OFF= libevent.so:devel/libevent \ libopenbsd.so:devel/libopenbsd post-patch: diff --git a/dns/unbound/Makefile b/dns/unbound/Makefile index 0bb4f88e092f..f0bbee203999 100644 --- a/dns/unbound/Makefile +++ b/dns/unbound/Makefile @@ -3,7 +3,7 @@ PORTNAME= unbound PORTVERSION= 1.6.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns MASTER_SITES= http://unbound.net/downloads/ @@ -57,7 +57,7 @@ GOST_CONFIGURE_ENABLE= gost GOST_VARS= DEPENDS_ARGS+=WITH_GOST=yes LIBEVENT_CONFIGURE_WITH=libevent LIBEVENT_CPPFLAGS+= $$(pkg-config libevent --cflags-only-I) -LIBEVENT_LIB_DEPENDS= libevent.so:devel/libevent2 +LIBEVENT_LIB_DEPENDS= libevent.so:devel/libevent LIBEVENT_LDFLAGS+= $$(pkg-config libevent --libs-only-L) LIBEVENT_USES= pkgconfig MUNIN_PLUGIN_SUB_FILES= pkg-message |