From nobody@FreeBSD.org  Sun Nov  2 07:34:40 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 14C8A1065677
	for <freebsd-gnats-submit@FreeBSD.org>; Sun,  2 Nov 2008 07:34:40 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 044F08FC14
	for <freebsd-gnats-submit@FreeBSD.org>; Sun,  2 Nov 2008 07:34:40 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id mA27Yd9J023978
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 2 Nov 2008 07:34:39 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id mA27YdP6023977;
	Sun, 2 Nov 2008 07:34:39 GMT
	(envelope-from nobody)
Message-Id: <200811020734.mA27YdP6023977@www.freebsd.org>
Date: Sun, 2 Nov 2008 07:34:39 GMT
From: Yarodin <yarodin@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [UPDATE] www/mod_geoip to 1.3.4
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         128533
>Category:       ports
>Synopsis:       [UPDATE] www/mod_geoip to 1.3.4
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    wxs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 02 07:40:01 UTC 2008
>Closed-Date:    Sun Nov 02 20:53:40 UTC 2008
>Last-Modified:  Sun Nov  2 21:00:06 UTC 2008
>Originator:     Yarodin
>Release:        6.3-p1
>Organization:
>Environment:
>Description:
Update to 1.3.4

- Add GEOIP_METRO_CODE, a replacement for the depreciated GEOIP_DMA_CODE ( Boris Zentner )
- Fix GEOIP_COUNTRY_CODE is not set, when the region database is used and no country is found. Previously GEOIP_COUNTRY_CODE was set but empty ( Boris Zentner )
- Add GEOIP_REGION_NAME for City and Region databases ( Boris Zentner )
- Add GEOIP_ADDR thats the address used to compute the geoip information. Exported as env, notes or both as usual ( Jason Caldwell )
>How-To-Repeat:

>Fix:
How to apply:
1) Put patch-mod_geoip.txt to /usr/ports/www/
2) cd /usr/ports/www/ && patch -E -p <patch-mod_geoip.txt && find /usr/ports/www/mod_geoip/ -type f -name "*.orig" -exec rm -f {} \;

Patch attached with submission follows:

diff -ruN mod_geoip.orig/Makefile mod_geoip/Makefile
--- mod_geoip.orig/Makefile	2008-06-18 19:47:40.000000000 +0400
+++ mod_geoip/Makefile	2008-11-02 10:27:10.000000000 +0300
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	mod_geoip
-PORTVERSION=	1.3.2
+PORTVERSION=	1.3.4
 CATEGORIES=	www geography
 MASTER_SITES=	http://www.maxmind.com/download/geoip/api/mod_geoip/
 DISTNAME=	${PORTNAME}_${PORTVERSION}
diff -ruN mod_geoip.orig/distinfo mod_geoip/distinfo
--- mod_geoip.orig/distinfo	2008-06-18 19:47:40.000000000 +0400
+++ mod_geoip/distinfo	2008-11-02 10:28:42.000000000 +0300
@@ -1,3 +1,3 @@
-MD5 (mod_geoip_1.3.2.tar.gz) = 38611f262e523794163c7bd1596deaa4
-SHA256 (mod_geoip_1.3.2.tar.gz) = 225293676e73f52789bf4005c5f9fccfdfc7f59aa48b6d39a1a9cafc482b00f3
-SIZE (mod_geoip_1.3.2.tar.gz) = 11271
+MD5 (mod_geoip_1.3.4.tar.gz) = 4d91453fb6f6b9b46911dcbe47a17499
+SHA256 (mod_geoip_1.3.4.tar.gz) = ed4587875f2f778d493991fe26e82eee41efd6bbe0e69499596acc1eaab6d71a
+SIZE (mod_geoip_1.3.2.tar.gz) = 11687


>Release-Note:
>Audit-Trail:
Class-Changed-From-To: update->maintainer-update 
Class-Changed-By: edwin 
Class-Changed-When: Sun Nov 2 07:40:12 UTC 2008 
Class-Changed-Why:  
Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=128533 
Responsible-Changed-From-To: freebsd-ports-bugs->wxs 
Responsible-Changed-By: wxs 
Responsible-Changed-When: Sun Nov 2 19:29:49 UTC 2008 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=128533 
State-Changed-From-To: open->closed 
State-Changed-By: wxs 
State-Changed-When: Sun Nov 2 20:53:39 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=128533 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/128533: commit references a PR
Date: Sun,  2 Nov 2008 20:53:42 +0000 (UTC)

 wxs         2008-11-02 20:53:28 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www/mod_geoip        Makefile distinfo 
   Log:
   Update to 1.3.4
   
   PR:             ports/128533
   Submitted by:   Yarodin <yarodin@gmail.com> (maintainer)
   
   Revision  Changes    Path
   1.22      +1 -1      ports/www/mod_geoip/Makefile
   1.10      +3 -3      ports/www/mod_geoip/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
