svn commit: r367903 - head/dns/gdnsd

Olli Hauer ohauer at FreeBSD.org
Wed Sep 10 23:00:54 UTC 2014


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


More information about the svn-ports-head mailing list