From owner-svn-ports-head@FreeBSD.ORG Fri Feb 8 22:15:28 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 614C9E2B; Fri, 8 Feb 2013 22:15:28 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 542DB615; Fri, 8 Feb 2013 22:15:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r18MFS6f063199; Fri, 8 Feb 2013 22:15:28 GMT (envelope-from stephen@svn.freebsd.org) Received: (from stephen@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r18MFSV6063198; Fri, 8 Feb 2013 22:15:28 GMT (envelope-from stephen@svn.freebsd.org) Message-Id: <201302082215.r18MFSV6063198@svn.freebsd.org> From: Stephen Montgomery-Smith Date: Fri, 8 Feb 2013 22:15:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r311954 - head/math/sage X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Feb 2013 22:15:28 -0000 Author: stephen Date: Fri Feb 8 22:15:27 2013 New Revision: 311954 URL: http://svnweb.freebsd.org/changeset/ports/311954 Log: - Add shells/bash to build_depends and run_depends. Pointyhat: stephen Submitted by: Beni (private email). Modified: head/math/sage/Makefile Modified: head/math/sage/Makefile ============================================================================== --- head/math/sage/Makefile Fri Feb 8 22:12:17 2013 (r311953) +++ head/math/sage/Makefile Fri Feb 8 22:15:27 2013 (r311954) @@ -13,10 +13,12 @@ EXTRACT_SUFX= .tar MAINTAINER= stephen@FreeBSD.org COMMENT= Open source Mathematics software -BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX-base +BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX-base \ + bash:${PORTSDIR}/shells/bash LIB_DEPENDS= atlas:${PORTSDIR}/math/atlas \ lapack:${PORTSDIR}/math/lapack \ jpeg:${PORTSDIR}/graphics/jpeg +RUN_DEPENDS= bash:${PORTSDIR}/shells/bash # 387 option: this only makes a difference for the amd64 architecture. Causes # the internal floating point calculations to be performed with extended