Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 May 2016 18:46:59 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r415853 - head/Mk/Scripts
Message-ID:  <201605251846.u4PIkxqQ035867@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed May 25 18:46:58 2016
New Revision: 415853
URL: https://svnweb.freebsd.org/changeset/ports/415853

Log:
  Fix make check-plist with new @xmlcatmgr keyword

Modified:
  head/Mk/Scripts/functions.sh

Modified: head/Mk/Scripts/functions.sh
==============================================================================
--- head/Mk/Scripts/functions.sh	Wed May 25 18:46:29 2016	(r415852)
+++ head/Mk/Scripts/functions.sh	Wed May 25 18:46:58 2016	(r415853)
@@ -71,7 +71,7 @@ parse_plist() {
 			esac
 		;;
 		# Handle [file] Keywords
-		@info\ *|@shell\ *)
+		@info\ *|@shell\ *|@xmlcatmgr\ *)
 			set -- $line
 			shift
 			case "$@" in



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605251846.u4PIkxqQ035867>