aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-IPC-Run
diff options
context:
space:
mode:
authortobez <tobez@FreeBSD.org>2002-06-26 20:55:17 +0800
committertobez <tobez@FreeBSD.org>2002-06-26 20:55:17 +0800
commitf1a29d1976fdf6dc2b95d624789cc996205a5fa9 (patch)
treeeeac3378c3f56c6a4241c1ca41d35e429e4a8021 /devel/p5-IPC-Run
parentbaf8b5e8778e04b4fbdbfd8dd712915e71f7a811 (diff)
downloadfreebsd-ports-gnome-f1a29d1976fdf6dc2b95d624789cc996205a5fa9.tar.gz
freebsd-ports-gnome-f1a29d1976fdf6dc2b95d624789cc996205a5fa9.tar.zst
freebsd-ports-gnome-f1a29d1976fdf6dc2b95d624789cc996205a5fa9.zip
1. Update to 0.74.
2. Add dependecnies to make sure it works with pseudo-ttys this time. PR: 39400 (for item 1) Submitted by: Erwin Lansing <erwin@lansing.dk> (for item 1)
Diffstat (limited to 'devel/p5-IPC-Run')
-rw-r--r--devel/p5-IPC-Run/Makefile10
-rw-r--r--devel/p5-IPC-Run/distinfo2
-rw-r--r--devel/p5-IPC-Run/pkg-descr2
-rw-r--r--devel/p5-IPC-Run/pkg-plist4
4 files changed, 13 insertions, 5 deletions
diff --git a/devel/p5-IPC-Run/Makefile b/devel/p5-IPC-Run/Makefile
index 0c214653fb81..429ecc735e09 100644
--- a/devel/p5-IPC-Run/Makefile
+++ b/devel/p5-IPC-Run/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= IPC-Run
-PORTVERSION= 0.44
+PORTVERSION= 0.74
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= IPC
@@ -14,12 +14,16 @@ PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
-BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes
+BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \
+ ${SITE_PERL}/${PERL_ARCH}/IO/Handle.pm:${PORTSDIR}/devel/p5-IO \
+ ${SITE_PERL}/${PERL_ARCH}/IO/Tty.pm:${PORTSDIR}/devel/p5-IO-Tty
RUN_DEPENDS= ${BUILD_DEPENDS}
+SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
PERL_CONFIGURE= yes
-MAN3= IPC::Run.3 IPC::Run::IO.3 IPC::Run::Timer.3
+MAN3= IPC::Run.3 IPC::Run::IO.3 IPC::Run::Timer.3 IPC::Run::Debug.3\
+ IPC::Run::Win32IO.3 IPC::Run::Win32Helper.3 IPC::Run::Win32Pump.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>
diff --git a/devel/p5-IPC-Run/distinfo b/devel/p5-IPC-Run/distinfo
index f1185e96bc14..68759937d362 100644
--- a/devel/p5-IPC-Run/distinfo
+++ b/devel/p5-IPC-Run/distinfo
@@ -1 +1 @@
-MD5 (IPC-Run-0.44.tar.gz) = 3a00ba86476673974079f69a773d3d06
+MD5 (IPC-Run-0.74.tar.gz) = 62bf417717c0b4660d42db2ea47ff6c9
diff --git a/devel/p5-IPC-Run/pkg-descr b/devel/p5-IPC-Run/pkg-descr
index 0c9737bf8a71..bbc971c07119 100644
--- a/devel/p5-IPC-Run/pkg-descr
+++ b/devel/p5-IPC-Run/pkg-descr
@@ -3,4 +3,4 @@ and pseudo-ttys. Both event-loop and procedural techniques are
supported and may be mixed. Likewise, functional and OO API styles are
both supported and may be mixed.
-Currently, pseudo-ttys operations are not supported in FreeBSD.
+WWW: http://search.cpan.org/search?dist=IPC-Run
diff --git a/devel/p5-IPC-Run/pkg-plist b/devel/p5-IPC-Run/pkg-plist
index f1459b4ea153..8243ad5408ae 100644
--- a/devel/p5-IPC-Run/pkg-plist
+++ b/devel/p5-IPC-Run/pkg-plist
@@ -2,6 +2,10 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IPC/Run/.packlist
lib/perl5/site_perl/%%PERL_VER%%/IPC/Run.pm
lib/perl5/site_perl/%%PERL_VER%%/IPC/Run/Timer.pm
lib/perl5/site_perl/%%PERL_VER%%/IPC/Run/IO.pm
+lib/perl5/site_perl/%%PERL_VER%%/IPC/Run/Debug.pm
+lib/perl5/site_perl/%%PERL_VER%%/IPC/Run/Win32IO.pm
+lib/perl5/site_perl/%%PERL_VER%%/IPC/Run/Win32Helper.pm
+lib/perl5/site_perl/%%PERL_VER%%/IPC/Run/Win32Pump.pm
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IPC/Run
@dirrm lib/perl5/site_perl/%%PERL_VER%%/IPC/Run
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IPC 2>/dev/null || true