Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Sep 2014 23:00:54 +0000 (UTC)
From:      Olli Hauer <ohauer@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r367903 - head/dns/gdnsd
Message-ID:  <201409102300.s8AN0sbG023936@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ohauer
Date: Wed Sep 10 23:00:53 2014
New Revision: 367903
URL: http://svnweb.freebsd.org/changeset/ports/367903
QAT: https://qat.redports.org/buildarchive/r367903/

Log:
  - unbreak port by fixing GeoIP dependency
    (dat file no longer sipped with GeoIP)
  
  PR:		193546
  Submitted by:	ohauer
  Approved by:	allanjude

Modified:
  head/dns/gdnsd/Makefile

Modified: head/dns/gdnsd/Makefile
==============================================================================
--- head/dns/gdnsd/Makefile	Wed Sep 10 22:27:47 2014	(r367902)
+++ head/dns/gdnsd/Makefile	Wed Sep 10 23:00:53 2014	(r367903)
@@ -33,7 +33,7 @@ OPTIONS_DEFINE=	DOCS GEOIP URCU
 OPTIONS_DEFAULT=	GEOIP
 
 GEOIP_DESC=		Enable GeoIP Support
-GEOIP_RUN_DEPENDS=	${LOCALBASE}/share/GeoIP/GeoIP.dat:${PORTSDIR}/net/GeoIP
+GEOIP_RUN_DEPENDS=	GeoIP>=0:${PORTSDIR}/net/GeoIP
 
 URCU_DESC=		Read-Copy-Update Support (Faster Zone Parsing)
 URCU_CONFIGURE_WITH=	urcu



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409102300.s8AN0sbG023936>