aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authoryuri <yuri@FreeBSD.org>2018-11-21 03:22:08 +0800
committeryuri <yuri@FreeBSD.org>2018-11-21 03:22:08 +0800
commitf600db45941260daf5685e5af8a8d3dc7aa0e670 (patch)
tree41cc4a71eefad35f765029081212f33b2c196057 /math
parent561c0a56fafbf6bb8e3f0d3456869df610e2e802 (diff)
downloadfreebsd-ports-gnome-f600db45941260daf5685e5af8a8d3dc7aa0e670.tar.gz
freebsd-ports-gnome-f600db45941260daf5685e5af8a8d3dc7aa0e670.tar.zst
freebsd-ports-gnome-f600db45941260daf5685e5af8a8d3dc7aa0e670.zip
math/py-pyFFTW: Update 0.10.4 -> 0.11.1
Reported by: portscout
Diffstat (limited to 'math')
-rw-r--r--math/py-pyFFTW/Makefile2
-rw-r--r--math/py-pyFFTW/distinfo6
-rw-r--r--math/py-pyFFTW/files/patch-setup.py13
3 files changed, 4 insertions, 17 deletions
diff --git a/math/py-pyFFTW/Makefile b/math/py-pyFFTW/Makefile
index caf1e634fa8d..8b6e3b7ae347 100644
--- a/math/py-pyFFTW/Makefile
+++ b/math/py-pyFFTW/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= pyFFTW
-DISTVERSION= 0.10.4
+DISTVERSION= 0.11.1
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/math/py-pyFFTW/distinfo b/math/py-pyFFTW/distinfo
index a6a8c146f112..db133430eb6a 100644
--- a/math/py-pyFFTW/distinfo
+++ b/math/py-pyFFTW/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1529290455
-SHA256 (pyFFTW-0.10.4.tar.gz) = 739b436b7c0aeddf99a48749380260364d2dc027cf1d5f63dafb5f50068ede1a
-SIZE (pyFFTW-0.10.4.tar.gz) = 365496
+TIMESTAMP = 1542734537
+SHA256 (pyFFTW-0.11.1.tar.gz) = 05ea28dede4c3aaaf5c66f56eb0f71849d0d50f5bc0f53ca0ffa69534af14926
+SIZE (pyFFTW-0.11.1.tar.gz) = 131992
diff --git a/math/py-pyFFTW/files/patch-setup.py b/math/py-pyFFTW/files/patch-setup.py
deleted file mode 100644
index af46cfc16189..000000000000
--- a/math/py-pyFFTW/files/patch-setup.py
+++ /dev/null
@@ -1,13 +0,0 @@
---- setup.py.orig 2016-06-06 16:40:50 UTC
-+++ setup.py
-@@ -121,8 +121,8 @@ def get_libraries():
- libraries = ['libfftw3-3', 'libfftw3f-3', 'libfftw3l-3']
-
- else:
-- libraries = ['fftw3', 'fftw3f', 'fftw3l', 'fftw3_threads',
-- 'fftw3f_threads', 'fftw3l_threads']
-+ libraries = ['fftw3', 'fftw3f', 'fftw3_threads',
-+ 'fftw3f_threads']
-
- return libraries
-