From owner-svn-ports-head@freebsd.org Sat Jul 29 19:26:27 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DA8D8DC9776; Sat, 29 Jul 2017 19:26:27 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A5FD474F74; Sat, 29 Jul 2017 19:26:27 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v6TJQQI7018836; Sat, 29 Jul 2017 19:26:26 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v6TJQQmr018835; Sat, 29 Jul 2017 19:26:26 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201707291926.v6TJQQmr018835@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 29 Jul 2017 19:26:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r446895 - head/devel/py3-six X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py3-six X-SVN-Commit-Revision: 446895 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Jul 2017 19:26:28 -0000 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"