svn commit: r441859 - head/textproc/py3-docutils

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat May 27 17:33:02 UTC 2017


Author: sunpoet
Date: Sat May 27 17:33:00 2017
New Revision: 441859
URL: https://svnweb.freebsd.org/changeset/ports/441859

Log:
  Add PORTSCOUT
  
  - Fix indent

Modified:
  head/textproc/py3-docutils/Makefile

Modified: head/textproc/py3-docutils/Makefile
==============================================================================
--- head/textproc/py3-docutils/Makefile	Sat May 27 17:32:56 2017	(r441858)
+++ head/textproc/py3-docutils/Makefile	Sat May 27 17:33:00 2017	(r441859)
@@ -3,7 +3,9 @@
 
 MASTERDIR=	${.CURDIR}/../py-docutils
 
-USES=	python:3.3+
+PORTSCOUT=	ignore:1
+
+USES=		python:3.3+
 
 PYGMENTS_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pygments>=1.6:textproc/py3-pygments
 


More information about the svn-ports-all mailing list