diff options
author | koobs <koobs@FreeBSD.org> | 2013-12-18 18:38:33 +0800 |
---|---|---|
committer | koobs <koobs@FreeBSD.org> | 2013-12-18 18:38:33 +0800 |
commit | d263ab121c7d8a2cc4e3ff2ee1f15938f24dc0d2 (patch) | |
tree | e68192414b454fa46892890d17fd53ebab11e395 /math/py-symeig | |
parent | b0810fe3fb8772e64140997cf24d05f463cb25fb (diff) | |
download | freebsd-ports-gnome-d263ab121c7d8a2cc4e3ff2ee1f15938f24dc0d2.tar.gz freebsd-ports-gnome-d263ab121c7d8a2cc4e3ff2ee1f15938f24dc0d2.tar.zst freebsd-ports-gnome-d263ab121c7d8a2cc4e3ff2ee1f15938f24dc0d2.zip |
Reset maintainer for llwang@infor.org
Reset maintainership for llwang@infor.org due to multiple timeouts and email
address permanent failure. Return all ports to the free pool except
py-numpy, which is taken under the wing of the python@ team.
We thank you for your contribution to the FreeBSD project
Approved by: portmgr
Diffstat (limited to 'math/py-symeig')
-rw-r--r-- | math/py-symeig/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-symeig/Makefile b/math/py-symeig/Makefile index f2475c0e02f0..a1e966242873 100644 --- a/math/py-symeig/Makefile +++ b/math/py-symeig/Makefile @@ -8,7 +8,7 @@ CATEGORIES= math python MASTER_SITES= SF/mdp-toolkit/mdp-toolkit/2.3 PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= llwang@infor.org +MAINTAINER= ports@FreeBSD.org COMMENT= Symmetrical eigenvalue routines for NumPy BUILD_DEPENDS+= ${PYNUMPY} |