diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2006-05-11 08:34:41 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2006-05-11 08:34:41 +0000 |
commit | 9b00faaa550dac55a7d55c29efbba923f33fda96 (patch) | |
tree | 816eb19ce61b56455fb5641d7debd68bed532286 /devel/p5-IPC-Run | |
parent | 7f785d11cbf1e892da0dce49271497aa4aa0aaba (diff) | |
download | ports-9b00faaa550dac55a7d55c29efbba923f33fda96.tar.gz ports-9b00faaa550dac55a7d55c29efbba923f33fda96.zip |
Update to 0.80. Only require optional dependency on p5-IO-Tty for
lang/perl5.8, since that's what the dependency wants.
Notes
Notes:
svn path=/head/; revision=162065
Diffstat (limited to 'devel/p5-IPC-Run')
-rw-r--r-- | devel/p5-IPC-Run/Makefile | 11 | ||||
-rw-r--r-- | devel/p5-IPC-Run/distinfo | 6 |
2 files changed, 10 insertions, 7 deletions
diff --git a/devel/p5-IPC-Run/Makefile b/devel/p5-IPC-Run/Makefile index 08029af9f41b..f2ccf6d936f0 100644 --- a/devel/p5-IPC-Run/Makefile +++ b/devel/p5-IPC-Run/Makefile @@ -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> diff --git a/devel/p5-IPC-Run/distinfo b/devel/p5-IPC-Run/distinfo index 0f62fd302099..a0a4d3e8653c 100644 --- a/devel/p5-IPC-Run/distinfo +++ b/devel/p5-IPC-Run/distinfo @@ -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 |