diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2012-09-13 20:09:21 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2012-09-13 20:09:21 +0800 |
commit | ecb34c808364eedd93838b97a35d35a40de4560c (patch) | |
tree | aabeaf8d210763e0605a84fe19841610b7692292 /dns/gdnsd | |
parent | 918b54a43549f4db96cb4952e0f8acbab47caf51 (diff) | |
download | freebsd-ports-gnome-ecb34c808364eedd93838b97a35d35a40de4560c.tar.gz freebsd-ports-gnome-ecb34c808364eedd93838b97a35d35a40de4560c.tar.zst freebsd-ports-gnome-ecb34c808364eedd93838b97a35d35a40de4560c.zip |
- Update to 1.6.8 [1]
- Update WWW to new location [1]
- Switch to GNU_CONFIGURE so that PREFIX is
properly respected on install, when not
set to LOCALBASE
PR: ports/170817 [1]
Submitted by: Stefan Caunter <stef@scaleengine.com> (maintainer)
Diffstat (limited to 'dns/gdnsd')
-rw-r--r-- | dns/gdnsd/Makefile | 10 | ||||
-rw-r--r-- | dns/gdnsd/distinfo | 4 | ||||
-rw-r--r-- | dns/gdnsd/pkg-descr | 2 | ||||
-rw-r--r-- | dns/gdnsd/pkg-plist | 2 |
4 files changed, 8 insertions, 10 deletions
diff --git a/dns/gdnsd/Makefile b/dns/gdnsd/Makefile index 49e364b0cdf5..597d586e9dee 100644 --- a/dns/gdnsd/Makefile +++ b/dns/gdnsd/Makefile @@ -6,10 +6,10 @@ # PORTNAME= gdnsd -PORTVERSION= 1.6.7 +PORTVERSION= 1.6.8 CATEGORIES= dns -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} -MASTER_SITES+= http://gdnsd.scaleengine.net/gdnsd/ +MASTER_SITES= https://github.com/blblack/gdnsd/downloads/ \ + http://gdnsd.scaleengine.net/gdnsd/ MAINTAINER= ports@scaleengine.com COMMENT= Authoritative-only GeoIP-aware DNS server @@ -18,7 +18,7 @@ LICENSE= GPLv3 OPTIONS_DEFINE= GEOIP -HAS_CONFIGURE= yes +GNU_CONFIGURE= yes MAKE_JOBS_SAFE= yes USE_LDCONFIG= yes @@ -32,8 +32,6 @@ MANCOMPRESSED= no USE_RC_SUBR= gdnsd -CONFIGURE_ARGS+= --mandir=${PREFIX}/man - .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MWITH_GEOIP} diff --git a/dns/gdnsd/distinfo b/dns/gdnsd/distinfo index 9673e135587d..2c1583366c6d 100644 --- a/dns/gdnsd/distinfo +++ b/dns/gdnsd/distinfo @@ -1,2 +1,2 @@ -SHA256 (gdnsd-1.6.7.tar.gz) = 39bf9849a586564f60319e4012edc037633077780060a4f925c418871d6d8672 -SIZE (gdnsd-1.6.7.tar.gz) = 942433 +SHA256 (gdnsd-1.6.8.tar.gz) = fcc55db9bfa68bfab083648bcee7e997c394360ce4d5bc8459dc655ce520a65f +SIZE (gdnsd-1.6.8.tar.gz) = 953675 diff --git a/dns/gdnsd/pkg-descr b/dns/gdnsd/pkg-descr index 7f1c888e5693..948cbd4099af 100644 --- a/dns/gdnsd/pkg-descr +++ b/dns/gdnsd/pkg-descr @@ -9,4 +9,4 @@ gdnsd is written in C using libev and pthreads with a focus on highi performance low latency service. It does not offer any form of caching or recursive service, and does not support DNSSEC. -WWW: http://code.google.com/p/gdnsd/ +WWW: https://github.com/blblack/gdnsd/ diff --git a/dns/gdnsd/pkg-plist b/dns/gdnsd/pkg-plist index 908df42cf36c..fa09417f1998 100644 --- a/dns/gdnsd/pkg-plist +++ b/dns/gdnsd/pkg-plist @@ -30,7 +30,7 @@ include/gdnsd-vscf.h %%DOCSDIR%%/gdnsd-plugin-weighted.txt %%DOCSDIR%%/AUTHORS %%DOCSDIR%%/gdnsd-plugin-simplefo.pod -%%DOCSDIR%%/README +%%DOCSDIR%%/README.md %%DOCSDIR%%/gdnsd_geoip_test.txt %%DOCSDIR%%/gdnsd-plugin-metafo.pod %%DOCSDIR%%/gdnsd-plugin-geoip.txt |