diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-08-01 02:13:31 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-08-01 02:13:31 +0000 |
commit | 50e41d336591f91a1b5f1d7be5536640ce8eee4b (patch) | |
tree | c7875f7621264f50ff4c795d2b92642dda5c2938 | |
parent | e1175417b73602a3f7d590813928d2abea9f68f9 (diff) | |
download | ports-50e41d336591f91a1b5f1d7be5536640ce8eee4b.tar.gz ports-50e41d336591f91a1b5f1d7be5536640ce8eee4b.zip |
Notes
-rw-r--r-- | science/p5-Geo-WebService-Elevation-USGS/Makefile | 8 | ||||
-rw-r--r-- | science/p5-Geo-WebService-Elevation-USGS/distinfo | 4 |
2 files changed, 8 insertions, 4 deletions
diff --git a/science/p5-Geo-WebService-Elevation-USGS/Makefile b/science/p5-Geo-WebService-Elevation-USGS/Makefile index deb8655aa665..be349c9a1ca6 100644 --- a/science/p5-Geo-WebService-Elevation-USGS/Makefile +++ b/science/p5-Geo-WebService-Elevation-USGS/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Geo-WebService-Elevation-USGS -PORTVERSION= 0.007 +PORTVERSION= 0.008 CATEGORIES= science perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,7 +14,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension for elevation queries against USGS web services -RUN_DEPENDS= p5-SOAP-Lite>=0:${PORTSDIR}/net/p5-SOAP-Lite +RUN_DEPENDS= p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \ + p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww +TEST_DEPENDS= p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww PERL_CONFIGURE= yes diff --git a/science/p5-Geo-WebService-Elevation-USGS/distinfo b/science/p5-Geo-WebService-Elevation-USGS/distinfo index e514bbd9533d..2f955fd80551 100644 --- a/science/p5-Geo-WebService-Elevation-USGS/distinfo +++ b/science/p5-Geo-WebService-Elevation-USGS/distinfo @@ -1,2 +1,2 @@ -SHA256 (Geo-WebService-Elevation-USGS-0.007.tar.gz) = 80909e8252295f2dfcc716e5b3dcaf52c16a61aaefab40ba554f67d5fc58bf4d -SIZE (Geo-WebService-Elevation-USGS-0.007.tar.gz) = 48695 +SHA256 (Geo-WebService-Elevation-USGS-0.008.tar.gz) = f95018006af7900c8378c7e3d9da12763cbeb452d40c27c92a54b9d87b2238f1 +SIZE (Geo-WebService-Elevation-USGS-0.008.tar.gz) = 44921 |