ports/130676: Update port: math/py-scientific

TAOKA Fumiyoshi fmysh at iijmio-mail.jp
Thu Mar 5 15:51:39 PST 2009


On 2009/03/06, at 4:14, lwhsu at 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 at 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



More information about the freebsd-python mailing list