Update to 0.80. Only require optional dependency on p5-IO-Tty for

lang/perl5.8, since that's what the dependency wants.
This commit is contained in:
Anton Berezin 2006-05-11 08:34:41 +00:00
parent 7f785d11cb
commit 9b00faaa55
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=162065
2 changed files with 10 additions and 7 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= IPC-Run
PORTVERSION= 0.79
PORTVERSION= 0.80
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= IPC
@ -15,8 +15,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= IPC::Run - Run subprocesses with piping and redirection
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/IO/Tty.pm:${PORTSDIR}/devel/p5-IO-Tty
RUN_DEPENDS= ${BUILD_DEPENDS}
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
@ -26,7 +25,11 @@ MAN3= IPC::Run.3 IPC::Run::IO.3 IPC::Run::Timer.3 IPC::Run::Debug.3 \
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500601
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/IO/Handle.pm:${PORTSDIR}/devel/p5-IO
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/IO/Handle.pm:${PORTSDIR}/devel/p5-IO
.endif
.if ${PERL_LEVEL} >= 500800
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/IO/Tty.pm:${PORTSDIR}/devel/p5-IO-Tty
.endif
.include <bsd.port.post.mk>

View File

@ -1,3 +1,3 @@
MD5 (IPC-Run-0.79.tar.gz) = a1044306a9669b376f58315884c13392
SHA256 (IPC-Run-0.79.tar.gz) = 020eb8872e498fa8eb5e29339dcbbe18a507cd322f1cf442f2c7e3623eb3f751
SIZE (IPC-Run-0.79.tar.gz) = 89422
MD5 (IPC-Run-0.80.tar.gz) = a867e694862afd4a3c429124618fc15e
SHA256 (IPC-Run-0.80.tar.gz) = 445e857caca501cdde57019e4e7ce5eacbc329728216119e9c338e04eed460d1
SIZE (IPC-Run-0.80.tar.gz) = 89933