svn commit: r383628 - head/Mk/Scripts

Baptiste Daroussin bapt at FreeBSD.org
Thu Apr 9 07:50:53 UTC 2015


Author: bapt
Date: Thu Apr  9 07:50:52 2015
New Revision: 383628
URL: https://svnweb.freebsd.org/changeset/ports/383628

Log:
  Remove unintended change from r383627

Modified:
  head/Mk/Scripts/actual-package-depends.sh

Modified: head/Mk/Scripts/actual-package-depends.sh
==============================================================================
--- head/Mk/Scripts/actual-package-depends.sh	Thu Apr  9 07:49:34 2015	(r383627)
+++ head/Mk/Scripts/actual-package-depends.sh	Thu Apr  9 07:50:52 2015	(r383628)
@@ -48,7 +48,6 @@ absolute_path() {
 
 find_dep() {
 	pattern=$1
-	echo $pattern >&2
 	case ${pattern} in
 	*\>*|*\<*|*=*)
 		${PKG_BIN} info -Eg "${pattern}" 2>/dev/null


More information about the svn-ports-all mailing list