From leeym@utopia.leeym.com  Tue Feb  6 06:06:22 2007
Return-Path: <leeym@utopia.leeym.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id A59C416A400
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  6 Feb 2007 06:06:22 +0000 (UTC)
	(envelope-from leeym@utopia.leeym.com)
Received: from msr11.hinet.net (msr11.hinet.net [168.95.4.111])
	by mx1.freebsd.org (Postfix) with ESMTP id 3267D13C441
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  6 Feb 2007 06:06:22 +0000 (UTC)
	(envelope-from leeym@utopia.leeym.com)
Received: from utopia.leeym.com (utopia.leeym.com [211.21.137.52])
	by msr11.hinet.net (8.9.3/8.9.3) with ESMTP id OAA25686;
	Tue, 6 Feb 2007 14:06:09 +0800 (CST)
Received: from localhost (localhost [127.0.0.1])
	by utopia.leeym.com (Postfix) with ESMTP id 3657376F54C;
	Tue,  6 Feb 2007 14:06:09 +0800 (CST)
Received: from utopia.leeym.com ([127.0.0.1])
	by localhost (utopia.leeym.com [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id jAdkiTQZ2UBa; Tue,  6 Feb 2007 14:06:02 +0800 (CST)
Received: by utopia.leeym.com (Postfix, from userid 1000)
	id 2FE1076F547; Tue,  6 Feb 2007 14:06:02 +0800 (CST)
Message-Id: <20070206060602.2FE1076F547@utopia.leeym.com>
Date: Tue,  6 Feb 2007 14:06:02 +0800 (CST)
From: Yen-Ming Lee <leeym@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: dikshie@lapi.itb.ac.id
Subject: [PATCH] net/p5-IP-Country: update to 2.23
X-Send-Pr-Version: 3.113
X-GNATS-Notify: dikshie@lapi.itb.ac.id

>Number:         108820
>Category:       ports
>Synopsis:       [PATCH] net/p5-IP-Country: update to 2.23
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    leeym
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 06 06:10:16 GMT 2007
>Closed-Date:    Wed Feb 07 04:57:56 GMT 2007
>Last-Modified:  Wed Feb  7 05:00:35 GMT 2007
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
FreeBSD Taiwan
>Environment:
System: FreeBSD utopia.leeym.com 6.2-STABLE FreeBSD 6.2-STABLE #0: Sun Jan 21 15:11:28 CST 2007
>Description:
- Update to 2.23

Port maintainer (dikshie@lapi.itb.ac.id) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-IP-Country-2.23.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/net/p5-IP-Country/Makefile,v
retrieving revision 1.3
diff -u -u -r1.3 Makefile
--- Makefile	24 Dec 2006 15:37:34 -0000	1.3
+++ Makefile	6 Feb 2007 06:05:57 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	IP-Country
-PORTVERSION=	2.22
+PORTVERSION=	2.23
 CATEGORIES=	net perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	../by-authors/id/N/NW/NWETTERS
@@ -15,9 +15,6 @@
 MAINTAINER=	dikshie@lapi.itb.ac.id
 COMMENT=	Fast lookup of country codes from IP addresses
 
-BUILD_DEPENDS=	${SITE_PERL}/Geography/Countries.pm:${PORTSDIR}/misc/p5-Geography-Countries
-RUN_DEPENDS=	${BUILD_DEPENDS}
-
 PERL_CONFIGURE=	yes
 
 MAN1=		ip2cc.1
@@ -28,12 +25,4 @@
 		IP::Country::Slow.3 \
 		IP::Country.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500600
-post-patch:
-	${FIND} ${WRKSRC} -name "*.pm" | ${XARGS} ${REINPLACE_CMD} -e '/warnings/d'
-	${FIND} ${WRKSRC} -name "*.pm.bak" -delete
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/net/p5-IP-Country/distinfo,v
retrieving revision 1.4
diff -u -u -r1.4 distinfo
--- distinfo	24 Dec 2006 15:37:34 -0000	1.4
+++ distinfo	6 Feb 2007 06:05:57 -0000
@@ -1,3 +1,3 @@
-MD5 (IP-Country-2.22.tar.gz) = b0759e48d3f8a0be58ec76234958e905
-SHA256 (IP-Country-2.22.tar.gz) = f59256c539103239c712e3316eb374b74e143b910f418fa098bbe38e02f66d18
-SIZE (IP-Country-2.22.tar.gz) = 169508
+MD5 (IP-Country-2.23.tar.gz) = 0665e7b9cbab77fd18e255a779a856e0
+SHA256 (IP-Country-2.23.tar.gz) = 2c16f478c4231a45a44223d545f4b690e2d281cae2cdf188ee2bf59bd79c5caf
+SIZE (IP-Country-2.23.tar.gz) = 167797
--- p5-IP-Country-2.23.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->leeym 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Feb 6 06:10:38 UTC 2007 
Responsible-Changed-Why:  
Submitter has GNATS access 

http://www.freebsd.org/cgi/query-pr.cgi?pr=108820 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Tue Feb 6 06:11:14 UTC 2007 
State-Changed-Why:  
Awaiting maintainers feedback 

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

From: Dikshie <dikshie@lapi.itb.ac.id>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/108820: [PATCH] net/p5-IP-Country: update to 2.23
Date: Wed, 7 Feb 2007 00:35:32 +0700

 Edwin Groothuis (edwin@FreeBSD.org) wrote:
 > Maintainer of net/p5-IP-Country,
 > Please note that PR ports/108820 has just been submitted.
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 
 
 approved.
 
 
 
 
 
 -dikshie-
 
State-Changed-From-To: feedback->closed 
State-Changed-By: leeym 
State-Changed-When: Wed Feb 7 04:57:52 UTC 2007 
State-Changed-Why:  
Committed, thanks. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/108820: commit references a PR
Date: Wed,  7 Feb 2007 04:58:20 +0000 (UTC)

 leeym       2007-02-07 04:57:46 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net/p5-IP-Country    Makefile distinfo 
   Log:
   - Update to 2.23
   
   PR:             ports/108820
   Submitted by:   leeym
   Approved by:    maintainer
   
   Revision  Changes    Path
   1.4       +2 -13     ports/net/p5-IP-Country/Makefile
   1.5       +3 -3      ports/net/p5-IP-Country/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:
