From owner-svn-ports-head@freebsd.org Tue May 22 13:58:34 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D72F6EF6DDB; Tue, 22 May 2018 13:58:34 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8658276021; Tue, 22 May 2018 13:58:34 +0000 (UTC) (envelope-from mat@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 68DC214E66; Tue, 22 May 2018 13:58:34 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4MDwYX0021213; Tue, 22 May 2018 13:58:34 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4MDwYtl021212; Tue, 22 May 2018 13:58:34 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201805221358.w4MDwYtl021212@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 22 May 2018 13:58:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470615 - head X-SVN-Group: ports-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: head X-SVN-Commit-Revision: 470615 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.26 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: Tue, 22 May 2018 13:58:35 -0000 Author: mat Date: Tue May 22 13:58:33 2018 New Revision: 470615 URL: https://svnweb.freebsd.org/changeset/ports/470615 Log: Don't tell people to use @${FLAVOR} in that case, it's bad practice. Sponsored by: Absolight Modified: head/CHANGES Modified: head/CHANGES ============================================================================== --- head/CHANGES Tue May 22 13:58:03 2018 (r470614) +++ head/CHANGES Tue May 22 13:58:33 2018 (r470615) @@ -152,8 +152,7 @@ AUTHOR: mat@FreeBSD.org In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done - by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python - module with Python flavors, as the content will be the same). For example: + by appending '@${PY_FLAVOR}' after the origin. For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}