diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2001-05-02 11:42:33 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2001-05-02 11:42:33 +0000 |
commit | 6c7a5cb8bf377fc9044024516f5c39680e1b9e90 (patch) | |
tree | 1a53ec1daab1e7f8a47c569d438f002c363e0a73 /math | |
parent | bad21c3d3bbdcd9f4b23dbdb6bc9fd03013abcee (diff) | |
download | ports-6c7a5cb8bf377fc9044024516f5c39680e1b9e90.tar.gz ports-6c7a5cb8bf377fc9044024516f5c39680e1b9e90.zip |
Upgrade to 19.0.0.
Notes
Notes:
svn path=/head/; revision=42164
Diffstat (limited to 'math')
-rw-r--r-- | math/py-numeric/Makefile | 14 | ||||
-rw-r--r-- | math/py-numeric/distinfo | 2 |
2 files changed, 6 insertions, 10 deletions
diff --git a/math/py-numeric/Makefile b/math/py-numeric/Makefile index e2599991b212..f4ee503170ba 100644 --- a/math/py-numeric/Makefile +++ b/math/py-numeric/Makefile @@ -6,7 +6,7 @@ # PORTNAME= numeric -PORTVERSION= 17.3.0 +PORTVERSION= 19.0.0 CATEGORIES= math python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= numpy @@ -18,21 +18,17 @@ MAINTAINER= tg@FreeBSD.org BUILD_DEPENDS= ${PYDISTUTILS} USE_PYTHON= yes +PYTHON_VERSION= python2.1 DOCDIR= ${PREFIX}/share/doc/py-numeric EXAMPLEDIR= ${PREFIX}/share/examples/py-numeric -post-extract: -.for dir in FFT LALITE RANLIB RNG - @(cd ${WRKSRC}/Packages/${dir}; \ - ${LN} -sf ../../../Include Include/Numeric) -.endfor - do-build: - @(cd ${WRKSRC}; ${PYTHON_CMD} setup_all.py build) + @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} setup_all.py build) do-install: - @(cd ${WRKSRC}; ${PYTHON_CMD} setup_all.py install) + @(cd ${WRKSRC}; \ + ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} setup_all.py install) @${MKDIR} ${EXAMPLEDIR} ${INSTALL_DATA} ${WRKSRC}/Demo/*.py ${EXAMPLEDIR} diff --git a/math/py-numeric/distinfo b/math/py-numeric/distinfo index 3628bc239e4d..6b45e6c540f4 100644 --- a/math/py-numeric/distinfo +++ b/math/py-numeric/distinfo @@ -1 +1 @@ -MD5 (Numeric-17.3.0.tar.gz) = 27accdbbf19fb2bd956e0b6753c83494 +MD5 (Numeric-19.0.0.tar.gz) = e2f46242b61f21d8bdaf1a48b6cbf7e8 |