Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 May 2018 07:23:32 +0000 (UTC)
From:      Kirill Ponomarev <krion@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r471082 - head/devel/py-pyformance
Message-ID:  <201805290723.w4T7NWSo049417@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: krion
Date: Tue May 29 07:23:32 2018
New Revision: 471082
URL: https://svnweb.freebsd.org/changeset/ports/471082

Log:
  Fix dependencies and pass maintainership to submitter.
  
  PR:		228583
  Approved by:	koobs

Modified:
  head/devel/py-pyformance/Makefile

Modified: head/devel/py-pyformance/Makefile
==============================================================================
--- head/devel/py-pyformance/Makefile	Tue May 29 07:06:15 2018	(r471081)
+++ head/devel/py-pyformance/Makefile	Tue May 29 07:23:32 2018	(r471082)
@@ -7,17 +7,19 @@ CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	python@FreeBSD.org
-COMMENT=	PyFormance is a toolset for performance measurement and statistics
+MAINTAINER=	waitman@waitman.net
+COMMENT=	Toolset for performance measurement and statistics
 
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>=1.11.0:devel/py-six@${FLAVOR}
+
 OPTIONS_DEFINE=	DOCS
 
 NO_ARCH=	yes
 USES=		python
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
 
 PORTDOCS=	README.md
 



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