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 | |
parent | 336f0851eb1e9ef7a1b740d11765948dc6dbc935 (diff) | |
download | ports-4c7a2bdcb3960adcfafebf629c9c8c85cf2ef54a.tar.gz ports-4c7a2bdcb3960adcfafebf629c9c8c85cf2ef54a.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/gdnsd/Makefile | 8 | ||||
-rw-r--r-- | dns/gdnsd/distinfo | 4 | ||||
-rw-r--r-- | dns/gdnsd/pkg-plist | 69 |
3 files changed, 42 insertions, 39 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 diff --git a/dns/gdnsd/distinfo b/dns/gdnsd/distinfo index 7df0c6e7b1c5..2d58455b87f5 100644 --- a/dns/gdnsd/distinfo +++ b/dns/gdnsd/distinfo @@ -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 diff --git a/dns/gdnsd/pkg-plist b/dns/gdnsd/pkg-plist index 554de8c79a0f..0154b59e0aef 100644 --- a/dns/gdnsd/pkg-plist +++ b/dns/gdnsd/pkg-plist @@ -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 |