svn commit: r453894 - head/Tools/scripts

Mathieu Arnold mat at FreeBSD.org
Fri Nov 10 11:59:26 UTC 2017


Author: mat
Date: Fri Nov 10 11:59:25 2017
New Revision: 453894
URL: https://svnweb.freebsd.org/changeset/ports/453894

Log:
  Don't blame the person that removed a resurrected.
  
  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:17 2017	(r453893)
+++ head/Tools/scripts/MOVEDlint.awk	Fri Nov 10 11:59:25 2017	(r453894)
@@ -108,7 +108,6 @@ $3 !~ /^20[0-3][0-9]-[01][0-9]-[0-3][0-9]$/ {
 END {
     for (port in resurrected) {
         printf "%5d: %s must be marked as resurrected\n", resurrected[port], port | sort
-        error[resurrected[port]] = 1
     }
 
     for (port in missing) {


More information about the svn-ports-all mailing list