From a447d3207d987ddc5b4cb16345ffd07b474aea9c Mon Sep 17 00:00:00 2001 From: mm Date: Tue, 21 Sep 2010 07:56:43 +0000 Subject: Change dependency on old p5-Compress-Zlib, p5-IO-Compress-Base, p5-IO-Compress-Zlib and p5-IO-Compress-Bzip2 modules to p5-IO-Compress. Explicitly depend on p5-IO-Compress only if PERL_LEVEL < 500903 Bump PORTREVISION --- astro/p5-Astro-SpaceTrack/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'astro') diff --git a/astro/p5-Astro-SpaceTrack/Makefile b/astro/p5-Astro-SpaceTrack/Makefile index e5ec37e5690d..6caa43e427b4 100644 --- a/astro/p5-Astro-SpaceTrack/Makefile +++ b/astro/p5-Astro-SpaceTrack/Makefile @@ -7,6 +7,7 @@ PORTNAME= Astro-SpaceTrack PORTVERSION= 0.048 +PORTREVISION= 1 CATEGORIES= astro perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -28,7 +29,7 @@ MAN3= Astro::SpaceTrack.3 .include .if ${PERL_LEVEL} < 500903 -RUN_DEPENDS+= p5-Compress-Zlib>=0:${PORTSDIR}/archivers/p5-Compress-Zlib +RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress .endif .include -- cgit