From leeym@cn1.leeym.com  Sat May  2 17:37:07 2009
Return-Path: <leeym@cn1.leeym.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id B008D1065670;
	Sat,  2 May 2009 17:37:07 +0000 (UTC)
	(envelope-from leeym@cn1.leeym.com)
Received: from cn1.leeym.com (b06s56le.corenetworks.net [64.85.165.237])
	by mx1.freebsd.org (Postfix) with ESMTP id 659F38FC1C;
	Sat,  2 May 2009 17:37:07 +0000 (UTC)
	(envelope-from leeym@cn1.leeym.com)
Received: from cn1.leeym.com (localhost [127.0.0.1])
	by cn1.leeym.com (8.14.2/8.14.2) with ESMTP id n42Hb6D4007429;
	Sat, 2 May 2009 10:37:06 -0700 (PDT)
	(envelope-from leeym@cn1.leeym.com)
Received: (from leeym@localhost)
	by cn1.leeym.com (8.14.2/8.14.2/Submit) id n42Hb6nW007428;
	Sat, 2 May 2009 10:37:06 -0700 (PDT)
	(envelope-from leeym)
Message-Id: <200905021737.n42Hb6nW007428@cn1.leeym.com>
Date: Sat, 2 May 2009 10:37:06 -0700 (PDT)
From: Yen-Ming Lee <leeym@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: chinsan@freebsd.org
Subject: [PATCH] misc/p5-Locale-Geocode: update to 1.2
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         134161
>Category:       ports
>Synopsis:       [PATCH] misc/p5-Locale-Geocode: update to 1.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    chinsan
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 02 17:40:02 UTC 2009
>Closed-Date:    Fri May 08 17:17:43 UTC 2009
>Last-Modified:  Fri May  8 17:20:02 UTC 2009
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 7.0-RELEASE i386
>Organization:
>Environment:
System: FreeBSD cn1.leeym.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008
>Description:
- Update to 1.2

Port maintainer (chinsan@FreeBSD.org) is cc'd.

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

--- p5-Locale-Geocode-1.20.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/misc/p5-Locale-Geocode/Makefile,v
retrieving revision 1.1
diff -u -d -b -w -u -r1.1 Makefile
--- Makefile	31 Aug 2008 15:39:38 -0000	1.1
+++ Makefile	2 May 2009 17:36:51 -0000
@@ -6,18 +6,18 @@
 #
 
 PORTNAME=	Locale-Geocode
-PORTVERSION=	1.11
+PORTVERSION=	1.20
 CATEGORIES=	misc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
+DISTNAME=	${PORTNAME}-${PORTVERSION:C/0$//}
 
 MAINTAINER=	chinsan@FreeBSD.org
 COMMENT=	Find codes and information on geographical location
 
-BUILD_DEPENDS=	p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \
-		p5-XML-SAX-Expat>=0:${PORTSDIR}/textproc/p5-XML-SAX-Expat \
-		p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple
-RUN_DEPENDS=	${BUILD_DEPENDS}
+RUN_DEPENDS=	p5-XML-SAX-Expat>=0.39:${PORTSDIR}/textproc/p5-XML-SAX-Expat \
+		p5-XML-Simple>=2.16:${PORTSDIR}/textproc/p5-XML-Simple
+BUILD_DEPENDS=	${RUN_DEPENDS}
 
 PERL_CONFIGURE=	YES
 
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/misc/p5-Locale-Geocode/distinfo,v
retrieving revision 1.1
diff -u -d -b -w -u -r1.1 distinfo
--- distinfo	31 Aug 2008 15:39:38 -0000	1.1
+++ distinfo	2 May 2009 17:36:51 -0000
@@ -1,3 +1,3 @@
-MD5 (Locale-Geocode-1.11.tar.gz) = 43c9d3523c3263b6329c9933175f70d3
-SHA256 (Locale-Geocode-1.11.tar.gz) = f54f6a1ad1031686a15036030eb6796674ae5d6bccb9f45b3bfabe3f8fb05955
-SIZE (Locale-Geocode-1.11.tar.gz) = 72960
+MD5 (Locale-Geocode-1.2.tar.gz) = f8f198ae8e816fe85c85f23172c054fc
+SHA256 (Locale-Geocode-1.2.tar.gz) = 41ff6e4daa58e720ec2c97f9fd0395020de6cd4a494a2fc9a072b2471056020e
+SIZE (Locale-Geocode-1.2.tar.gz) = 73456
--- p5-Locale-Geocode-1.20.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->chinsan 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat May 2 17:40:12 UTC 2009 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=134161 
State-Changed-From-To: open->closed 
State-Changed-By: chinsan 
State-Changed-When: Fri May 8 17:17:42 UTC 2009 
State-Changed-Why:  
Committed, thanks. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/134161: commit references a PR
Date: Fri,  8 May 2009 17:17:40 +0000 (UTC)

 chinsan     2009-05-08 17:17:30 UTC
 
   FreeBSD ports repository
 
   Modified files:
     misc/p5-Locale-Geocode Makefile distinfo 
   Log:
   - Allow to build with MAKE_JOBS_SAFE
   - Update to 1.2
   
   PR:             ports/134161
   Submitted by:   leeym
   
   Revision  Changes    Path
   1.2       +7 -5      ports/misc/p5-Locale-Geocode/Makefile
   1.2       +3 -3      ports/misc/p5-Locale-Geocode/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:
