Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Sep 2014 18:28:04 +0000 (UTC)
From:      Ruslan Makhmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r369485 - in head/devel: py-pylib py-pytest
Message-ID:  <201409281828.s8SIS4Eq086850@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
+MAINTAINER=	python@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@FreeBSD.org
+MAINTAINER=	python@FreeBSD.org
 COMMENT=	Mature full-featured Python testing tool
 
 LICENSE=	MIT



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409281828.s8SIS4Eq086850>