From owner-svn-ports-all@freebsd.org Thu Apr 28 02:09:11 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AC340B1E849; Thu, 28 Apr 2016 02:09:11 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7A0E31E19; Thu, 28 Apr 2016 02:09:11 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u3S29AEq030995; Thu, 28 Apr 2016 02:09:10 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3S29A0Z030994; Thu, 28 Apr 2016 02:09:10 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201604280209.u3S29A0Z030994@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Thu, 28 Apr 2016 02:09:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414153 - head/math/py-sympy 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.21 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: Thu, 28 Apr 2016 02:09:11 -0000 Author: wen Date: Thu Apr 28 02:09:10 2016 New Revision: 414153 URL: https://svnweb.freebsd.org/changeset/ports/414153 Log: - Add missing RUN_DEPENDS PR: 209076 Submitted by: jjachuf@gmail.com Modified: head/math/py-sympy/Makefile Modified: head/math/py-sympy/Makefile ============================================================================== --- head/math/py-sympy/Makefile Thu Apr 28 01:50:58 2016 (r414152) +++ head/math/py-sympy/Makefile Thu Apr 28 02:09:10 2016 (r414153) @@ -3,6 +3,7 @@ PORTNAME= sympy PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,6 +13,8 @@ COMMENT= Python Library For Symbolic Mat LICENSE= BSD3CLAUSE +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mpmath>=0.19:math/py-mpmath + USES= python USE_PYTHON= autoplist distutils