ports/105780: [PATCH] devel/p5-IPC-Cmd: update to 0.34

chinsan chinsan at FreeBSD.org
Thu Nov 23 10:40:24 UTC 2006


>Number:         105780
>Category:       ports
>Synopsis:       [PATCH] devel/p5-IPC-Cmd: update to 0.34
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 23 10:40:23 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     chinsan
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
Taiwan
>Environment:
System: FreeBSD BSD6.giga.hgc.com.tw 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #6: Thu Sep 14 09:46:10 CST 2006
>Description:
- Update to 0.34

Removed file(s):
- files/patch-IPC-Cmd.pm

Port maintainer (tobez at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-IPC-Cmd-0.34.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/p5-IPC-Cmd/Makefile /usr/home/chinsan/project/p5-IPC-Cmd/Makefile
--- /usr/ports/devel/p5-IPC-Cmd/Makefile	Thu Sep 21 19:28:02 2006
+++ /usr/home/chinsan/project/p5-IPC-Cmd/Makefile	Thu Nov 23 17:59:25 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	IPC-Cmd
-PORTVERSION=	0.25
+PORTVERSION=	0.34
 CATEGORIES=	devel perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	IPC
@@ -17,15 +17,12 @@
 
 RUN_DEPENDS=	${SITE_PERL}/Locale/Maketext/Simple.pm:${PORTSDIR}/devel/p5-Locale-Maketext-Simple \
 		${SITE_PERL}/Module/Load/Conditional.pm:${PORTSDIR}/devel/p5-Module-Load-Conditional \
-		${SITE_PERL}/IPC/Run.pm:${PORTSDIR}/devel/p5-IPC-Run \
-		${SITE_PERL}/Params/Check.pm:${PORTSDIR}/devel/p5-Params-Check
+		p5-IPC-Run>=0.55:${PORTSDIR}/devel/p5-IPC-Run \
+		p5-Params-Check>=0.20:${PORTSDIR}/devel/p5-Params-Check
 BUILD_DEPENDS=	${RUN_DEPENDS}
 
 PERL_CONFIGURE=	yes
 
 MAN3=	IPC::Cmd.3
-
-post-patch:
-	${RM} -f ${WRKSRC}/lib/IPC/Cmd.pm.orig
 
 .include <bsd.port.mk>
diff -ruN --exclude=CVS /usr/ports/devel/p5-IPC-Cmd/distinfo /usr/home/chinsan/project/p5-IPC-Cmd/distinfo
--- /usr/ports/devel/p5-IPC-Cmd/distinfo	Thu Sep 21 19:28:02 2006
+++ /usr/home/chinsan/project/p5-IPC-Cmd/distinfo	Thu Nov 23 18:00:43 2006
@@ -1,3 +1,3 @@
-MD5 (IPC-Cmd-0.25.tar.gz) = 69bb014822594266ca2cbd01aae54912
-SHA256 (IPC-Cmd-0.25.tar.gz) = a5dc8190cfd34ee55e5979eb501d04239470e73fdf2699b19f34640ec5056778
-SIZE (IPC-Cmd-0.25.tar.gz) = 9969
+MD5 (IPC-Cmd-0.34.tar.gz) = cfd848ecb76e2a71757f74501396dd48
+SHA256 (IPC-Cmd-0.34.tar.gz) = 5bd00e83f917711b52fa333bd5b83016f26b979661e210f7ef088e7304cfed85
+SIZE (IPC-Cmd-0.34.tar.gz) = 12136
diff -ruN --exclude=CVS /usr/ports/devel/p5-IPC-Cmd/files/patch-IPC-Cmd.pm /usr/home/chinsan/project/p5-IPC-Cmd/files/patch-IPC-Cmd.pm
--- /usr/ports/devel/p5-IPC-Cmd/files/patch-IPC-Cmd.pm	Thu Sep 21 19:28:02 2006
+++ /usr/home/chinsan/project/p5-IPC-Cmd/files/patch-IPC-Cmd.pm	Thu Jan  1 08:00:00 1970
@@ -1,21 +0,0 @@
---- lib/IPC/Cmd.pm	Wed Sep  6 17:34:32 2006
-+++ lib/IPC/Cmd.pm	Thu Sep 21 13:15:15 2006
-@@ -260,8 +260,7 @@ sub _open3_run {
-     ### child process. This stops us from having to pump input
-     ### from ourselves to the childprocess. However, we will need
-     ### to revive the FH afterwards, as IPC::Open3 closes it.
--    my $save_stdin;
--    open $save_stdin, "<&STDIN" or (
-+    open IPC_CMD_SAVE_STDIN, "<&STDIN" or (
-         warn(loc("Could not dup STDIN: %1",$!)),
-         return
-     );
-@@ -317,7 +316,7 @@ sub _open3_run {
-     
-     ### restore STDIN after duping, or STDIN will be closed for
-     ### this current perl process!
--    open STDIN, "<&", $save_stdin or (
-+    open STDIN, "<& IPC_CMD_SAVE_STDIN" or (
-         warn(loc("Could not restore STDIN: %1", $!)),
-         return
-     );        
--- p5-IPC-Cmd-0.34.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list