Date: Wed, 17 Dec 2014 14:36:02 +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: r374850 - head/dns/gdnsd2 Message-ID: <201412171436.sBHEa2YI017949@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: zi Date: Wed Dec 17 14:36:01 2014 New Revision: 374850 URL: https://svnweb.freebsd.org/changeset/ports/374850 QAT: https://qat.redports.org/buildarchive/r374850/ Log: - Mark IGNORE on 9.0-9.2 due to build failures - Remove trailing whitespace from pkg-descr - Bump PORTREVISION Modified: head/dns/gdnsd2/Makefile head/dns/gdnsd2/pkg-descr Modified: head/dns/gdnsd2/Makefile ============================================================================== --- head/dns/gdnsd2/Makefile Wed Dec 17 14:32:59 2014 (r374849) +++ head/dns/gdnsd2/Makefile Wed Dec 17 14:36:01 2014 (r374850) @@ -3,6 +3,7 @@ PORTNAME= gdnsd PORTVERSION= 2.1.0 +PORTREVISION= 1 CATEGORIES= dns MASTER_SITES= https://github.com/blblack/gdnsd/releases/download/v${PORTVERSION}/ \ http://mirrors.rit.edu/zi/ \ @@ -42,6 +43,12 @@ URCU_DESC= Read-Copy-Update Support (Fa URCU_CONFIGURE_WITH= urcu URCU_LIB_DEPENDS= liburcu.so:${PORTSDIR}/sysutils/liburcu +.include <bsd.port.pre.mk> + +.if (${OSVERSION} >= 900000 && ${OSVERSION} < 903000) +IGNORE= you must be running FreeBSD 9.3 or higher +.endif + post-patch: @${REINPLACE_CMD} -e 's|$${localstatedir}/lib/$${PACKAGE_NAME}|/var/db/${PORTNAME}|g' \ ${WRKSRC}/configure @@ -53,4 +60,4 @@ post-install: ${STAGEDIR}${PREFIX}/etc/gdnsd/zones \ ${STAGEDIR}/var/run/gdnsd -.include <bsd.port.mk> +.include <bsd.port.post.mk> Modified: head/dns/gdnsd2/pkg-descr ============================================================================== --- head/dns/gdnsd2/pkg-descr Wed Dec 17 14:32:59 2014 (r374849) +++ head/dns/gdnsd2/pkg-descr Wed Dec 17 14:36:01 2014 (r374850) @@ -1,13 +1,13 @@ gdnsd is an Authoritative-only DNS server. The initial g stands for Geographic, as gdnsd offers a plugin system for -geographic (or other sorts of) balancing, redirection, and -service-state-conscious failover. If you don't care about that feature, -it's still quite good at being a very fast, lean, and resilient +geographic (or other sorts of) balancing, redirection, and +service-state-conscious failover. If you don't care about that feature, +it's still quite good at being a very fast, lean, and resilient authoritative-only server for static DNS data. -gdnsd is written in C using libev and pthreads with a focus on high -performance, low latency service. It does not offer any form of caching or +gdnsd is written in C using libev and pthreads with a focus on high +performance, low latency service. It does not offer any form of caching or recursive service, and does not support DNSSEC. WWW: https://github.com/blblack/gdnsd/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412171436.sBHEa2YI017949>