svn commit: r507088 - head/devel/py-backports_abc

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jul 21 20:47:58 UTC 2019


Author: sunpoet
Date: Sun Jul 21 20:47:45 2019
New Revision: 507088
URL: https://svnweb.freebsd.org/changeset/ports/507088

Log:
  Take maintainership

Modified:
  head/devel/py-backports_abc/Makefile

Modified: head/devel/py-backports_abc/Makefile
==============================================================================
--- head/devel/py-backports_abc/Makefile	Sun Jul 21 20:47:39 2019	(r507087)
+++ head/devel/py-backports_abc/Makefile	Sun Jul 21 20:47:45 2019	(r507088)
@@ -7,13 +7,14 @@ CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	sunpoets at FreeBSD.org
 COMMENT=	Backport of recent additions to the 'collections.abc' module
 
 LICENSE=	PSFL
 
-NO_ARCH=	yes
 USES=		python:-3.4
 USE_PYTHON=	autoplist distutils
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list