From owner-svn-ports-all@FreeBSD.ORG Wed Aug 13 20:28:07 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A1209B8; Wed, 13 Aug 2014 20:28:07 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8DCE52A1F; Wed, 13 Aug 2014 20:28:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7DKS7pk024153; Wed, 13 Aug 2014 20:28:07 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s7DKS7A9024152; Wed, 13 Aug 2014 20:28:07 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201408132028.s7DKS7A9024152@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Wed, 13 Aug 2014 20:28:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364807 - head/www/mod_geoip2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Aug 2014 20:28:07 -0000 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