svn commit: r301769 - head/misc/p5-Geo-Coder-Google
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Jul 30 20:51:49 UTC 2012
Author: sunpoet
Date: Mon Jul 30 20:51:48 2012
New Revision: 301769
URL: http://svn.freebsd.org/changeset/ports/301769
Log:
- Update to 0.11
- Add LICENSE
- Sort *_DEPENDS
Changes: http://search.cpan.org/dist/Geo-Coder-Google/Changes
Modified:
head/misc/p5-Geo-Coder-Google/Makefile (contents, props changed)
head/misc/p5-Geo-Coder-Google/distinfo (contents, props changed)
Modified: head/misc/p5-Geo-Coder-Google/Makefile
==============================================================================
--- head/misc/p5-Geo-Coder-Google/Makefile Mon Jul 30 20:51:37 2012 (r301768)
+++ head/misc/p5-Geo-Coder-Google/Makefile Mon Jul 30 20:51:48 2012 (r301769)
@@ -6,7 +6,7 @@
#
PORTNAME= Geo-Coder-Google
-PORTVERSION= 0.10
+PORTVERSION= 0.11
CATEGORIES= misc geography perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:ARCANEZ
@@ -15,13 +15,15 @@ PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet at FreeBSD.org
COMMENT= Google Maps Geocoding API
-BUILD_DEPENDS= p5-JSON>=2.27:${PORTSDIR}/converters/p5-JSON \
- p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC \
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
+BUILD_DEPENDS= p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC \
+ 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
RUN_DEPENDS:= ${BUILD_DEPENDS}
-
TEST_DEPENDS= p5-Test-Number-Delta>=0:${PORTSDIR}/devel/p5-Test-Number-Delta
PERL_CONFIGURE= yes
Modified: head/misc/p5-Geo-Coder-Google/distinfo
==============================================================================
--- head/misc/p5-Geo-Coder-Google/distinfo Mon Jul 30 20:51:37 2012 (r301768)
+++ head/misc/p5-Geo-Coder-Google/distinfo Mon Jul 30 20:51:48 2012 (r301769)
@@ -1,2 +1,2 @@
-SHA256 (Geo-Coder-Google-0.10.tar.gz) = a4f6142cfbe12f26724bdf76f2d95eb81a3c9878ff3b8df8d01964e625beff96
-SIZE (Geo-Coder-Google-0.10.tar.gz) = 6667
+SHA256 (Geo-Coder-Google-0.11.tar.gz) = f30e0346d51adb6fd862e9eb7d8baca72de5bb1cf8b5cb9c59c235a0bff8899a
+SIZE (Geo-Coder-Google-0.11.tar.gz) = 6853
More information about the svn-ports-head
mailing list