From 0fef2dde91ba60add74f24a7de149dec984653f1 Mon Sep 17 00:00:00 2001 From: Ruslan Makhmatkhanov Date: Sun, 28 Sep 2014 18:28:03 +0000 Subject: [PATCH] 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 --- devel/py-pylib/Makefile | 2 +- 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