svn commit: r531389 - head/Mk/Scripts
Bryan Drewery
bdrewery at FreeBSD.org
Fri Apr 10 23:28:56 UTC 2020
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
More information about the svn-ports-head
mailing list