diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-12-09 00:13:18 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-12-09 00:13:18 +0800 |
commit | 85f3605dda08bafbd4acf67fa77babec0302120f (patch) | |
tree | 11819099ed05e838c9f1182897f308ef869b63cf | |
parent | 35b0b721c9eb50cebde58c3ea72d78f67d14b4fc (diff) | |
download | freebsd-ports-gnome-85f3605dda08bafbd4acf67fa77babec0302120f.tar.gz freebsd-ports-gnome-85f3605dda08bafbd4acf67fa77babec0302120f.tar.zst freebsd-ports-gnome-85f3605dda08bafbd4acf67fa77babec0302120f.zip |
- Update to 0.12
- Cleanup Makefile header
Changes: http://search.cpan.org/dist/Geo-Coder-Googlev3/Changes
Feature safe: yes
-rw-r--r-- | misc/p5-Geo-Coder-Googlev3/Makefile | 12 | ||||
-rw-r--r-- | misc/p5-Geo-Coder-Googlev3/distinfo | 4 |
2 files changed, 5 insertions, 11 deletions
diff --git a/misc/p5-Geo-Coder-Googlev3/Makefile b/misc/p5-Geo-Coder-Googlev3/Makefile index e75f0110e28b..0bce5e0fa7c1 100644 --- a/misc/p5-Geo-Coder-Googlev3/Makefile +++ b/misc/p5-Geo-Coder-Googlev3/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: p5-Geo-Coder-Googlev3 -# Date created: 2011-10-13 -# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> -# +# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Geo-Coder-Googlev3 -PORTVERSION= 0.11 +PORTVERSION= 0.12 CATEGORIES= misc geography perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,9 +13,7 @@ COMMENT= Google Maps v3 Geocoding API BUILD_DEPENDS= p5-JSON-XS>=0:${PORTSDIR}/converters/p5-JSON-XS \ p5-URI>=0:${PORTSDIR}/net/p5-URI \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww -RUN_DEPENDS= p5-JSON-XS>=0:${PORTSDIR}/converters/p5-JSON-XS \ - p5-URI>=0:${PORTSDIR}/net/p5-URI \ - p5-libwww>=0:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/misc/p5-Geo-Coder-Googlev3/distinfo b/misc/p5-Geo-Coder-Googlev3/distinfo index 8812e4db9fe0..5ef6b79895db 100644 --- a/misc/p5-Geo-Coder-Googlev3/distinfo +++ b/misc/p5-Geo-Coder-Googlev3/distinfo @@ -1,2 +1,2 @@ -SHA256 (Geo-Coder-Googlev3-0.11.tar.gz) = 7accc6205bb1ea530d153e764d8bb37566b2c99221db3fad74dfca263529bd57 -SIZE (Geo-Coder-Googlev3-0.11.tar.gz) = 6872 +SHA256 (Geo-Coder-Googlev3-0.12.tar.gz) = 6edb4ca9c792ce1cfb8fa1e11b7b07227e6bcab596c9535aeb2a5acb37638905 +SIZE (Geo-Coder-Googlev3-0.12.tar.gz) = 6595 |