Date: Thu, 24 Jul 2014 20:07:57 +0000 (UTC) From: Danilo Egea Gondolfo <danilo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362843 - head/dns/gdnsd Message-ID: <201407242007.s6OK7vfR049052@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danilo Date: Thu Jul 24 20:07:57 2014 New Revision: 362843 URL: http://svnweb.freebsd.org/changeset/ports/362843 QAT: https://qat.redports.org/buildarchive/r362843/ Log: - Update from 1.11.3 to 1.11.4 PR: ports/192070 Submitted by: Allan Jude <allanjude@FreeBSD.org> Modified: head/dns/gdnsd/Makefile head/dns/gdnsd/distinfo Modified: head/dns/gdnsd/Makefile ============================================================================== --- head/dns/gdnsd/Makefile Thu Jul 24 19:59:01 2014 (r362842) +++ head/dns/gdnsd/Makefile Thu Jul 24 20:07:57 2014 (r362843) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gdnsd -PORTVERSION= 1.11.3 +PORTVERSION= 1.11.4 CATEGORIES= dns MASTER_SITES= https://github.com/blblack/gdnsd/releases/download/v${PORTVERSION}/ \ http://gdnsd.scaleengine.net/gdnsd/ @@ -20,7 +20,8 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var --with-rootdir=${LOCALBASE}/etc/gdnsd USE_LDCONFIG= yes USES= pkgconfig libtool tar:xz -CPPFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib USE_RC_SUBR= gdnsd Modified: head/dns/gdnsd/distinfo ============================================================================== --- head/dns/gdnsd/distinfo Thu Jul 24 19:59:01 2014 (r362842) +++ head/dns/gdnsd/distinfo Thu Jul 24 20:07:57 2014 (r362843) @@ -1,2 +1,2 @@ -SHA256 (gdnsd-1.11.3.tar.xz) = 43bdf602e042a969158d040b26131f880453efa69dc771dc26596c311d9f8e39 -SIZE (gdnsd-1.11.3.tar.xz) = 634156 +SHA256 (gdnsd-1.11.4.tar.xz) = 950378c605c85547eba51614d2f5a772c61375b4c68e4509e9ec3444de5ac35a +SIZE (gdnsd-1.11.4.tar.xz) = 634468
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407242007.s6OK7vfR049052>