From ache@vniz.net  Wed Sep 14 05:52:25 2011
Return-Path: <ache@vniz.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 00712106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 14 Sep 2011 05:52:24 +0000 (UTC)
	(envelope-from ache@vniz.net)
Received: from vniz.net (vniz.net [194.87.13.69])
	by mx1.freebsd.org (Postfix) with ESMTP id 795488FC08
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 14 Sep 2011 05:52:23 +0000 (UTC)
Received: from localhost (localhost [127.0.0.1])
	by vniz.net (8.14.5/8.14.5) with ESMTP id p8E5Zcc2067334
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 14 Sep 2011 09:35:38 +0400 (MSK)
	(envelope-from ache@vniz.net)
Received: (from ache@localhost)
	by localhost (8.14.5/8.14.5/Submit) id p8E5ZcKX067333;
	Wed, 14 Sep 2011 09:35:38 +0400 (MSK)
	(envelope-from ache)
Message-Id: <201109140535.p8E5ZcKX067333@localhost>
Date: Wed, 14 Sep 2011 09:35:38 +0400 (MSK)
From: Andrey Chernov <ache@freebsd.org>
Reply-To: Andrey Chernov <ache@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] p5-Geo-IP needs updating to 1.40 (IPv6 now added)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         160724
>Category:       ports
>Synopsis:       [PATCH] net/p5-Geo-IP needs updating to 1.40 (IPv6 now added)
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    clsung
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 14 06:00:23 UTC 2011
>Closed-Date:    Wed Sep 28 01:10:52 UTC 2011
>Last-Modified:  Wed Sep 28 01:20:03 UTC 2011
>Originator:     Andrey Chernov
>Release:        FreeBSD 9.0-BETA2 i386
>Organization:
chaotic neutral
>Environment:
System: FreeBSD xxx.freebsd.ru 9.0-BETA2 FreeBSD 9.0-BETA2 #41: Tue Sep 6 20:26:44 MSK 2011 ache@xxx.freebsd.ru:/sys/i386/compile/POBRECITA i386

>Description:

Among other things major one is: IPv6 functions added.
(In the patch I fix www addresses to current ones too).

>How-To-Repeat:
>Fix:

diff -u -r ./Makefile /usr/ports/net/p5-Geo-IP/Makefile
--- ./Makefile	2009-06-06 02:52:23.000000000 +0400
+++ /usr/ports/net/p5-Geo-IP/Makefile	2011-09-14 09:29:28.000000000 +0400
@@ -6,10 +6,10 @@
 #
 
 PORTNAME=	Geo-IP
-PORTVERSION=	1.38
+PORTVERSION=	1.40
 CATEGORIES=	net geography perl5
 MASTER_SITES=	CPAN \
-		http://www.maxmind.com/download/geoip/api/perl/
+		http://geolite.maxmind.com/download/geoip/api/perl/
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	clsung@FreeBSD.org
diff -u -r ./distinfo /usr/ports/net/p5-Geo-IP/distinfo
--- ./distinfo	2011-03-20 15:52:01.000000000 +0300
+++ /usr/ports/net/p5-Geo-IP/distinfo	2011-09-14 09:12:05.000000000 +0400
@@ -1,2 +1,2 @@
-SHA256 (Geo-IP-1.38.tar.gz) = 7c4744926833a6a9e454edea3c987452e4fae1372120186c6952515ca41c6b1f
-SIZE (Geo-IP-1.38.tar.gz) = 63418
+SHA256 (Geo-IP-1.40.tar.gz) = ca48babd3e944cb1bc5cac56f618c9f94f3a329dd2716d6b49b658ae28848ab3
+SIZE (Geo-IP-1.40.tar.gz) = 111898
diff -u -r ./pkg-descr /usr/ports/net/p5-Geo-IP/pkg-descr
--- ./pkg-descr	2002-08-16 12:27:47.000000000 +0400
+++ /usr/ports/net/p5-Geo-IP/pkg-descr	2011-09-14 09:11:33.000000000 +0400
@@ -14,4 +14,4 @@
 All rights reserved.  This package is free software; you can redistribute it
 and/or modify it under the same terms as Perl itself.
 
-WWW: http://maxmind.com/geoip/api/perl.shtml
+WWW: http://www.maxmind.com/app/perl
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->clsun 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Wed Sep 14 10:26:37 UTC 2011 
Responsible-Changed-Why:  
Fix synopsis and assign. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=160724 
Responsible-Changed-From-To: clsun->clsung 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Wed Sep 14 10:26:53 UTC 2011 
Responsible-Changed-Why:  
fix typo in assignment 

http://www.freebsd.org/cgi/query-pr.cgi?pr=160724 
State-Changed-From-To: open->closed 
State-Changed-By: clsung 
State-Changed-When: Wed Sep 28 01:10:50 UTC 2011 
State-Changed-Why:  
Committed. Thank You. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/160724: commit references a PR
Date: Wed, 28 Sep 2011 01:10:49 +0000 (UTC)

 clsung      2011-09-28 01:10:37 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net/p5-Geo-IP        pkg-descr 
   Log:
   - fix WWW
   
   PR:             160724
   
   Revision  Changes    Path
   1.2       +1 -1      ports/net/p5-Geo-IP/pkg-descr
 _______________________________________________
 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:
