Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Mar 2017 17:54:21 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r436011 - head/astro/p5-Astro-satpass
Message-ID:  <201703121754.v2CHsMVG076712@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Mar 12 17:54:21 2017
New Revision: 436011
URL: https://svnweb.freebsd.org/changeset/ports/436011

Log:
  Remove optional dependency on expired misc/p5-Geo-Coder-Geocoder-US
  
  - Bump PORTREVISION for dependency change
  
  PR:		217594
  Submitted by:	rene

Modified:
  head/astro/p5-Astro-satpass/Makefile

Modified: head/astro/p5-Astro-satpass/Makefile
==============================================================================
--- head/astro/p5-Astro-satpass/Makefile	Sun Mar 12 17:54:17 2017	(r436010)
+++ head/astro/p5-Astro-satpass/Makefile	Sun Mar 12 17:54:21 2017	(r436011)
@@ -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
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703121754.v2CHsMVG076712>