On 2009/03/06, at 4:14, lw...@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=    fm...@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

_______________________________________________
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"

Reply via email to