From owner-freebsd-apache@FreeBSD.ORG Mon Nov 7 19:40:11 2011 Return-Path: Delivered-To: apache@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2DE211065670 for ; Mon, 7 Nov 2011 19:40:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1EAE68FC0C for ; Mon, 7 Nov 2011 19:40:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id pA7JeAFT054570 for ; Mon, 7 Nov 2011 19:40:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id pA7JeAT7054569; Mon, 7 Nov 2011 19:40:10 GMT (envelope-from gnats) Date: Mon, 7 Nov 2011 19:40:10 GMT Message-Id: <201111071940.pA7JeAT7054569@freefall.freebsd.org> To: apache@FreeBSD.org From: "Jukka A. Ukkonen" Cc: Subject: Re: ports/162305: [PATCH] www/mod_geoip2 update to 1.2.7 X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Jukka A. Ukkonen" List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Nov 2011 19:40:11 -0000 The following reply was made to PR ports/162305; it has been noted by GNATS. From: "Jukka A. Ukkonen" To: bug-followup@FreeBSD.org, john.marshall@riverwillow.com.au Cc: Subject: Re: ports/162305: [PATCH] www/mod_geoip2 update to 1.2.7 Date: Mon, 07 Nov 2011 21:19:50 +0200 This is a multi-part message in MIME format. --------------020908010207030803010509 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Right, I had a similar patch waiting to be sent already. Mine just did not add the "LICENSE= ASL" line at all. OTOH my patch has also the MD5 checksum included. I will combine them send and attach the new patch. ... Find the combined patch attached. Sorry for the slow response time on my side. --jau --------------020908010207030803010509 Content-Type: text/plain; name="Patch.1.2.7.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="Patch.1.2.7.txt" --- mod_geoip2/distinfo.orig 2011-10-30 04:17:07.000000000 +0200 +++ mod_geoip2/distinfo 2011-10-30 04:18:01.000000000 +0200 @@ -1,2 +1,3 @@ -SHA256 (mod_geoip2_1.2.5.tar.gz) = 58dfd7aefb7f74e44254481ba55f9c25898e8270a87d18563e71c85d67a6e351 -SIZE (mod_geoip2_1.2.5.tar.gz) = 11602 +MD5 (mod_geoip2_1.2.7.tar.gz) = 76514ad0e8adb8cd8231c5e3646d03fd +SHA256 (mod_geoip2_1.2.7.tar.gz) = 76e0512b282e6e2799f5d5616b9e26f448bee263f495ba31d1f72e3be9d0d5b6 +SIZE (mod_geoip2_1.2.7.tar.gz) = 11983 --- mod_geoip2/Makefile.orig 2011-11-07 21:12:18.000000000 +0200 +++ mod_geoip2/Makefile 2011-11-07 21:13:00.000000000 +0200 @@ -6,7 +6,7 @@ # PORTNAME= mod_geoip2 -PORTVERSION= 1.2.5 +PORTVERSION= 1.2.7 PORTREVISION= 1 CATEGORIES= www geography MASTER_SITES= http://geolite.maxmind.com/download/geoip/api/mod_geoip2/ @@ -15,6 +15,8 @@ MAINTAINER= jau@iki.fi COMMENT= An Apache module that provides the country code of the client's IP +LICENSE= ASL + BUILD_DEPENDS= GeoIP>=1.4.4:${PORTSDIR}/net/GeoIP RUN_DEPENDS= GeoIP>=1.4.4:${PORTSDIR}/net/GeoIP --------------020908010207030803010509--