svn commit: r329079 - head/astro/p5-Astro-SpaceTrack
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Oct 2 17:44:08 UTC 2013
Author: sunpoet
Date: Wed Oct 2 17:44:06 2013
New Revision: 329079
URL: http://svnweb.freebsd.org/changeset/ports/329079
Log:
- Update to 0.078
- Support STAGEDIR
Changes: http://search.cpan.org/dist/Astro-SpaceTrack/Changes
Modified:
head/astro/p5-Astro-SpaceTrack/Makefile
head/astro/p5-Astro-SpaceTrack/distinfo (contents, props changed)
head/astro/p5-Astro-SpaceTrack/pkg-plist (contents, props changed)
Modified: head/astro/p5-Astro-SpaceTrack/Makefile
==============================================================================
--- head/astro/p5-Astro-SpaceTrack/Makefile Wed Oct 2 17:15:00 2013 (r329078)
+++ head/astro/p5-Astro-SpaceTrack/Makefile Wed Oct 2 17:44:06 2013 (r329079)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= Astro-SpaceTrack
-PORTVERSION= 0.077
+PORTVERSION= 0.078
CATEGORIES= astro perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:WYANT
@@ -14,8 +14,7 @@ COMMENT= Retrieve orbital data from www.
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-BUILD_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
- p5-HTTP-Message>=6.03:${PORTSDIR}/www/p5-HTTP-Message \
+BUILD_DEPENDS= p5-HTTP-Message>=6.03:${PORTSDIR}/www/p5-HTTP-Message \
p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \
p5-LWP-Protocol-https>=0:${PORTSDIR}/www/p5-LWP-Protocol-https \
p5-URI>=0:${PORTSDIR}/net/p5-URI \
@@ -25,10 +24,5 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
CONFIGURE_ARGS= -y
-NO_STAGE= yes
-
-MAN1= SpaceTrack.1
-MAN3= Astro::SpaceTrack.3 \
- Astro::SpaceTrack::BulkData.3
.include <bsd.port.mk>
Modified: head/astro/p5-Astro-SpaceTrack/distinfo
==============================================================================
--- head/astro/p5-Astro-SpaceTrack/distinfo Wed Oct 2 17:15:00 2013 (r329078)
+++ head/astro/p5-Astro-SpaceTrack/distinfo Wed Oct 2 17:44:06 2013 (r329079)
@@ -1,2 +1,2 @@
-SHA256 (Astro-SpaceTrack-0.077.tar.gz) = 7741372844c1663b1cecfc8634f62e75dbcdd8b5676d57ef28b2a70004613c7d
-SIZE (Astro-SpaceTrack-0.077.tar.gz) = 130774
+SHA256 (Astro-SpaceTrack-0.078.tar.gz) = b06d1778a08f91609f0fbda6f7276b6350ee9e0675ebf88e996f559fbeaf4c2b
+SIZE (Astro-SpaceTrack-0.078.tar.gz) = 122118
Modified: head/astro/p5-Astro-SpaceTrack/pkg-plist
==============================================================================
--- head/astro/p5-Astro-SpaceTrack/pkg-plist Wed Oct 2 17:15:00 2013 (r329078)
+++ head/astro/p5-Astro-SpaceTrack/pkg-plist Wed Oct 2 17:44:06 2013 (r329079)
@@ -1,8 +1,10 @@
bin/SpaceTrack
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro/SpaceTrack/.packlist
%%SITE_PERL%%/Astro/SpaceTrack.pm
-%%SITE_PERL%%/Astro/SpaceTrack/Parser.pm
%%SITE_PERL%%/Astro/SpaceTrack/BulkData.pod
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro/SpaceTrack/.packlist
+%%PERL5_MAN3%%/Astro::SpaceTrack.3.gz
+%%PERL5_MAN3%%/Astro::SpaceTrack::BulkData.3.gz
+man/man1/SpaceTrack.1.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro/SpaceTrack
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro
@dirrmtry %%SITE_PERL%%/Astro/SpaceTrack
More information about the svn-ports-all
mailing list