Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Mar 2009 08:21:28 +0900
From:      TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
To:        lwhsu@FreeBSD.org
Cc:        freebsd-python@FreeBSD.org
Subject:   Re: ports/130676: Update port: math/py-scientific
Message-ID:  <B4AB1B51-B982-47E9-9CFF-39D182F5487D@iijmio-mail.jp>
In-Reply-To: <200903051914.n25JEbRl098275@freefall.freebsd.org>
References:  <200903051914.n25JEbRl098275@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?B4AB1B51-B982-47E9-9CFF-39D182F5487D>