Date: Fri, 21 Oct 2011 18:13:41 +0800 (CST) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: leeym@FreeBSD.org Subject: ports/161868: [PATCH] misc/p5-Geo-Coder-Google: update to 0.07 Message-ID: <20111021101341.D35E25127@sunpoet.net> Resent-Message-ID: <201110211020.p9LAK5bT084626@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 161868 >Category: ports >Synopsis: [PATCH] misc/p5-Geo-Coder-Google: update to 0.07 >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: Fri Oct 21 10:20:04 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 8.2-STABLE amd64 >Organization: The FreeBSD Project >Environment: System: FreeBSD bonjour.sunpoet.net 8.2-STABLE FreeBSD 8.2-STABLE #0: Wed Sep 28 22:36:13 CST 2011 >Description: - Update to 0.07 Changes: http://search.cpan.org/dist/Geo-Coder-Google/Changes Port maintainer (leeym@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-Geo-Coder-Google-0.07.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/misc/p5-Geo-Coder-Google/Makefile,v retrieving revision 1.5 diff -u -u -r1.5 Makefile --- Makefile 19 Oct 2009 06:52:17 -0000 1.5 +++ Makefile 21 Oct 2011 10:13:20 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Geo-Coder-Google -PORTVERSION= 0.06 +PORTVERSION= 0.07 CATEGORIES= misc perl5 geography MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,16 +14,22 @@ MAINTAINER= leeym@FreeBSD.org COMMENT= Google Maps Geocoding API -RUN_DEPENDS= p5-YAML-Syck>=0.1:${PORTSDIR}/textproc/p5-YAML-Syck \ +BUILD_DEPENDS= p5-JSON>=2.27:${PORTSDIR}/converters/p5-JSON \ + p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \ + p5-URI>=0:${PORTSDIR}/net/p5-URI \ p5-libwww>=5.5:${PORTSDIR}/www/p5-libwww -BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -MAN3= Geo::Coder::Google.3 +MAN3= Geo::Coder::Google.3 \ + Geo::Coder::Google::V2.3 \ + Geo::Coder::Google::V3.3 # The coordinates can be updated by anyone. It might change again in the future. -post-patch: - @${REINPLACE_CMD} -e 's/-122.397323/-122.397711/' ${WRKSRC}/t/01_live.t +# t/01_v2_live.t requires ENV variable GOOGLE_MAPS_APIKEY to run. +#post-patch: +# @${REINPLACE_CMD} -e 's/-122.397426/-122.397711/' \ +# ${WRKSRC}/t/01_v2_live.t ${WRKSRC}/t/02_v3_live.t .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /home/ncvs/ports/misc/p5-Geo-Coder-Google/distinfo,v retrieving revision 1.5 diff -u -u -r1.5 distinfo --- distinfo 19 Mar 2011 12:31:26 -0000 1.5 +++ distinfo 21 Oct 2011 10:13:20 -0000 @@ -1,2 +1,2 @@ -SHA256 (Geo-Coder-Google-0.06.tar.gz) = 03b4044721d62b12dd0d996995423a5b65010b0debc92400ae46f803e3fc3048 -SIZE (Geo-Coder-Google-0.06.tar.gz) = 4684 +SHA256 (Geo-Coder-Google-0.07.tar.gz) = 0238a46b90c671cc7410ec5d99639984e0221af8b051707b5fe7d78878b292f8 +SIZE (Geo-Coder-Google-0.07.tar.gz) = 5750 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/misc/p5-Geo-Coder-Google/pkg-plist,v retrieving revision 1.1 diff -u -u -r1.1 pkg-plist --- pkg-plist 7 Nov 2008 21:51:14 -0000 1.1 +++ pkg-plist 21 Oct 2011 10:13:20 -0000 @@ -1,7 +1,10 @@ %%SITE_PERL%%/Geo/Coder/Google.pm +%%SITE_PERL%%/Geo/Coder/Google/V2.pm +%%SITE_PERL%%/Geo/Coder/Google/V3.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/Coder/Google/.packlist -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/Coder/Google +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/Coder/Google @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/Coder @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo +@dirrm %%SITE_PERL%%/Geo/Coder/Google @dirrmtry %%SITE_PERL%%/Geo/Coder @dirrmtry %%SITE_PERL%%/Geo --- p5-Geo-Coder-Google-0.07.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20111021101341.D35E25127>