Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 May 2017 17:33:01 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r441859 - head/textproc/py3-docutils
Message-ID:  <201705271733.v4RHX1mk020385@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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