Date: Tue, 7 Aug 2018 12:49:21 +0000 (UTC) From: Joe Marcus Clarke <marcus@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r476593 - head/ports-mgmt/portlint/src Message-ID: <201808071249.w77CnLN3006642@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marcus Date: Tue Aug 7 12:49:20 2018 New Revision: 476593 URL: https://svnweb.freebsd.org/changeset/ports/476593 Log: Fix breakage introduced in previous commits. PR: 230427 Modified: head/ports-mgmt/portlint/src/portlint.pl Modified: head/ports-mgmt/portlint/src/portlint.pl ============================================================================== --- head/ports-mgmt/portlint/src/portlint.pl Tue Aug 7 12:41:26 2018 (r476592) +++ head/ports-mgmt/portlint/src/portlint.pl Tue Aug 7 12:49:20 2018 (r476593) @@ -1714,7 +1714,6 @@ sub checkmakefile { 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]+/) { - +\n/) { if (!$slaveport) { &perror("WARN", $file, -1, "$i is listed in ". "OPTIONS_DEFINE, but no PORT_OPTIONS:M$i appears.");
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808071249.w77CnLN3006642>