svn commit: r369485 - in head/devel: py-pylib py-pytest

Ruslan Makhmatkhanov rm at FreeBSD.org
Sun Sep 28 18:28:04 UTC 2014


Author: rm
Date: Sun Sep 28 18:28:03 2014
New Revision: 369485
URL: http://svnweb.freebsd.org/changeset/ports/369485
QAT: https://qat.redports.org/buildarchive/r369485/

Log:
  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

Modified:
  head/devel/py-pylib/Makefile
  head/devel/py-pytest/Makefile

Modified: head/devel/py-pylib/Makefile
==============================================================================
--- head/devel/py-pylib/Makefile	Sun Sep 28 18:22:53 2014	(r369484)
+++ head/devel/py-pylib/Makefile	Sun Sep 28 18:28:03 2014	(r369485)
@@ -8,7 +8,7 @@ MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	py-${PORTVERSION}
 
-MAINTAINER=	rm at FreeBSD.org
+MAINTAINER=	python at FreeBSD.org
 COMMENT=	Agile development and test support library
 
 LICENSE=	MIT

Modified: head/devel/py-pytest/Makefile
==============================================================================
--- head/devel/py-pytest/Makefile	Sun Sep 28 18:22:53 2014	(r369484)
+++ head/devel/py-pytest/Makefile	Sun Sep 28 18:28:03 2014	(r369485)
@@ -6,7 +6,7 @@ CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	rm at FreeBSD.org
+MAINTAINER=	python at FreeBSD.org
 COMMENT=	Mature full-featured Python testing tool
 
 LICENSE=	MIT


More information about the svn-ports-head mailing list