Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Aug 2014 20:28:07 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r364807 - head/www/mod_geoip2
Message-ID:  <201408132028.s7DKS7A9024152@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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