aboutsummaryrefslogtreecommitdiff
path: root/dns/gdnsd2
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2019-01-13 20:58:36 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2019-01-13 20:58:36 +0000
commit2eb84a7a059fb89765e1d2e0676b6649fe4d384c (patch)
tree0ab3646146acd5dfea61c57f28f979f6613d0336 /dns/gdnsd2
parent8634eafdb93075a48cc744574b5ea40bec528073 (diff)
downloadports-2eb84a7a059fb89765e1d2e0676b6649fe4d384c.tar.gz
ports-2eb84a7a059fb89765e1d2e0676b6649fe4d384c.zip
Remove GeoIP-related options. Where possible, replace GeoIP 1 defaults
with GeoIP 2. Also, as suggested by zi, add an UPDATING note about this.
Notes
Notes: svn path=/head/; revision=490211
Diffstat (limited to 'dns/gdnsd2')
-rw-r--r--dns/gdnsd2/Makefile11
1 files changed, 2 insertions, 9 deletions
diff --git a/dns/gdnsd2/Makefile b/dns/gdnsd2/Makefile
index 167675ef48e9..72a28093653f 100644
--- a/dns/gdnsd2/Makefile
+++ b/dns/gdnsd2/Makefile
@@ -3,6 +3,7 @@
PORTNAME= gdnsd
PORTVERSION= 2.4.0
+PORTREVISION= 1
CATEGORIES= dns
MASTER_SITES= https://github.com/gdnsd/gdnsd/releases/download/v${PORTVERSION}/ \
ZI \
@@ -33,15 +34,7 @@ USE_RC_SUBR= gdnsd
USERS?= gdnsd
GROUPS?= gdnsd
-OPTIONS_DEFINE= DOCS URCU
-OPTIONS_DEFAULT=MAXMINDDB
-
-OPTIONS_RADIO= GEOLIB
-OPTIONS_RADIO_GEOLIB= GEOIP MAXMINDDB
-GEOLIB_DESC= GeoIP backend
-
-GEOIP_DESC= Enable GeoIP1 Support
-GEOIP_LIB_DEPENDS= libGeoIP.so:net/GeoIP
+OPTIONS_DEFINE= DOCS MAXMINDDB URCU
MAXMINDDB_DESC= Enable GeoIP1 + GeoIP2 Support
MAXMINDDB_LIB_DEPENDS= libmaxminddb.so:net/libmaxminddb