Date: Sat, 22 Feb 2014 13:10:00 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r345634 - head/dns/gdnsd Message-ID: <201402221310.s1MDA0jL054070@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Sat Feb 22 13:10:00 2014 New Revision: 345634 URL: http://svnweb.freebsd.org/changeset/ports/345634 QAT: https://qat.redports.org/buildarchive/r345634/ Log: Update to version 1.11.1 PR: ports/186878 Submitted by: maintainer Modified: head/dns/gdnsd/Makefile head/dns/gdnsd/distinfo head/dns/gdnsd/pkg-plist Modified: head/dns/gdnsd/Makefile ============================================================================== --- head/dns/gdnsd/Makefile Sat Feb 22 13:06:43 2014 (r345633) +++ head/dns/gdnsd/Makefile Sat Feb 22 13:10:00 2014 (r345634) @@ -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 Modified: head/dns/gdnsd/distinfo ============================================================================== --- head/dns/gdnsd/distinfo Sat Feb 22 13:06:43 2014 (r345633) +++ head/dns/gdnsd/distinfo Sat Feb 22 13:10:00 2014 (r345634) @@ -1,2 +1,2 @@ -SHA256 (gdnsd-1.11.0.tar.xz) = 45c60d3c739d3b4e25777edc3d552b093275b20226e610cbacbb143300412c94 -SIZE (gdnsd-1.11.0.tar.xz) = 627912 +SHA256 (gdnsd-1.11.1.tar.xz) = 5c560753e9c07631904fad84b422797e520079b989f6b5d912057bc2ca81e7e5 +SIZE (gdnsd-1.11.1.tar.xz) = 629060 Modified: head/dns/gdnsd/pkg-plist ============================================================================== --- head/dns/gdnsd/pkg-plist Sat Feb 22 13:06:43 2014 (r345633) +++ head/dns/gdnsd/pkg-plist Sat Feb 22 13:10:00 2014 (r345634) @@ -1,4 +1,5 @@ bin/gdnsd_geoip_test +etc/rc.d/gdnsd include/gdnsd/compiler.h include/gdnsd/dmn.h include/gdnsd/dname.h @@ -11,7 +12,6 @@ include/gdnsd/plugapi.h include/gdnsd/plugin.h include/gdnsd/stats.h include/gdnsd/vscf.h -@dirrm include/gdnsd lib/gdnsd/libgdnsd.la lib/gdnsd/libgdnsd.so lib/gdnsd/plugin_extmon.la @@ -36,39 +36,7 @@ lib/gdnsd/plugin_tcp_connect.la lib/gdnsd/plugin_tcp_connect.so lib/gdnsd/plugin_weighted.la lib/gdnsd/plugin_weighted.so -@dirrm lib/gdnsd libexec/gdnsd/gdnsd_extmon_helper -@dirrm libexec/gdnsd -sbin/gdnsd -%%DOCSDIR%%/AUTHORS -%%DOCSDIR%%/COPYING -%%DOCSDIR%%/INSTALL -%%DOCSDIR%%/NEWS -%%DOCSDIR%%/README.md -%%DOCSDIR%%/gdnsd-plugin-api.pod -%%DOCSDIR%%/gdnsd-plugin-api.txt -%%DOCSDIR%%/gdnsd-plugin-extmon.pod -%%DOCSDIR%%/gdnsd-plugin-extmon.txt -%%DOCSDIR%%/gdnsd-plugin-geoip.pod -%%DOCSDIR%%/gdnsd-plugin-geoip.txt -%%DOCSDIR%%/gdnsd-plugin-metafo.pod -%%DOCSDIR%%/gdnsd-plugin-metafo.txt -%%DOCSDIR%%/gdnsd-plugin-multifo.pod -%%DOCSDIR%%/gdnsd-plugin-multifo.txt -%%DOCSDIR%%/gdnsd-plugin-simplefo.pod -%%DOCSDIR%%/gdnsd-plugin-simplefo.txt -%%DOCSDIR%%/gdnsd-plugin-weighted.pod -%%DOCSDIR%%/gdnsd-plugin-weighted.txt -%%DOCSDIR%%/gdnsd.config.pod -%%DOCSDIR%%/gdnsd.config.txt -%%DOCSDIR%%/gdnsd.pod -%%DOCSDIR%%/gdnsd.txt -%%DOCSDIR%%/gdnsd.zonefile.pod -%%DOCSDIR%%/gdnsd.zonefile.txt -%%DOCSDIR%%/gdnsd_geoip_test.pod -%%DOCSDIR%%/gdnsd_geoip_test.txt -%%DOCSDIR%%/gdnsd_manual.pod -%%DOCSDIR%%/gdnsd_manual.txt man/man1/gdnsd_geoip_test.1.gz man/man3/gdnsd-plugin-api.3.gz man/man5/gdnsd.config.5.gz @@ -80,9 +48,42 @@ man/man8/gdnsd-plugin-multifo.8.gz man/man8/gdnsd-plugin-simplefo.8.gz man/man8/gdnsd-plugin-weighted.8.gz man/man8/gdnsd.8.gz -@dirrm %%DOCSDIR%% +sbin/gdnsd +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/INSTALL +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README.md +%%PORTDOCS%%%%DOCSDIR%%/gdnsd-plugin-api.pod +%%PORTDOCS%%%%DOCSDIR%%/gdnsd-plugin-api.txt +%%PORTDOCS%%%%DOCSDIR%%/gdnsd-plugin-extmon.pod +%%PORTDOCS%%%%DOCSDIR%%/gdnsd-plugin-extmon.txt +%%PORTDOCS%%%%DOCSDIR%%/gdnsd-plugin-geoip.pod +%%PORTDOCS%%%%DOCSDIR%%/gdnsd-plugin-geoip.txt +%%PORTDOCS%%%%DOCSDIR%%/gdnsd-plugin-metafo.pod +%%PORTDOCS%%%%DOCSDIR%%/gdnsd-plugin-metafo.txt +%%PORTDOCS%%%%DOCSDIR%%/gdnsd-plugin-multifo.pod +%%PORTDOCS%%%%DOCSDIR%%/gdnsd-plugin-multifo.txt +%%PORTDOCS%%%%DOCSDIR%%/gdnsd-plugin-simplefo.pod +%%PORTDOCS%%%%DOCSDIR%%/gdnsd-plugin-simplefo.txt +%%PORTDOCS%%%%DOCSDIR%%/gdnsd-plugin-weighted.pod +%%PORTDOCS%%%%DOCSDIR%%/gdnsd-plugin-weighted.txt +%%PORTDOCS%%%%DOCSDIR%%/gdnsd.config.pod +%%PORTDOCS%%%%DOCSDIR%%/gdnsd.config.txt +%%PORTDOCS%%%%DOCSDIR%%/gdnsd.pod +%%PORTDOCS%%%%DOCSDIR%%/gdnsd.txt +%%PORTDOCS%%%%DOCSDIR%%/gdnsd.zonefile.pod +%%PORTDOCS%%%%DOCSDIR%%/gdnsd.zonefile.txt +%%PORTDOCS%%%%DOCSDIR%%/gdnsd_geoip_test.pod +%%PORTDOCS%%%%DOCSDIR%%/gdnsd_geoip_test.txt +%%PORTDOCS%%%%DOCSDIR%%/gdnsd_manual.pod +%%PORTDOCS%%%%DOCSDIR%%/gdnsd_manual.txt @exec mkdir -p %%ETCDIR%%/zones @unexec rmdir >/dev/null 2>&1 /var/run/gdnsd || : +%%PORTDOCS%%@dirrmtry %%DOCSDIR%% +@dirrmtry libexec/gdnsd +@dirrmtry lib/gdnsd +@dirrmtry include/gdnsd @dirrmtry etc/gdnsd/zones @dirrmtry etc/gdnsd/geoip @dirrmtry etc/gdnsd
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402221310.s1MDA0jL054070>