aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorpi <pi@FreeBSD.org>2016-05-26 00:54:30 +0800
committerpi <pi@FreeBSD.org>2016-05-26 00:54:30 +0800
commitec7d1f678c845a3d25d6f4a1e6038a9ff66df33c (patch)
treefeac6fc0d26cc9fc2cea3d8d0166504c8192c45c /math
parentf25b8e21600e6d91e99cf5e5a414292714a3087f (diff)
downloadfreebsd-ports-gnome-ec7d1f678c845a3d25d6f4a1e6038a9ff66df33c.tar.gz
freebsd-ports-gnome-ec7d1f678c845a3d25d6f4a1e6038a9ff66df33c.tar.zst
freebsd-ports-gnome-ec7d1f678c845a3d25d6f4a1e6038a9ff66df33c.zip
Several ports: Change MAINTAINER from xmj@chaot.net to xmj@FreeBSD.org
PR: 209746 Submitted by: xmj
Diffstat (limited to 'math')
-rw-r--r--math/py-bottleneck/Makefile2
-rw-r--r--math/py-fastcluster/Makefile2
-rw-r--r--math/py-patsy/Makefile2
-rw-r--r--math/py-statsmodels/Makefile2
4 files changed, 4 insertions, 4 deletions
diff --git a/math/py-bottleneck/Makefile b/math/py-bottleneck/Makefile
index 447acdb3c2cd..494ed7c992d4 100644
--- a/math/py-bottleneck/Makefile
+++ b/math/py-bottleneck/Makefile
@@ -8,7 +8,7 @@ MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Bottleneck-${PORTVERSION}
-MAINTAINER= xmj@chaot.net
+MAINTAINER= xmj@FreeBSD.org
COMMENT= Collection of fast NumPy array functions written in Cython
LICENSE= BSD2CLAUSE
diff --git a/math/py-fastcluster/Makefile b/math/py-fastcluster/Makefile
index eee1dbed8b15..df39085d61da 100644
--- a/math/py-fastcluster/Makefile
+++ b/math/py-fastcluster/Makefile
@@ -7,7 +7,7 @@ CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= xmj@chaot.net
+MAINTAINER= xmj@FreeBSD.org
COMMENT= Python functions for hierarchical clustering
LICENSE= BSD2CLAUSE
diff --git a/math/py-patsy/Makefile b/math/py-patsy/Makefile
index 01670f3cc743..bfe1d1ba8deb 100644
--- a/math/py-patsy/Makefile
+++ b/math/py-patsy/Makefile
@@ -7,7 +7,7 @@ CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= xmj@chaot.net
+MAINTAINER= xmj@FreeBSD.org
COMMENT= Python package for statistical models and design matrices
LICENSE= BSD3CLAUSE PSFL
diff --git a/math/py-statsmodels/Makefile b/math/py-statsmodels/Makefile
index 46c895116735..2f6332e8b07d 100644
--- a/math/py-statsmodels/Makefile
+++ b/math/py-statsmodels/Makefile
@@ -7,7 +7,7 @@ PORTREVISION= 1
CATEGORIES= math python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= xmj@chaot.net
+MAINTAINER= xmj@FreeBSD.org
COMMENT= Complement to SciPy for statistical computations
LICENSE= BSD3CLAUSE