diff options
author | wen <wen@FreeBSD.org> | 2016-10-06 17:52:39 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2016-10-06 17:52:39 +0800 |
commit | 311de61f416e2bf7deb6a885cb51fe99e7e5f1f1 (patch) | |
tree | 74891f95768609cdc0936197f09bc73d921da85f /science | |
parent | 6c69d7835dd741cdb4fe07b9335ab83fe22affbe (diff) | |
download | freebsd-ports-gnome-311de61f416e2bf7deb6a885cb51fe99e7e5f1f1.tar.gz freebsd-ports-gnome-311de61f416e2bf7deb6a885cb51fe99e7e5f1f1.tar.zst freebsd-ports-gnome-311de61f416e2bf7deb6a885cb51fe99e7e5f1f1.zip |
- Update to 0.18.1
Diffstat (limited to 'science')
-rw-r--r-- | science/py-scipy/Makefile | 5 | ||||
-rw-r--r-- | science/py-scipy/distinfo | 9 |
2 files changed, 9 insertions, 5 deletions
diff --git a/science/py-scipy/Makefile b/science/py-scipy/Makefile index 92de96863ee9..cef0d1f47f3d 100644 --- a/science/py-scipy/Makefile +++ b/science/py-scipy/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= scipy -PORTVERSION= 0.16.1 +PORTVERSION= 0.18.1 CATEGORIES= science python MASTER_SITES= http://docs.scipy.org/doc/${DISTNAME}/:doc \ CHEESESHOP:source \ @@ -35,6 +35,9 @@ PORTDOCS= scipy-ref-${PORTVERSION}.pdf post-extract: @${CP} ${DISTDIR}/scipy-ref-${PORTVERSION}.pdf ${WRKDIR} +# This line help fix the plist error because autoplist list it as a file but it is a directory + @cd ${WRKSRC}/scipy/stats/tests/data && ${TOUCH} tmp + post-install: ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR}/scipy/ -name '*.so' | ${XARGS} ${STRIP_CMD} diff --git a/science/py-scipy/distinfo b/science/py-scipy/distinfo index 2ad8b3367560..f279b3211a0f 100644 --- a/science/py-scipy/distinfo +++ b/science/py-scipy/distinfo @@ -1,4 +1,5 @@ -SHA256 (scipy-0.16.1.tar.gz) = ecd1efbb1c038accb0516151d1e6679809c6010288765eb5da6051550bf52260 -SIZE (scipy-0.16.1.tar.gz) = 12221561 -SHA256 (scipy-ref-0.16.1.pdf) = 4fb994f7706142bb519183bbeca665422b68bd7835e074847c81b75e1c3cd755 -SIZE (scipy-ref-0.16.1.pdf) = 33916573 +TIMESTAMP = 1475694057 +SHA256 (scipy-0.18.1.tar.gz) = 8ab6e9c808bf2fb3e8576cd8cf07226d9cdc18b012c06d9708429a821ac6634e +SIZE (scipy-0.18.1.tar.gz) = 13141689 +SHA256 (scipy-ref-0.18.1.pdf) = c5bb8baac66c43450cab24d3fec3a4f626d51568ab311f712446b5946fe7a295 +SIZE (scipy-ref-0.18.1.pdf) = 14824115 |