svn commit: r334889 - head/astro/p5-Astro-satpass

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Nov 25 19:58:06 UTC 2013


Author: sunpoet
Date: Mon Nov 25 19:58:05 2013
New Revision: 334889
URL: http://svnweb.freebsd.org/changeset/ports/334889

Log:
  - Update to 0.58
  - Convert to new options helper
  
  Changes:	http://search.cpan.org/dist/Astro-satpass/Changes

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

Modified: head/astro/p5-Astro-satpass/Makefile
==============================================================================
--- head/astro/p5-Astro-satpass/Makefile	Mon Nov 25 19:52:24 2013	(r334888)
+++ head/astro/p5-Astro-satpass/Makefile	Mon Nov 25 19:58:05 2013	(r334889)
@@ -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>

Modified: head/astro/p5-Astro-satpass/distinfo
==============================================================================
--- head/astro/p5-Astro-satpass/distinfo	Mon Nov 25 19:52:24 2013	(r334888)
+++ head/astro/p5-Astro-satpass/distinfo	Mon Nov 25 19:58:05 2013	(r334889)
@@ -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


More information about the svn-ports-head mailing list