- 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)
This commit is contained in:
Bryan Drewery 2012-09-13 12:09:21 +00:00
parent acf3a253a7
commit 3d50f7053c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=304202
4 changed files with 8 additions and 10 deletions

View file

@ -6,10 +6,10 @@
# #
PORTNAME= gdnsd PORTNAME= gdnsd
PORTVERSION= 1.6.7 PORTVERSION= 1.6.8
CATEGORIES= dns CATEGORIES= dns
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} MASTER_SITES= https://github.com/blblack/gdnsd/downloads/ \
MASTER_SITES+= http://gdnsd.scaleengine.net/gdnsd/ http://gdnsd.scaleengine.net/gdnsd/
MAINTAINER= ports@scaleengine.com MAINTAINER= ports@scaleengine.com
COMMENT= Authoritative-only GeoIP-aware DNS server COMMENT= Authoritative-only GeoIP-aware DNS server
@ -18,7 +18,7 @@ LICENSE= GPLv3
OPTIONS_DEFINE= GEOIP OPTIONS_DEFINE= GEOIP
HAS_CONFIGURE= yes GNU_CONFIGURE= yes
MAKE_JOBS_SAFE= yes MAKE_JOBS_SAFE= yes
USE_LDCONFIG= yes USE_LDCONFIG= yes
@ -32,8 +32,6 @@ MANCOMPRESSED= no
USE_RC_SUBR= gdnsd USE_RC_SUBR= gdnsd
CONFIGURE_ARGS+= --mandir=${PREFIX}/man
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MWITH_GEOIP} .if ${PORT_OPTIONS:MWITH_GEOIP}

View file

@ -1,2 +1,2 @@
SHA256 (gdnsd-1.6.7.tar.gz) = 39bf9849a586564f60319e4012edc037633077780060a4f925c418871d6d8672 SHA256 (gdnsd-1.6.8.tar.gz) = fcc55db9bfa68bfab083648bcee7e997c394360ce4d5bc8459dc655ce520a65f
SIZE (gdnsd-1.6.7.tar.gz) = 942433 SIZE (gdnsd-1.6.8.tar.gz) = 953675

View file

@ -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, low latency service. It does not offer any form of caching or recursive service,
and does not support DNSSEC. and does not support DNSSEC.
WWW: http://code.google.com/p/gdnsd/ WWW: https://github.com/blblack/gdnsd/

View file

@ -30,7 +30,7 @@ include/gdnsd-vscf.h
%%DOCSDIR%%/gdnsd-plugin-weighted.txt %%DOCSDIR%%/gdnsd-plugin-weighted.txt
%%DOCSDIR%%/AUTHORS %%DOCSDIR%%/AUTHORS
%%DOCSDIR%%/gdnsd-plugin-simplefo.pod %%DOCSDIR%%/gdnsd-plugin-simplefo.pod
%%DOCSDIR%%/README %%DOCSDIR%%/README.md
%%DOCSDIR%%/gdnsd_geoip_test.txt %%DOCSDIR%%/gdnsd_geoip_test.txt
%%DOCSDIR%%/gdnsd-plugin-metafo.pod %%DOCSDIR%%/gdnsd-plugin-metafo.pod
%%DOCSDIR%%/gdnsd-plugin-geoip.txt %%DOCSDIR%%/gdnsd-plugin-geoip.txt