ports/162305: [PATCH] www/mod_geoip2 update to 1.2.7

Jukka A. Ukkonen jau at oxit.fi
Mon Nov 7 19:40:11 UTC 2011


The following reply was made to PR ports/162305; it has been noted by GNATS.

From: "Jukka A. Ukkonen" <jau at oxit.fi>
To: bug-followup at FreeBSD.org, john.marshall at 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 at 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--


More information about the freebsd-apache mailing list