svn commit: r484649 - head/Mk/Scripts

Gerald Pfeifer gerald at FreeBSD.org
Sat Nov 10 23:55:43 UTC 2018


Author: gerald
Date: Sat Nov 10 23:55:42 2018
New Revision: 484649
URL: https://svnweb.freebsd.org/changeset/ports/484649

Log:
  Add share/info/*/dir to those files in STAGEDIR to ignore when checking
  for orphans, i.e., files in STAGEDIR that are not covered by plist.
  
  This is a follow-up to revision 484628 after which texinfo files are
  now installed into ${PREFIX}/share/info. (A file "dir" is then created
  and maintained by the tooling.)
  
  Approved by:	portmgr (antoine)

Modified:
  head/Mk/Scripts/check-stagedir.sh

Modified: head/Mk/Scripts/check-stagedir.sh
==============================================================================
--- head/Mk/Scripts/check-stagedir.sh	Sat Nov 10 23:02:44 2018	(r484648)
+++ head/Mk/Scripts/check-stagedir.sh	Sat Nov 10 23:55:42 2018	(r484649)
@@ -154,7 +154,7 @@ check_orphans_from_plist() {
 		*/.svn/*|'@dir '*/.svn) ;;
 		*/.svnignore) ;;
 		*/CVS/*|'@dir '*/CVS) ;;
-		*/info/dir|info/dir|info/*/dir) ;;
+		*/info/dir|info/dir|info/*/dir|share/info/*/dir) ;;
 		share/fonts/*/fonts.dir) ;;
 		share/fonts/*/fonts.scale) ;;
 		share/applications/mimeinfo.cache) ;;


More information about the svn-ports-all mailing list