From owner-svn-ports-head@FreeBSD.ORG Sat Mar 14 15:07:56 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 22404E2D; Sat, 14 Mar 2015 15:07:56 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0D275C86; Sat, 14 Mar 2015 15:07:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2EF7tFG018047; Sat, 14 Mar 2015 15:07:55 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2EF7t60018045; Sat, 14 Mar 2015 15:07:55 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201503141507.t2EF7t60018045@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Sat, 14 Mar 2015 15:07:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r381281 - head/science/py-scimath 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.18-1 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: Sat, 14 Mar 2015 15:07:56 -0000 Author: wen Date: Sat Mar 14 15:07:54 2015 New Revision: 381281 URL: https://svnweb.freebsd.org/changeset/ports/381281 QAT: https://qat.redports.org/buildarchive/r381281/ Log: - Unbreak PR: 197589 Submitted by: dgeo@centrale-marseille.fr Modified: head/science/py-scimath/Makefile Modified: head/science/py-scimath/Makefile ============================================================================== --- head/science/py-scimath/Makefile Sat Mar 14 14:58:03 2015 (r381280) +++ head/science/py-scimath/Makefile Sat Mar 14 15:07:54 2015 (r381281) @@ -14,9 +14,8 @@ COMMENT= Scientific and Mathematical cal LICENSE= BSD3CLAUSE LGPL3 LICENSE_COMB= dual -BROKEN= Fails to build - -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}traits>=3.6.0:${PORTSDIR}/devel/py-traits +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}traits>=3.6.0:${PORTSDIR}/devel/py-traits \ + ${PYTHON_PKGNAMEPREFIX}numpy>=0:${PORTSDIR}/math/py-numpy RUN_DEPENDS:= ${BUILD_DEPENDS} USES= python