Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Jan 2016 16:18:42 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r406868 - head/Mk/Scripts
Message-ID:  <201601211618.u0LGIgX7087496@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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