svn commit: r368805 - head/Mk/Scripts

Baptiste Daroussin bapt at FreeBSD.org
Mon Sep 22 06:22:57 UTC 2014


Author: bapt
Date: Mon Sep 22 06:22:56 2014
New Revision: 368805
URL: http://svnweb.freebsd.org/changeset/ports/368805
QAT: https://qat.redports.org/buildarchive/r368805/

Log:
  adjust check_stagedir.sh to take in account %%KEY%%@dirrm*

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

Modified: head/Mk/Scripts/check-stagedir.sh
==============================================================================
--- head/Mk/Scripts/check-stagedir.sh	Mon Sep 22 05:58:11 2014	(r368804)
+++ head/Mk/Scripts/check-stagedir.sh	Mon Sep 22 06:22:56 2014	(r368805)
@@ -289,7 +289,7 @@ check_orphans_from_plist() {
 	# Handle whitelisting
 	while read path; do
 		case "${path}" in
-		'@dirrmtry '[^/]*) ;;
+		*'@dirrmtry '[^/]*) ;;
 		*.bak) ;;
 		*.orig) ;;
 		*/.DS_Store) ;;


More information about the svn-ports-head mailing list