Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 May 2018 13:58:34 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r470615 - head
Message-ID:  <201805221358.w4MDwYtl021212@repo.freebsd.org>

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



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