diff options
author | perky <perky@FreeBSD.org> | 2005-10-10 22:45:18 +0800 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2005-10-10 22:45:18 +0800 |
commit | cbcf00cd3bab2e01e0a4f62c9d13304b1bd18aa6 (patch) | |
tree | 00bbff7c2f9b18a30f95a23b0243d56851981aa8 /math/py-gsl | |
parent | cc538b709c996e00e541beb9e4e8e1d52f843d1d (diff) | |
download | freebsd-ports-gnome-cbcf00cd3bab2e01e0a4f62c9d13304b1bd18aa6.tar.gz freebsd-ports-gnome-cbcf00cd3bab2e01e0a4f62c9d13304b1bd18aa6.tar.zst freebsd-ports-gnome-cbcf00cd3bab2e01e0a4f62c9d13304b1bd18aa6.zip |
Update to 0.3.2
Diffstat (limited to 'math/py-gsl')
-rw-r--r-- | math/py-gsl/Makefile | 3 | ||||
-rw-r--r-- | math/py-gsl/distinfo | 4 | ||||
-rw-r--r-- | math/py-gsl/pkg-plist | 5 |
3 files changed, 7 insertions, 5 deletions
diff --git a/math/py-gsl/Makefile b/math/py-gsl/Makefile index 2aa7b3069bf1..d89de569e913 100644 --- a/math/py-gsl/Makefile +++ b/math/py-gsl/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gsl -PORTVERSION= 0.3.1 -PORTREVISION= 1 +PORTVERSION= 0.3.2 CATEGORIES= math python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= pygsl diff --git a/math/py-gsl/distinfo b/math/py-gsl/distinfo index b60272b99f03..8d313eca162c 100644 --- a/math/py-gsl/distinfo +++ b/math/py-gsl/distinfo @@ -1,2 +1,2 @@ -MD5 (python/pygsl-0.3.1.tar.gz) = a11534ba29a6f3d5557379410a53705e -SIZE (python/pygsl-0.3.1.tar.gz) = 459572 +MD5 (python/pygsl-0.3.2.tar.gz) = dde5f5a23dba8e63818dbfadb12e9a09 +SIZE (python/pygsl-0.3.2.tar.gz) = 482025 diff --git a/math/py-gsl/pkg-plist b/math/py-gsl/pkg-plist index 4bb69f60e613..cd3ec1dd016d 100644 --- a/math/py-gsl/pkg-plist +++ b/math/py-gsl/pkg-plist @@ -26,6 +26,7 @@ %%PYTHON_SITELIBDIR%%/pygsl/_poly.pyo %%PYTHON_SITELIBDIR%%/pygsl/_qrng.so %%PYTHON_SITELIBDIR%%/pygsl/_siman.so +%%PYTHON_SITELIBDIR%%/pygsl/_transform.so %%PYTHON_SITELIBDIR%%/pygsl/blas.py %%PYTHON_SITELIBDIR%%/pygsl/blas.pyc %%PYTHON_SITELIBDIR%%/pygsl/blas.pyo @@ -48,7 +49,9 @@ %%PYTHON_SITELIBDIR%%/pygsl/errors.pyc %%PYTHON_SITELIBDIR%%/pygsl/errors.pyo %%PYTHON_SITELIBDIR%%/pygsl/errortest.so -%%PYTHON_SITELIBDIR%%/pygsl/fft.so +%%PYTHON_SITELIBDIR%%/pygsl/fft.py +%%PYTHON_SITELIBDIR%%/pygsl/fft.pyc +%%PYTHON_SITELIBDIR%%/pygsl/fft.pyo %%PYTHON_SITELIBDIR%%/pygsl/fit.py %%PYTHON_SITELIBDIR%%/pygsl/fit.pyc %%PYTHON_SITELIBDIR%%/pygsl/fit.pyo |