From owner-freebsd-ports-bugs@FreeBSD.ORG Sat May 2 17:40:03 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 54CF61065672 for ; Sat, 2 May 2009 17:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 31A488FC21 for ; Sat, 2 May 2009 17:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n42He3NC000140 for ; Sat, 2 May 2009 17:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n42He3rJ000139; Sat, 2 May 2009 17:40:03 GMT (envelope-from gnats) Resent-Date: Sat, 2 May 2009 17:40:03 GMT Resent-Message-Id: <200905021740.n42He3rJ000139@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yen-Ming Lee 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 To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: chinsan@FreeBSD.org Subject: ports/134161: [PATCH] misc/p5-Locale-Geocode: update to 1.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 May 2009 17:40:03 -0000 >Number: 134161 >Category: ports >Synopsis: [PATCH] misc/p5-Locale-Geocode: update to 1.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat May 02 17:40:02 UTC 2009 >Closed-Date: >Last-Modified: >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: >Unformatted: