ports/104519: [PATCH] devel/p5-IPC-Cmd: update to 0.32

Jin-Shan Tseng tjs at cdpa.nsysu.edu.tw
Wed Oct 18 06:50:15 UTC 2006


>Number:         104519
>Category:       ports
>Synopsis:       [PATCH] devel/p5-IPC-Cmd: update to 0.32
>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:   Wed Oct 18 06:50:14 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Jin-Shan Tseng
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD Pluto.CDPA.nsysu.edu.tw 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Thu Oct 12 11:54:24 CST 2006
>Description:
- Update to 0.32

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.32.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/p5-IPC-Cmd/Makefile /hd1/p5-IPC-Cmd/Makefile
--- /usr/ports/devel/p5-IPC-Cmd/Makefile	Thu Sep 21 19:28:02 2006
+++ /hd1/p5-IPC-Cmd/Makefile	Wed Oct 18 14:39:25 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	IPC-Cmd
-PORTVERSION=	0.25
+PORTVERSION=	0.32
 CATEGORIES=	devel perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	IPC
@@ -17,15 +17,11 @@
 
 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
-BUILD_DEPENDS=	${RUN_DEPENDS}
+		p5-IPC-Run>=0.55:${PORTSDIR}/devel/p5-IPC-Run \
+		p5-Params-Check>=0.20:${PORTSDIR}/devel/p5-Params-Check
 
 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 /hd1/p5-IPC-Cmd/distinfo
--- /usr/ports/devel/p5-IPC-Cmd/distinfo	Thu Sep 21 19:28:02 2006
+++ /hd1/p5-IPC-Cmd/distinfo	Wed Oct 18 14:28:23 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.32.tar.gz) = 4a9828ce6bd63fedba46bca124743850
+SHA256 (IPC-Cmd-0.32.tar.gz) = b8e3fe3d633abe60a5474d97ffdb3c55ca8cd70684fbebd5fbbb4ecea87a87bb
+SIZE (IPC-Cmd-0.32.tar.gz) = 12119
diff -ruN --exclude=CVS /usr/ports/devel/p5-IPC-Cmd/files/patch-IPC-Cmd.pm /hd1/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
+++ /hd1/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.32.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list