From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 19:58:06 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E7E2A27F; Mon, 25 Nov 2013 19:58:05 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C8F542531; Mon, 25 Nov 2013 19:58:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPJw5eJ010902; Mon, 25 Nov 2013 19:58:05 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPJw5Mk010897; Mon, 25 Nov 2013 19:58:05 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311251958.rAPJw5Mk010897@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 25 Nov 2013 19:58:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334889 - head/astro/p5-Astro-satpass X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 19:58:06 -0000 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 - -.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 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