diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-10-06 09:24:38 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-10-06 09:24:38 +0000 |
commit | d12b6eff014d72552872840d3b19754308fe73a6 (patch) | |
tree | 3db59e466852c3a4fac251c1115e6beabe9daa61 /math | |
parent | - Update to 0.20181001 (diff) |
Update MASTER_SITES and WWW
Diffstat (limited to 'math')
-rw-r--r-- | math/py-numpy/Makefile | 2 | ||||
-rw-r--r-- | math/py-numpy/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/math/py-numpy/Makefile b/math/py-numpy/Makefile index c1493a0b56bd..178aae763811 100644 --- a/math/py-numpy/Makefile +++ b/math/py-numpy/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 1.15.1 PORTEPOCH= 1 CATEGORIES= math python MASTER_SITES= CHEESESHOP \ - http://docs.scipy.org/doc/${PORTNAME}-${PORTVERSION}/:doc + https://docs.scipy.org/doc/${PORTNAME}-${PORTVERSION}/:doc PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ ${PORTNAME}-ref-${PORTVERSION}.pdf:doc \ diff --git a/math/py-numpy/pkg-descr b/math/py-numpy/pkg-descr index de7399b27330..0d42298be8a2 100644 --- a/math/py-numpy/pkg-descr +++ b/math/py-numpy/pkg-descr @@ -15,4 +15,4 @@ and can also be used to replace numarray. Note: Development for Numeric has ceased, and users should transisition to NumPy as quickly as possible. -WWW: http://www.numpy.org/ +WWW: https://www.numpy.org/ |