svn commit: r368823 - head/Mk/Scripts
Antoine Brodin
antoine at FreeBSD.org
Mon Sep 22 07:53:58 UTC 2014
Author: antoine
Date: Mon Sep 22 07:53:57 2014
New Revision: 368823
URL: http://svnweb.freebsd.org/changeset/ports/368823
QAT: https://qat.redports.org/buildarchive/r368823/
Log:
Do not report directories in plist as orphans
With hat: portmgr
Modified:
head/Mk/Scripts/check-stagedir.sh
Modified: head/Mk/Scripts/check-stagedir.sh
==============================================================================
--- head/Mk/Scripts/check-stagedir.sh Mon Sep 22 07:22:09 2014 (r368822)
+++ head/Mk/Scripts/check-stagedir.sh Mon Sep 22 07:53:57 2014 (r368823)
@@ -62,7 +62,6 @@ parse_plist() {
-e 's/@unexec[[:space:]]+(\/bin\/)?rmdir( -p)?[[:space:]]+//' \
-e 's/@dir(rm|rmtry)?[[:space:]]+//' \
-e 's/[[:space:]]+$//')"
- continue
case "$line" in
/*) echo >&3 "${comment}${line%/}" ;;
*) echo >&3 "${comment}${cwd}/${line%/}" ;;
More information about the svn-ports-all
mailing list