From bc5d96acb2238ca3a57fe62e6df54464f1a9bc8f Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Tue, 6 Dec 2011 03:56:03 +0000 Subject: - Update to 0.45 - Add OPTIONS GEOCODER_US - Depcreate SOAP::Lite dependency (default off) Changes: http://search.cpan.org/dist/Astro-satpass/Changes Feature safe: yes --- astro/p5-Astro-satpass/Makefile | 14 ++++++++++---- astro/p5-Astro-satpass/distinfo | 4 ++-- 2 files changed, 12 insertions(+), 6 deletions(-) (limited to 'astro/p5-Astro-satpass') diff --git a/astro/p5-Astro-satpass/Makefile b/astro/p5-Astro-satpass/Makefile index 79e318833319..86b5570fff3d 100644 --- a/astro/p5-Astro-satpass/Makefile +++ b/astro/p5-Astro-satpass/Makefile @@ -6,9 +6,10 @@ # PORTNAME= Astro-satpass -PORTVERSION= 0.044 +PORTVERSION= 0.045 CATEGORIES= astro perl5 MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:WYANT PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org @@ -20,8 +21,9 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-Date-Manip>=1.14:${PORTSDIR}/devel/p5-Date-Manip RUN_DEPENDS= p5-Date-Manip>=1.14:${PORTSDIR}/devel/p5-Date-Manip -OPTIONS= SIMBAD "Add support for Astro::SIMBAD::Client" on \ - SOAPLITE "Add support for SOAP::Lite" on \ +OPTIONS= GEOCODER_US "Add support for Geo::Coder::Geocoder::US" on \ + SIMBAD "Add support for Astro::SIMBAD::Client" on \ + SOAPLITE "Add support for SOAP::Lite (deprecated)" off \ SPACETRACK "Add support for Astro::SpaceTrack" on \ USGS "Add support for Geo::WebService::Elevation::USGS" on @@ -41,6 +43,10 @@ MAN3= Astro::Coord::ECI::Utils.3 \ .include +.if !defined(WITHOUT_GEOCODER_US) +RUN_DEPENDS+= p5-Geo-Coder-Geocoder-US>=0:${PORTSDIR}/misc/p5-Geo-Coder-Geocoder-US +.endif + .if !defined(WITHOUT_SIMBAD) RUN_DEPENDS+= p5-Astro-SIMBAD-Client>=0:${PORTSDIR}/astro/p5-Astro-SIMBAD-Client .endif @@ -53,7 +59,7 @@ RUN_DEPENDS+= p5-Astro-SpaceTrack>=0:${PORTSDIR}/astro/p5-Astro-SpaceTrack RUN_DEPENDS+= p5-Geo-WebService-Elevation-USGS>=0:${PORTSDIR}/science/p5-Geo-WebService-Elevation-USGS .endif -.if !defined(WITHOUT_SOAPLITE) +.if defined(WITH_SOAPLITE) RUN_DEPENDS+= p5-SOAP-Lite>=0:${PORTSDIR}/net/p5-SOAP-Lite .endif diff --git a/astro/p5-Astro-satpass/distinfo b/astro/p5-Astro-satpass/distinfo index f84d302470b0..a96b998f83ad 100644 --- a/astro/p5-Astro-satpass/distinfo +++ b/astro/p5-Astro-satpass/distinfo @@ -1,2 +1,2 @@ -SHA256 (Astro-satpass-0.044.tar.gz) = 864866dbf7b18c2bcf1836da2a2a973b30bc56a52f282f3a5f70c2797be42105 -SIZE (Astro-satpass-0.044.tar.gz) = 466976 +SHA256 (Astro-satpass-0.045.tar.gz) = 5d644888d53c62994859164dbd86ae5fe6fd5b42bbfb38d6c87407b459b3e804 +SIZE (Astro-satpass-0.045.tar.gz) = 468217 -- cgit v1.2.3