From owner-svn-ports-head@freebsd.org Wed May 3 21:54:15 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 7F652D551AB; Wed, 3 May 2017 21:54:15 +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 48AE7D3C; Wed, 3 May 2017 21:54:15 +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 v43LsEmP088890; Wed, 3 May 2017 21:54:14 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v43LsEvI088889; Wed, 3 May 2017 21:54:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705032154.v43LsEvI088889@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 3 May 2017 21:54:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440060 - head/print/py3-fonttools X-SVN-Group: ports-head 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: Wed, 03 May 2017 21:54:15 -0000 Author: sunpoet Date: Wed May 3 21:54:14 2017 New Revision: 440060 URL: https://svnweb.freebsd.org/changeset/ports/440060 Log: Add PORTSCOUT Modified: head/print/py3-fonttools/Makefile Modified: head/print/py3-fonttools/Makefile ============================================================================== --- head/print/py3-fonttools/Makefile Wed May 3 21:54:09 2017 (r440059) +++ head/print/py3-fonttools/Makefile Wed May 3 21:54:14 2017 (r440060) @@ -3,6 +3,8 @@ MASTERDIR= ${.CURDIR}/../py-fonttools +PORTSCOUT= ignore:1 + USES= python:3 .include "${MASTERDIR}/Makefile"