diff options
author | Kubilay Kocak <koobs@FreeBSD.org> | 2013-12-18 10:38:33 +0000 |
---|---|---|
committer | Kubilay Kocak <koobs@FreeBSD.org> | 2013-12-18 10:38:33 +0000 |
commit | a1c3980ac8aef10f50a0fba3c302985cda5961d4 (patch) | |
tree | e68192414b454fa46892890d17fd53ebab11e395 /math/py-symeig | |
parent | a4baad5f5afc5b76b5d4c374baa2583f1923c326 (diff) |
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
Notes
Notes:
svn path=/head/; revision=336813
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} |