aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrm <rm@FreeBSD.org>2014-09-29 02:28:03 +0800
committerrm <rm@FreeBSD.org>2014-09-29 02:28:03 +0800
commit0b49181f43122f57fbfd3db3141466c1a78e135c (patch)
tree8cbbd5c9d486827e6459b23851166cb0ff1f94a8
parent92fd5520a5c1a67214b0ab2e4337e19078246ae4 (diff)
downloadfreebsd-ports-gnome-0b49181f43122f57fbfd3db3141466c1a78e135c.tar.gz
freebsd-ports-gnome-0b49181f43122f57fbfd3db3141466c1a78e135c.tar.zst
freebsd-ports-gnome-0b49181f43122f57fbfd3db3141466c1a78e135c.zip
Pass this guys to python@ because it's a general testing libraries, that is
used in many of our regression-test targets in python ports Makefiles. Discussed with: koobs
-rw-r--r--devel/py-pylib/Makefile2
-rw-r--r--devel/py-pytest/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-pylib/Makefile b/devel/py-pylib/Makefile
index 5389be19f8ff..d6ffb58bead2 100644
--- a/devel/py-pylib/Makefile
+++ b/devel/py-pylib/Makefile
@@ -8,7 +8,7 @@ MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= py-${PORTVERSION}
-MAINTAINER= rm@FreeBSD.org
+MAINTAINER= python@FreeBSD.org
COMMENT= Agile development and test support library
LICENSE= MIT
diff --git a/devel/py-pytest/Makefile b/devel/py-pytest/Makefile
index 07865c5052cb..2baece8a4298 100644
--- a/devel/py-pytest/Makefile
+++ b/devel/py-pytest/Makefile
@@ -6,7 +6,7 @@ CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= rm@FreeBSD.org
+MAINTAINER= python@FreeBSD.org
COMMENT= Mature full-featured Python testing tool
LICENSE= MIT