Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Apr 2020 23:28:56 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r531389 - head/Mk/Scripts
Message-ID:  <202004102328.03ANSu1a066454@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Fri Apr 10 23:28:56 2020
New Revision: 531389
URL: https://svnweb.freebsd.org/changeset/ports/531389

Log:
  Don't show private variable name in user message.

Modified:
  head/Mk/Scripts/do-depends.sh

Modified: head/Mk/Scripts/do-depends.sh
==============================================================================
--- head/Mk/Scripts/do-depends.sh	Fri Apr 10 23:07:05 2020	(r531388)
+++ head/Mk/Scripts/do-depends.sh	Fri Apr 10 23:28:56 2020	(r531389)
@@ -205,7 +205,7 @@ if [ $err -eq 1 ]; then
 fi
 
 if [ -n "${dp_STRICT_DEPENDS}" -a ${anynotfound} -eq 1 ]; then \
-	echo "===>   dp_STRICT_DEPENDS set - Not installing missing dependencies."
+	echo "===>   STRICT_DEPENDS set - Not installing missing dependencies."
 	echo "       This means a dependency is wrong since it was not satisfied in the ${dp_DEPTYPE} phase."
 	exit 1
 fi



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