svn commit: r406868 - head/Mk/Scripts

Steve Wills swills at FreeBSD.org
Thu Jan 21 16:18:44 UTC 2016


Author: swills
Date: Thu Jan 21 16:18:42 2016
New Revision: 406868
URL: https://svnweb.freebsd.org/changeset/ports/406868

Log:
  exclude all gem stuff from path check

Modified:
  head/Mk/Scripts/qa.sh

Modified: head/Mk/Scripts/qa.sh
==============================================================================
--- head/Mk/Scripts/qa.sh	Thu Jan 21 16:02:45 2016	(r406867)
+++ head/Mk/Scripts/qa.sh	Thu Jan 21 16:18:42 2016	(r406868)
@@ -151,9 +151,7 @@ paths() {
 		[ -z "${f}" ] && continue
 		# Ignore false-positive/harmless files
 		case "${f}" in
-			*/lib/ruby/gems/*/Makefile) continue ;;
-			*/lib/ruby/gems/*/Makefile.html) continue ;;
-			*/lib/ruby/gems/*/mkmf.log) continue ;;
+			*/lib/ruby/gems/*) continue ;;
 			*/share/texmf-var/web2c/*/*.fmt) continue ;;
 			*/share/texmf-var/web2c/*/*.log) continue ;;
 		esac


More information about the svn-ports-head mailing list