diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2014-02-22 13:10:00 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2014-02-22 13:10:00 +0000 |
commit | 4c7a2bdcb3960adcfafebf629c9c8c85cf2ef54a (patch) | |
tree | 5ad0c1fbf689bc8dcc2ef642b6194e6c8d344ffc /dns/gdnsd/Makefile | |
parent | 336f0851eb1e9ef7a1b740d11765948dc6dbc935 (diff) | |
download | ports-4c7a2bdcb3960adcfafebf629c9c8c85cf2ef54a.tar.gz ports-4c7a2bdcb3960adcfafebf629c9c8c85cf2ef54a.zip |
Notes
Diffstat (limited to 'dns/gdnsd/Makefile')
-rw-r--r-- | dns/gdnsd/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/dns/gdnsd/Makefile b/dns/gdnsd/Makefile index da5c3d490837..85bc6c4ae869 100644 --- a/dns/gdnsd/Makefile +++ b/dns/gdnsd/Makefile @@ -2,11 +2,13 @@ # $FreeBSD$ PORTNAME= gdnsd -PORTVERSION= 1.11.0 +PORTVERSION= 1.11.1 CATEGORIES= dns -MASTER_SITES= http://downloads.gdnsd.net/ \ +MASTER_SITES= https://github.com/blblack/gdnsd/releases/download/v${PORTVERSION}/ \ http://gdnsd.scaleengine.net/gdnsd/ +FETCH_ARGS= -Fpr + MAINTAINER= ports@scaleengine.com COMMENT= Authoritative-only GeoIP-aware DNS server @@ -26,7 +28,7 @@ USE_RC_SUBR= gdnsd USERS?= gdnsd GROUPS?= gdnsd -OPTIONS_DEFINE= GEOIP URCU +OPTIONS_DEFINE= DOCS GEOIP URCU GEOIP_DESC= Enable GeoIP Support GEOIP_RUN_DEPENDS= ${LOCALBASE}/share/GeoIP/GeoIP.dat:${PORTSDIR}/net/GeoIP |