svn commit: r336601 - head

Piotr Pawel Stefaniak pstef at FreeBSD.org
Sun Jul 22 12:45:03 UTC 2018


Author: pstef
Date: Sun Jul 22 12:45:02 2018
New Revision: 336601
URL: https://svnweb.freebsd.org/changeset/base/336601

Log:
  Remove old Kyua test files for indent(1) after a rename.
  
  This continues work in r334944.
  
  Reported by:	asomers

Modified:
  head/ObsoleteFiles.inc

Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc	Sun Jul 22 12:04:21 2018	(r336600)
+++ head/ObsoleteFiles.inc	Sun Jul 22 12:45:02 2018	(r336601)
@@ -38,6 +38,13 @@
 #   xargs -n1 | sort | uniq -d;
 # done
 
+# 20180722: indent(1) option renamed, test files follow
+OLD_FILES+=usr/bin/indent/tests/nsac.0
+OLD_FILES+=usr/bin/indent/tests/nsac.0.pro
+OLD_FILES+=usr/bin/indent/tests/nsac.0.stdout
+OLD_FILES+=usr/bin/indent/tests/sac.0
+OLD_FILES+=usr/bin/indent/tests/sac.0.pro
+OLD_FILES+=usr/bin/indent/tests/sac.0.stdout
 # 20180721: move of libmlx5.so.1 and libibverbs.so.1
 OLD_LIBS+=usr/lib/libmlx5.so.1
 OLD_LIBS+=usr/lib/libibverbs.so.1


More information about the svn-src-head mailing list