svn commit: r341366 - head/Mk/Scripts

Baptiste Daroussin bapt at FreeBSD.org
Mon Jan 27 10:35:20 UTC 2014


Author: bapt
Date: Mon Jan 27 10:35:19 2014
New Revision: 341366
URL: http://svnweb.freebsd.org/changeset/ports/341366
QAT: https://qat.redports.org/buildarchive/r341366/

Log:
  Do not show orphans anymore with pkgng for .info files

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

Modified: head/Mk/Scripts/check-stagedir.sh
==============================================================================
--- head/Mk/Scripts/check-stagedir.sh	Mon Jan 27 10:27:53 2014	(r341365)
+++ head/Mk/Scripts/check-stagedir.sh	Mon Jan 27 10:35:19 2014	(r341366)
@@ -59,6 +59,11 @@ if [ $makeplist = 0 ] ; then
 			*)  echo >&3 "$cwd/$line" ;;
 			esac
 		;;
+		@info*)
+			set -- $line
+			shift
+			echo "$cwd/$@"
+		;;
 		# order matters here - we must check @cwd first because
 		# otherwise the @cwd* would also match it first, shadowing the
 		# @cwd) line.


More information about the svn-ports-all mailing list