svn commit: r340914 - head/Tools/scripts

Eitan Adler eadler at FreeBSD.org
Fri Jan 24 15:44:55 UTC 2014


Author: eadler
Date: Fri Jan 24 15:44:54 2014
New Revision: 340914
URL: http://svnweb.freebsd.org/changeset/ports/340914
QAT: https://qat.redports.org/buildarchive/r340914/

Log:
  Make MOVEDLint output more consistent

Modified:
  head/Tools/scripts/MOVEDlint.awk

Modified: head/Tools/scripts/MOVEDlint.awk
==============================================================================
--- head/Tools/scripts/MOVEDlint.awk	Fri Jan 24 15:44:33 2014	(r340913)
+++ head/Tools/scripts/MOVEDlint.awk	Fri Jan 24 15:44:54 2014	(r340914)
@@ -88,7 +88,7 @@ $3 !~ /^20[0-3][0-9]-[01][0-9]-[0-3][0-9
 #       printf "Initial value of 'reason' is lowercase: %5d (%s)\n", NR, $4
 
     if ($4 ~ /\.$/)
-        printf "Final character is a dot: %5d (%s)\n", NR, $4
+        printf "%5d: Final character is a dot: (%s)\n", NR, $4
 }
 
 END {


More information about the svn-ports-all mailing list