svn commit: r446895 - head/devel/py3-six

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Jul 29 19:26:28 UTC 2017


Author: sunpoet
Date: Sat Jul 29 19:26:26 2017
New Revision: 446895
URL: https://svnweb.freebsd.org/changeset/ports/446895

Log:
  Add PORTSCOUT
  
  - Fix indent

Modified:
  head/devel/py3-six/Makefile

Modified: head/devel/py3-six/Makefile
==============================================================================
--- head/devel/py3-six/Makefile	Sat Jul 29 19:26:21 2017	(r446894)
+++ head/devel/py3-six/Makefile	Sat Jul 29 19:26:26 2017	(r446895)
@@ -5,6 +5,8 @@ MASTERDIR=	${.CURDIR}/../py-six
 
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py3-pytest
 
-USES=	python:3.3+
+PORTSCOUT=	ignore:1
+
+USES=		python:3.3+
 
 .include "${MASTERDIR}/Makefile"


More information about the svn-ports-all mailing list