Date: Wed, 1 Aug 2018 18:13:39 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r476188 - head/ports-mgmt/portlint/src Message-ID: <201808011813.w71IDdvt006616@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adamw Date: Wed Aug 1 18:13:39 2018 New Revision: 476188 URL: https://svnweb.freebsd.org/changeset/ports/476188 Log: Reevert change accidentally included in r476184 Modified: head/ports-mgmt/portlint/src/portlint.pl Modified: head/ports-mgmt/portlint/src/portlint.pl ============================================================================== --- head/ports-mgmt/portlint/src/portlint.pl Wed Aug 1 18:04:33 2018 (r476187) +++ head/ports-mgmt/portlint/src/portlint.pl Wed Aug 1 18:13:39 2018 (r476188) @@ -1713,7 +1713,7 @@ sub checkmakefile { # skip global options next if ($i eq 'DOCS' or $i eq 'NLS' or $i eq 'EXAMPLES' or $i eq 'IPV6' or $i eq 'X11' or $i eq 'DEBUG'); if (!grep(/^$i$/, (@mopt, @popt))) { - if ($whole !~ /\n${i}_($m)(_\w+)?(.)?=[^\n]+/ and $whole !~ /\n[-\w]+-${i}-(on|off): + if ($whole !~ /\n${i}_($m)(_\w+)?(.)?=[^\n]+/) { +\n/) { if (!$slaveport) { &perror("WARN", $file, -1, "$i is listed in ".
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808011813.w71IDdvt006616>