Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Mar 2006 19:03:13 +0100 (CET)
From:      Roderick van Domburg <r.s.a.vandomburg@student.utwente.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/94807: [maintainer-update] security/rubygem-net-ssh: modify to use ${ECHO_MSG}
Message-ID:  <200603211803.k2LI3DbV081551@roderick.homeunix.net>
Resent-Message-ID: <200603211910.k2LJAHha025651@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         94807
>Category:       ports
>Synopsis:       [maintainer-update] security/rubygem-net-ssh: modify to use ${ECHO_MSG}
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 21 19:10:17 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Roderick van Domburg
>Release:        FreeBSD 6.0-STABLE sparc64
>Organization:
University of Twente
>Environment:
System: FreeBSD roderick.homeunix.net 6.0-STABLE FreeBSD 6.0-STABLE #1: Thu Jan 12 10:47:03 CET 2006 roderick@developer.nedforce.nl:/usr/obj/usr/src/sys/DEVELOPER sparc64


	
>Description:
Modify to use ${ECHO_MSG} instead of ${ECHO}.
	
>How-To-Repeat:
	
>Fix:

	

--- patch-rubygem-net-ssh-echo_msg begins here ---
diff -ruN rubygem-net-ssh.bak/Makefile rubygem-net-ssh/Makefile
--- rubygem-net-ssh.bak/Makefile	Tue Mar 21 18:38:26 2006
+++ rubygem-net-ssh/Makefile	Tue Mar 21 18:39:13 2006
@@ -28,7 +28,7 @@
 .endif
 
 post-install:
-	@${ECHO} "You may safely ignore any 'Skipping require of dynamic string' messages."
+	@${ECHO_MSG} "You may safely ignore any 'Skipping require of dynamic string' messages."
 
 .include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
 .include <bsd.port.post.mk>
--- patch-rubygem-net-ssh-echo_msg ends here ---


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603211803.k2LI3DbV081551>