diff options
author | Ryan Steinmetz <zi@FreeBSD.org> | 2019-01-15 00:39:09 +0000 |
---|---|---|
committer | Ryan Steinmetz <zi@FreeBSD.org> | 2019-01-15 00:39:09 +0000 |
commit | 329bce59ccd9ba8b5f4d3c32c4604045d90ce372 (patch) | |
tree | 69b9d70ba6383fd6e7b0c42c81009f14b9cf9daa /dns | |
parent | fee1f728f31a82ca946bb41a0699521cfed0afbb (diff) |
- Re-add MAXMINDDB as default OPTION
- Bump PORTREVISION
Reported by: adamw
Notes
Notes:
svn path=/head/; revision=490326
Diffstat (limited to 'dns')
-rw-r--r-- | dns/gdnsd2/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dns/gdnsd2/Makefile b/dns/gdnsd2/Makefile index 430467c5da02..7a501a0557d6 100644 --- a/dns/gdnsd2/Makefile +++ b/dns/gdnsd2/Makefile @@ -3,6 +3,7 @@ PORTNAME= gdnsd PORTVERSION= 2.4.1 +PORTREVISION= 1 CATEGORIES= dns MASTER_SITES= https://github.com/gdnsd/gdnsd/releases/download/v${PORTVERSION}/ \ ZI \ @@ -34,6 +35,7 @@ USERS?= gdnsd GROUPS?= gdnsd OPTIONS_DEFINE= DOCS MAXMINDDB URCU +OPTIONS_DEFAULT=MAXMINDDB MAXMINDDB_DESC= Enable GeoIP1 + GeoIP2 Support MAXMINDDB_LIB_DEPENDS= libmaxminddb.so:net/libmaxminddb |