diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-03-12 17:54:21 +0000 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-03-12 17:54:21 +0000 |
commit | 777b0c6d2fb3dc4b452d052bcf2df22b4ccedf0c (patch) | |
tree | a90e0ea012234cbd50cde42cf11c8505485caad2 | |
parent | 092acc8d9aaddb65a701be898baffec02645dd70 (diff) | |
download | FreeBSD-ports-777b0c6d2fb3dc4b452d052bcf2df22b4ccedf0c.zip FreeBSD-ports-777b0c6d2fb3dc4b452d052bcf2df22b4ccedf0c.tar.gz |
Remove optional dependency on expired misc/p5-Geo-Coder-Geocoder-US
- Bump PORTREVISION for dependency change
PR: 217594
Submitted by: rene
-rw-r--r-- | astro/p5-Astro-satpass/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/astro/p5-Astro-satpass/Makefile b/astro/p5-Astro-satpass/Makefile index e1482b1..0c2738a 100644 --- a/astro/p5-Astro-satpass/Makefile +++ b/astro/p5-Astro-satpass/Makefile @@ -3,6 +3,7 @@ PORTNAME= Astro-satpass PORTVERSION= 0.078 +PORTREVISION= 1 CATEGORIES= astro perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,9 +18,8 @@ BUILD_DEPENDS= p5-Date-Manip>=1.14:devel/p5-Date-Manip RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-JSON>=0:converters/p5-JSON -OPTIONS_DEFINE= GEOCODER_US SIMBAD SOAPLITE SPACETRACK USGS -OPTIONS_DEFAULT=GEOCODER_US SIMBAD SPACETRACK USGS -GEOCODER_US_DESC= Add support for Geo::Coder::Geocoder::US +OPTIONS_DEFINE= SIMBAD SOAPLITE SPACETRACK USGS +OPTIONS_DEFAULT=SIMBAD SPACETRACK USGS SIMBAD_DESC= Add support for Astro::SIMBAD::Client SOAPLITE_DESC= Add support for SOAP::Lite (deprecated) SPACETRACK_DESC= Add support for Astro::SpaceTrack @@ -32,7 +32,6 @@ NO_ARCH= yes USES= perl5 USE_PERL5= configure -GEOCODER_US_RUN_DEPENDS=p5-Geo-Coder-Geocoder-US>=0:misc/p5-Geo-Coder-Geocoder-US SIMBAD_RUN_DEPENDS= p5-Astro-SIMBAD-Client>=0:astro/p5-Astro-SIMBAD-Client SOAPLITE_RUN_DEPENDS= p5-SOAP-Lite>=0:net/p5-SOAP-Lite SPACETRACK_RUN_DEPENDS= p5-Astro-SpaceTrack>=0:astro/p5-Astro-SpaceTrack |