diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-11-26 03:58:05 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-11-26 03:58:05 +0800 |
commit | 8fb9913005c20770252230017124de8d22625792 (patch) | |
tree | fa73c49c509f39255b3ab101820109b25336abfb /astro | |
parent | db5e0d6ce3368cdd2b435203f735f393b490ece5 (diff) | |
download | freebsd-ports-graphics-8fb9913005c20770252230017124de8d22625792.tar.gz freebsd-ports-graphics-8fb9913005c20770252230017124de8d22625792.tar.zst freebsd-ports-graphics-8fb9913005c20770252230017124de8d22625792.zip |
- Update to 0.58
- Convert to new options helper
Changes: http://search.cpan.org/dist/Astro-satpass/Changes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/p5-Astro-satpass/Makefile | 30 | ||||
-rw-r--r-- | astro/p5-Astro-satpass/distinfo | 4 |
2 files changed, 9 insertions, 25 deletions
diff --git a/astro/p5-Astro-satpass/Makefile b/astro/p5-Astro-satpass/Makefile index 4d556e76e03..45e37f27f92 100644 --- a/astro/p5-Astro-satpass/Makefile +++ b/astro/p5-Astro-satpass/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Astro-satpass -PORTVERSION= 0.057 +PORTVERSION= 0.058 CATEGORIES= astro perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:WYANT @@ -19,7 +19,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-JSON>=0:${PORTSDIR}/converters/p5-JSON OPTIONS_DEFINE= GEOCODER_US SIMBAD SOAPLITE SPACETRACK USGS -OPTIONS_DEFAULT= GEOCODER_US SIMBAD SPACETRACK USGS +OPTIONS_DEFAULT=GEOCODER_US SIMBAD SPACETRACK USGS GEOCODER_US_DESC= Add support for Geo::Coder::Geocoder::US SIMBAD_DESC= Add support for Astro::SIMBAD::Client SOAPLITE_DESC= Add support for SOAP::Lite (deprecated) @@ -30,26 +30,10 @@ CONFIGURE_ARGS= -y USES= perl5 USE_PERL5= configure -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MGEOCODER_US} -RUN_DEPENDS+= p5-Geo-Coder-Geocoder-US>=0:${PORTSDIR}/misc/p5-Geo-Coder-Geocoder-US -.endif - -.if ${PORT_OPTIONS:MSIMBAD} -RUN_DEPENDS+= p5-Astro-SIMBAD-Client>=0:${PORTSDIR}/astro/p5-Astro-SIMBAD-Client -.endif - -.if ${PORT_OPTIONS:MSPACETRACK} -RUN_DEPENDS+= p5-Astro-SpaceTrack>=0:${PORTSDIR}/astro/p5-Astro-SpaceTrack -.endif - -.if ${PORT_OPTIONS:MUSGS} -RUN_DEPENDS+= p5-Geo-WebService-Elevation-USGS>=0:${PORTSDIR}/science/p5-Geo-WebService-Elevation-USGS -.endif - -.if ${PORT_OPTIONS:MSOAPLITE} -RUN_DEPENDS+= p5-SOAP-Lite>=0:${PORTSDIR}/net/p5-SOAP-Lite -.endif +GEOCODER_US_RUN_DEPENDS=p5-Geo-Coder-Geocoder-US>=0:${PORTSDIR}/misc/p5-Geo-Coder-Geocoder-US +SIMBAD_RUN_DEPENDS= p5-Astro-SIMBAD-Client>=0:${PORTSDIR}/astro/p5-Astro-SIMBAD-Client +SOAPLITE_RUN_DEPENDS= p5-SOAP-Lite>=0:${PORTSDIR}/net/p5-SOAP-Lite +SPACETRACK_RUN_DEPENDS= p5-Astro-SpaceTrack>=0:${PORTSDIR}/astro/p5-Astro-SpaceTrack +USGS_RUN_DEPENDS= p5-Geo-WebService-Elevation-USGS>=0:${PORTSDIR}/science/p5-Geo-WebService-Elevation-USGS .include <bsd.port.mk> diff --git a/astro/p5-Astro-satpass/distinfo b/astro/p5-Astro-satpass/distinfo index 65332b661f7..36b31974190 100644 --- a/astro/p5-Astro-satpass/distinfo +++ b/astro/p5-Astro-satpass/distinfo @@ -1,2 +1,2 @@ -SHA256 (Astro-satpass-0.057.tar.gz) = 4794042f8c8b8b3a9c3046dcd59c222ed30471c1b2e5e948ab26b047670eb04d -SIZE (Astro-satpass-0.057.tar.gz) = 497119 +SHA256 (Astro-satpass-0.058.tar.gz) = d99e98a15d766939c55448a47e4df9beb9d80fec534236876b19cee40ac11c8d +SIZE (Astro-satpass-0.058.tar.gz) = 497906 |