Date: Fri, 20 Mar 2015 02:34:14 +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: r381708 - in head/dns/gdnsd2: . files Message-ID: <201503200234.t2K2YEtL034635@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: zi Date: Fri Mar 20 02:34:13 2015 New Revision: 381708 URL: https://svnweb.freebsd.org/changeset/ports/381708 QAT: https://qat.redports.org/buildarchive/r381708/ Log: - Update to 2.2.0 Modified: head/dns/gdnsd2/Makefile head/dns/gdnsd2/distinfo head/dns/gdnsd2/files/patch-Makefile.in head/dns/gdnsd2/pkg-plist Modified: head/dns/gdnsd2/Makefile ============================================================================== --- head/dns/gdnsd2/Makefile Fri Mar 20 02:07:01 2015 (r381707) +++ head/dns/gdnsd2/Makefile Fri Mar 20 02:34:13 2015 (r381708) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gdnsd -PORTVERSION= 2.1.0 -PORTREVISION= 1 +PORTVERSION= 2.2.0 CATEGORIES= dns MASTER_SITES= https://github.com/blblack/gdnsd/releases/download/v${PORTVERSION}/ \ http://mirrors.rit.edu/zi/ \ @@ -16,13 +15,14 @@ COMMENT= Authoritative-only GeoIP-aware LICENSE= GPLv3 LIB_DEPENDS= libev.so:${PORTSDIR}/devel/libev +BUILD_DEPENDS= ragel>0:${PORTSDIR}/devel/ragel FETCH_ARGS= -Fpr GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var USE_LDCONFIG= yes -USES= pkgconfig libtool tar:xz perl5 +USES= pkgconfig libtool tar:xz perl5 gmake USE_PERL5= build CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/dns/gdnsd2/distinfo ============================================================================== --- head/dns/gdnsd2/distinfo Fri Mar 20 02:07:01 2015 (r381707) +++ head/dns/gdnsd2/distinfo Fri Mar 20 02:34:13 2015 (r381708) @@ -1,2 +1,2 @@ -SHA256 (gdnsd-2.1.0.tar.xz) = 0276cc851f8904b842fdc34839163dec22fce7e6fa26acd1f5115c880e61eae4 -SIZE (gdnsd-2.1.0.tar.xz) = 628316 +SHA256 (gdnsd-2.2.0.tar.xz) = 6f245be97351dbe0f437f1edb2324f2a331869f0f028918ffbd627f0ae911180 +SIZE (gdnsd-2.2.0.tar.xz) = 622520 Modified: head/dns/gdnsd2/files/patch-Makefile.in ============================================================================== --- head/dns/gdnsd2/files/patch-Makefile.in Fri Mar 20 02:07:01 2015 (r381707) +++ head/dns/gdnsd2/files/patch-Makefile.in Fri Mar 20 02:34:13 2015 (r381708) @@ -1,6 +1,6 @@ ---- Makefile.in.orig 2014-11-07 15:38:17 UTC +--- Makefile.in.orig 2015-03-02 14:36:56 UTC +++ Makefile.in -@@ -939,12 +939,6 @@ +@@ -2552,12 +2552,6 @@ install-exec-hook-top: $(MKDIR_P) "$(DESTDIR)$(GDNSD_DEFPATH_CONFIG)/geoip"; $(MKDIR_P) "$(DESTDIR)$(GDNSD_DEFPATH_RUN)"; $(MKDIR_P) "$(DESTDIR)$(GDNSD_DEFPATH_STATE)"; @@ -10,6 +10,6 @@ - echo The default user \"gdnsd\" \(for privdrop when executed as root\) does not seem to exist yet!; \ - echo; \ - fi - - # Tell versions [3.59,3.63) of GNU make to not export all variables. - # Otherwise a system limit (for SysV at least) may be exceeded. + src/zscan_rfc1035.c: src/zscan_rfc1035.rl + $(AM_V_GEN)$(RAGEL) -G2 -o $@ $(srcdir)/src/zscan_rfc1035.rl + libgdnsd/bopts.h: Makefile Modified: head/dns/gdnsd2/pkg-plist ============================================================================== --- head/dns/gdnsd2/pkg-plist Fri Mar 20 02:07:01 2015 (r381707) +++ head/dns/gdnsd2/pkg-plist Fri Mar 20 02:34:13 2015 (r381708) @@ -1,8 +1,10 @@ bin/gdnsd_geoip_test include/gdnsd/alloc.h +include/gdnsd/bopts.h include/gdnsd/compiler.h include/gdnsd/dmn.h include/gdnsd/dname.h +include/gdnsd/file.h include/gdnsd/log.h include/gdnsd/misc.h include/gdnsd/mon.h @@ -10,6 +12,7 @@ include/gdnsd/net.h include/gdnsd/paths.h include/gdnsd/plugapi.h include/gdnsd/plugin.h +include/gdnsd/prcu.h include/gdnsd/stats.h include/gdnsd/vscf.h lib/gdnsd/libgdnsd.so
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503200234.t2K2YEtL034635>