svn commit: r420324 - head/Mk/Scripts

Mathieu Arnold mat at FreeBSD.org
Wed Aug 17 08:55:36 UTC 2016


Author: mat
Date: Wed Aug 17 08:55:35 2016
New Revision: 420324
URL: https://svnweb.freebsd.org/changeset/ports/420324

Log:
  typo.
  
  Submitted by:	wblock
  Sponsored by:	Absolight

Modified:
  head/Mk/Scripts/depends-list.sh   (contents, props changed)

Modified: head/Mk/Scripts/depends-list.sh
==============================================================================
--- head/Mk/Scripts/depends-list.sh	Wed Aug 17 08:54:43 2016	(r420323)
+++ head/Mk/Scripts/depends-list.sh	Wed Aug 17 08:55:35 2016	(r420324)
@@ -71,7 +71,7 @@ check_dep() {
 			continue
 		fi
 
-		# If only looking for missign, show if missing
+		# If only looking for missing, show if missing
 		if [ ${missing} -eq 1 ]; then
 			case " ${existing} " in
 				*\ ${d#${PORTSDIR}/}\ *) continue ;; # We have it, nothing to see


More information about the svn-ports-all mailing list