diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2011-10-22 05:39:44 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2011-10-22 05:39:44 +0000 |
commit | 988eed75309984f79b364451a32f609be55d89df (patch) | |
tree | 3b1c0ecf3889431291026c6713bd73d19ba696c5 /misc | |
parent | ba102d4b0699576f3c8625a25927ad6f02f5541b (diff) |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/p5-Geo-Coder-Google/Makefile | 16 | ||||
-rw-r--r-- | misc/p5-Geo-Coder-Google/distinfo | 4 | ||||
-rw-r--r-- | misc/p5-Geo-Coder-Google/pkg-plist | 5 |
3 files changed, 14 insertions, 11 deletions
diff --git a/misc/p5-Geo-Coder-Google/Makefile b/misc/p5-Geo-Coder-Google/Makefile index 5921e1a80b01..a4c814db1e17 100644 --- a/misc/p5-Geo-Coder-Google/Makefile +++ b/misc/p5-Geo-Coder-Google/Makefile @@ -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,16 @@ PKGNAMEPREFIX= p5- 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 - -# 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 +MAN3= Geo::Coder::Google.3 \ + Geo::Coder::Google::V2.3 \ + Geo::Coder::Google::V3.3 .include <bsd.port.mk> diff --git a/misc/p5-Geo-Coder-Google/distinfo b/misc/p5-Geo-Coder-Google/distinfo index 9fbb6a829f74..6f82cf633802 100644 --- a/misc/p5-Geo-Coder-Google/distinfo +++ b/misc/p5-Geo-Coder-Google/distinfo @@ -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 diff --git a/misc/p5-Geo-Coder-Google/pkg-plist b/misc/p5-Geo-Coder-Google/pkg-plist index 79be12e365f1..34773f8645a1 100644 --- a/misc/p5-Geo-Coder-Google/pkg-plist +++ b/misc/p5-Geo-Coder-Google/pkg-plist @@ -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 |