diff options
author | rm <rm@FreeBSD.org> | 2014-09-29 02:28:03 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2014-09-29 02:28:03 +0800 |
commit | 0b49181f43122f57fbfd3db3141466c1a78e135c (patch) | |
tree | 8cbbd5c9d486827e6459b23851166cb0ff1f94a8 | |
parent | 92fd5520a5c1a67214b0ab2e4337e19078246ae4 (diff) | |
download | freebsd-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/Makefile | 2 | ||||
-rw-r--r-- | devel/py-pytest/Makefile | 2 |
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 |