From owner-svn-ports-all@FreeBSD.ORG Sun Dec 15 13:20:01 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5BBC5A0E; Sun, 15 Dec 2013 13:20:01 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 487FB1468; Sun, 15 Dec 2013 13:20:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBFDK144014582; Sun, 15 Dec 2013 13:20:01 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBFDK1og014580; Sun, 15 Dec 2013 13:20:01 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201312151320.rBFDK1og014580@svn.freebsd.org> From: Kubilay Kocak Date: Sun, 15 Dec 2013 13:20:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336526 - head/math/py-numpy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Dec 2013 13:20:01 -0000 Author: koobs Date: Sun Dec 15 13:20:00 2013 New Revision: 336526 URL: http://svnweb.freebsd.org/changeset/ports/336526 Log: math/py-numpy: Add missing ending quotation to ECHO_MSG Add a missing ending quotation from the last ECHO_MSG command added in r336423. PR: ports/184775 Reported by: Roland Smith Modified: head/math/py-numpy/Makefile Modified: head/math/py-numpy/Makefile ============================================================================== --- head/math/py-numpy/Makefile Sun Dec 15 13:04:55 2013 (r336525) +++ head/math/py-numpy/Makefile Sun Dec 15 13:20:00 2013 (r336526) @@ -62,7 +62,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/lib/libalap @${ECHO_MSG} "for numpy to function correctly. Ensure it is" @${ECHO_MSG} "selected in the configuration dialog when prompted, or" @${ECHO_MSG} "Ctrl-C now and reinstall the atlas port with the option" -@${ECHO_MSG} "enabled. +@${ECHO_MSG} "enabled." sleep 5 .else LIB_DEPENDS+= lapack.4:${PORTSDIR}/math/lapack \