From owner-svn-ports-all@freebsd.org Tue Oct 18 21:16:09 2016 Return-Path: Delivered-To: svn-ports-all@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 B3140C177F1; Tue, 18 Oct 2016 21:16:09 +0000 (UTC) (envelope-from feld@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 8548F960; Tue, 18 Oct 2016 21:16:09 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9ILG8bK086901; Tue, 18 Oct 2016 21:16:08 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9ILG80b086900; Tue, 18 Oct 2016 21:16:08 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201610182116.u9ILG80b086900@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 18 Oct 2016 21:16:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424218 - head/www/py-flask-principal X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 21:16:09 -0000 Author: feld Date: Tue Oct 18 21:16:08 2016 New Revision: 424218 URL: https://svnweb.freebsd.org/changeset/ports/424218 Log: www/py-flask-principal: Add NO_ARCH Modified: head/www/py-flask-principal/Makefile Modified: head/www/py-flask-principal/Makefile ============================================================================== --- head/www/py-flask-principal/Makefile Tue Oct 18 21:15:54 2016 (r424217) +++ head/www/py-flask-principal/Makefile Tue Oct 18 21:16:08 2016 (r424218) @@ -18,4 +18,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flas USES= python USE_PYTHON= autoplist distutils +NO_ARCH= yes + .include