Date: Fri, 10 Nov 2017 12:01:33 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453896 - head/Tools/scripts Message-ID: <201711101201.vAAC1Xsn063720@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Fri Nov 10 12:01:33 2017 New Revision: 453896 URL: https://svnweb.freebsd.org/changeset/ports/453896 Log: Commit the actual patch I tested Sponsored by: Absolight Modified: head/Tools/scripts/MOVEDlint.awk Modified: head/Tools/scripts/MOVEDlint.awk ============================================================================== --- head/Tools/scripts/MOVEDlint.awk Fri Nov 10 11:59:28 2017 (r453895) +++ head/Tools/scripts/MOVEDlint.awk Fri Nov 10 12:01:33 2017 (r453896) @@ -83,7 +83,7 @@ $3 !~ /^20[0-3][0-9]-[01][0-9]-[0-3][0-9]$/ { if (system("test -f " portsdir "/" $1 "/Makefile")) { delete missing[$1] } else { - printf "%5d: %s must be marked as resurrected\n", NR, port | sort + printf "%5d: %s must be marked as resurrected\n", NR, $1 | sort } if ($2) {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711101201.vAAC1Xsn063720>