From owner-freebsd-python@FreeBSD.ORG Thu Mar 5 23:51:38 2009 Return-Path: Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AD7BE1065670; Thu, 5 Mar 2009 23:51:38 +0000 (UTC) (envelope-from fmysh@iijmio-mail.jp) Received: from mfo10.iijmio.jp (mfo10.iijmio.jp [210.138.77.172]) by mx1.freebsd.org (Postfix) with ESMTP id 4CAFA8FC17; Thu, 5 Mar 2009 23:51:37 +0000 (UTC) (envelope-from fmysh@iijmio-mail.jp) Received: by mfo.iijmio.jp (mfo10) id n25NLZD6014568; Fri, 6 Mar 2009 08:21:35 +0900 Received: by mo.iijmio.jp (mo10) id n25NLYoE012289; Fri, 6 Mar 2009 08:21:34 +0900 Received: from mini-duo.quad.dyndns.org (228.142.138.210.bn.2iij.net [210.138.142.228]) by mbox.iijmio-mail.jp (mbox11) id n25NLTjt010094 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT); Fri, 6 Mar 2009 08:21:30 +0900 From: TAOKA Fumiyoshi To: lwhsu@FreeBSD.org In-Reply-To: <200903051914.n25JEbRl098275@freefall.freebsd.org> References: <200903051914.n25JEbRl098275@freefall.freebsd.org> Message-Id: Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Date: Fri, 6 Mar 2009 08:21:28 +0900 X-Mailer: Apple Mail (2.930.3) Cc: freebsd-python@FreeBSD.org Subject: Re: ports/130676: Update port: math/py-scientific X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Mar 2009 23:51:39 -0000 On 2009/03/06, at 4:14, lwhsu@FreeBSD.org wrote: > Synopsis: Update port: math/py-scientific > > State-Changed-From-To: open->feedback > State-Changed-By: lwhsu > State-Changed-When: Thu Mar 5 19:14:36 UTC 2009 > State-Changed-Why: > Hi, please look at > http://people.freebsd.org/~lwhsu/py25-scientific-2.8.log and try to > fix > the error. Thanks! > > http://www.freebsd.org/cgi/query-pr.cgi?pr=130676 > Fixed typos NUMPY to PYNUMPY. Index: Makefile =================================================================== RCS file: /home/ncvs/ports/math/py-scientific/Makefile,v retrieving revision 1.24 diff -u -r1.24 Makefile --- Makefile 23 Sep 2008 12:59:38 -0000 1.24 +++ Makefile 5 Mar 2009 23:16:21 -0000 @@ -6,18 +6,18 @@ # PORTNAME= scientific -PORTVERSION= 2.6.1 +PORTVERSION= 2.8 CATEGORIES= math python -MASTER_SITES= http://sourcesup.cru.fr/frs/download.php/1674/ +MASTER_SITES= http://sourcesup.cru.fr/frs/download.php/2309/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ScientificPython-${PORTVERSION} MAINTAINER= fmysh@iijmio-mail.jp COMMENT= Collection of Python modules for scientific computing -BUILD_DEPENDS= ${PYNUMERIC} +BUILD_DEPENDS= ${PYNUMPY} LIB_DEPENDS= netcdf.4:${PORTSDIR}/science/netcdf -RUN_DEPENDS= ${PYNUMERIC} +RUN_DEPENDS= ${PYNUMPY} USE_PYTHON= yes USE_PYDISTUTILS=yes