Date: Tue, 15 Jan 2019 00:39:09 +0000 (UTC) From: Ryan Steinmetz <zi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r490326 - head/dns/gdnsd2 Message-ID: <201901150039.x0F0d9b4010184@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: zi Date: Tue Jan 15 00:39:09 2019 New Revision: 490326 URL: https://svnweb.freebsd.org/changeset/ports/490326 Log: - Re-add MAXMINDDB as default OPTION - Bump PORTREVISION Reported by: adamw Modified: head/dns/gdnsd2/Makefile Modified: head/dns/gdnsd2/Makefile ============================================================================== --- head/dns/gdnsd2/Makefile Tue Jan 15 00:33:36 2019 (r490325) +++ head/dns/gdnsd2/Makefile Tue Jan 15 00:39:09 2019 (r490326) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901150039.x0F0d9b4010184>