diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-07-25 01:23:31 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-07-25 01:23:31 +0000 |
commit | dbb7f1315ae445ff8b53cd3fb106e56b788152da (patch) | |
tree | 043c6bc00c3837a77fd71fd345b179abf1ce6e6e /astro | |
parent | 381159bc548fe478eb5cd74069741dfbdfe08ca4 (diff) |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/p5-Astro-SpaceTrack/Makefile | 11 | ||||
-rw-r--r-- | astro/p5-Astro-SpaceTrack/distinfo | 4 |
2 files changed, 7 insertions, 8 deletions
diff --git a/astro/p5-Astro-SpaceTrack/Makefile b/astro/p5-Astro-SpaceTrack/Makefile index 48ca617a69ef..ac21298a2d60 100644 --- a/astro/p5-Astro-SpaceTrack/Makefile +++ b/astro/p5-Astro-SpaceTrack/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Astro-SpaceTrack -PORTVERSION= 0.053 +PORTVERSION= 0.054 CATEGORIES= astro perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,22 +17,21 @@ COMMENT= Retrieve orbital data from www.space-track.org LICENSE_COMB= dual LICENSE= ART20 GPLv1 -BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ + p5-LWP-Protocol-https>=0:${PORTSDIR}/www/p5-LWP-Protocol-https \ p5-URI>=0:${PORTSDIR}/net/p5-URI \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww PERL_CONFIGURE= yes -CONFIGURE_ARGS+= -y -USE_PERL5_RUN= 5.6.2+ +CONFIGURE_ARGS= -y MAN1= SpaceTrack.1 MAN3= Astro::SpaceTrack.3 .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500903 -RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress +.if ${PERL_LEVEL} < 501000 +RUN_DEPENDS+= p5-IO-Compress>=0:${PORTSDIR}/archivers/p5-IO-Compress .endif .include <bsd.port.post.mk> diff --git a/astro/p5-Astro-SpaceTrack/distinfo b/astro/p5-Astro-SpaceTrack/distinfo index b198f1d09e22..56099995a63c 100644 --- a/astro/p5-Astro-SpaceTrack/distinfo +++ b/astro/p5-Astro-SpaceTrack/distinfo @@ -1,2 +1,2 @@ -SHA256 (Astro-SpaceTrack-0.053.tar.gz) = 557ba7ea7a2ffeef7f856df50d31acf922a5678b72bcd7b82c9003ddbf83e8b4 -SIZE (Astro-SpaceTrack-0.053.tar.gz) = 90759 +SHA256 (Astro-SpaceTrack-0.054.tar.gz) = 2c1bc93c8ef57726da5262e2ed0d7413c23c75873a1b5271a7f52dfbe448a99a +SIZE (Astro-SpaceTrack-0.054.tar.gz) = 91627 |