diff options
author | leeym <leeym@FreeBSD.org> | 2008-10-03 02:15:07 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2008-10-03 02:15:07 +0800 |
commit | f90e555707f5f8eb944abe6babaf73e4d6f49570 (patch) | |
tree | e9108cc3602d6ed59f1b398b08e8b06627a55f91 /astro | |
parent | e279ae35327c1ea5ec2f0e55ed78835cdcafe20e (diff) | |
download | freebsd-ports-gnome-f90e555707f5f8eb944abe6babaf73e4d6f49570.tar.gz freebsd-ports-gnome-f90e555707f5f8eb944abe6babaf73e4d6f49570.tar.zst freebsd-ports-gnome-f90e555707f5f8eb944abe6babaf73e4d6f49570.zip |
- update to 0.033
Diffstat (limited to 'astro')
-rw-r--r-- | astro/p5-Astro-SpaceTrack/Makefile | 14 | ||||
-rw-r--r-- | astro/p5-Astro-SpaceTrack/distinfo | 6 |
2 files changed, 14 insertions, 6 deletions
diff --git a/astro/p5-Astro-SpaceTrack/Makefile b/astro/p5-Astro-SpaceTrack/Makefile index d9e45db6bf41..98aa009019b6 100644 --- a/astro/p5-Astro-SpaceTrack/Makefile +++ b/astro/p5-Astro-SpaceTrack/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Astro-SpaceTrack -PORTVERSION= 0.032 +PORTVERSION= 0.033 CATEGORIES= astro perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,10 +14,18 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Retrieve orbital data from www.space-track.org -RUN_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ + p5-URI>=0:${PORTSDIR}/net/p5-URI \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww PERL_CONFIGURE= yes MAN3= Astro::SpaceTrack.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500903 +RUN_DEPENDS+= p5-Compress-Zlib>=0:${PORTSDIR}/archivers/p5-Compress-Zlib +.endif + +.include <bsd.port.post.mk> diff --git a/astro/p5-Astro-SpaceTrack/distinfo b/astro/p5-Astro-SpaceTrack/distinfo index 8a9743bfcefb..4f9efdadec43 100644 --- a/astro/p5-Astro-SpaceTrack/distinfo +++ b/astro/p5-Astro-SpaceTrack/distinfo @@ -1,3 +1,3 @@ -MD5 (Astro-SpaceTrack-0.032.tar.gz) = 5dc038bfe16bc33a1af5c9f7e2bb323a -SHA256 (Astro-SpaceTrack-0.032.tar.gz) = 33a93306e127916788b5e61402a34e737cdb33e2c965c1ff7f72a8902a58308b -SIZE (Astro-SpaceTrack-0.032.tar.gz) = 40561 +MD5 (Astro-SpaceTrack-0.033.tar.gz) = 936f10139fd687e7bcb7741c23423ea5 +SHA256 (Astro-SpaceTrack-0.033.tar.gz) = 389b28179cb553b64f841fb74e16fd8f48796f080e2ddeb8b49026cef05b64fd +SIZE (Astro-SpaceTrack-0.033.tar.gz) = 41782 |