svn commit: r374220 - head/Tools/scripts

Alex Kozlov ak at FreeBSD.org
Sun Dec 7 17:51:13 UTC 2014


Author: ak
Date: Sun Dec  7 17:51:12 2014
New Revision: 374220
URL: https://svnweb.freebsd.org/changeset/ports/374220
QAT: https://qat.redports.org/buildarchive/r374220/

Log:
  - Remove vestiges of cvs annotate support

Modified:
  head/Tools/scripts/MOVEDlint.awk

Modified: head/Tools/scripts/MOVEDlint.awk
==============================================================================
--- head/Tools/scripts/MOVEDlint.awk	Sun Dec  7 16:49:53 2014	(r374219)
+++ head/Tools/scripts/MOVEDlint.awk	Sun Dec  7 17:51:12 2014	(r374220)
@@ -102,15 +102,5 @@ END {
         error[missing[port]] = 1
     }
 
-    if (annotate) {
-        line = 1
-        while (annotate | getline) {
-            if (error[line])
-                printf "%5d\n%5d! %s\n", line, line, $0 | sort
-            line++
-        }
-        close(annotate)
-    }
-
     close(sort)
 }


More information about the svn-ports-head mailing list