svn commit: r364807 - head/www/mod_geoip2

John Marino marino at FreeBSD.org
Wed Aug 13 20:28:07 UTC 2014


Author: marino
Date: Wed Aug 13 20:28:07 2014
New Revision: 364807
URL: http://svnweb.freebsd.org/changeset/ports/364807
QAT: https://qat.redports.org/buildarchive/r364807/

Log:
  www/mod_geoip2: Enable module to build on Apache24
  
  The main site indicates that module works with Apache 2.4 and the
  submitted has tested it on FreeBSD 10/i386
  
  PR:		192127
  Submitted by:	John Marshall
  Approved by:	maintainer timeout (3 weeks)

Modified:
  head/www/mod_geoip2/Makefile

Modified: head/www/mod_geoip2/Makefile
==============================================================================
--- head/www/mod_geoip2/Makefile	Wed Aug 13 20:16:14 2014	(r364806)
+++ head/www/mod_geoip2/Makefile	Wed Aug 13 20:28:07 2014	(r364807)
@@ -17,7 +17,7 @@ LICENSE=	APACHE20
 BUILD_DEPENDS=	GeoIP>=1.4.4:${PORTSDIR}/net/GeoIP
 RUN_DEPENDS=	GeoIP>=1.4.4:${PORTSDIR}/net/GeoIP
 
-USE_APACHE=	22
+USE_APACHE=	22+
 MODULENAME=	mod_geoip
 AP_FAST_BUILD=	yes
 AP_GENPLIST=	yes


More information about the svn-ports-head mailing list