svn commit: r341480 - svnadmin/hooks/scripts

Mathieu Arnold mat at FreeBSD.org
Mon Jan 27 23:44:43 UTC 2014


Author: mat
Date: Mon Jan 27 23:44:43 2014
New Revision: 341480
URL: http://svnweb.freebsd.org/changeset/ports/341480
QAT: https://qat.redports.org/buildarchive/r341480/

Log:
  Restrict the vuln.xml limitation to head for now.
  
  With hat:	portmgr
  Sponsored by:	Absolight

Modified:
  svnadmin/hooks/scripts/vulnxml-unique.sh

Modified: svnadmin/hooks/scripts/vulnxml-unique.sh
==============================================================================
--- svnadmin/hooks/scripts/vulnxml-unique.sh	Mon Jan 27 23:37:59 2014	(r341479)
+++ svnadmin/hooks/scripts/vulnxml-unique.sh	Mon Jan 27 23:44:43 2014	(r341480)
@@ -25,7 +25,7 @@ for line in $(svnlook changed -t $TXN $R
 	type=$1
 	fpath=$2
 	case $fpath in
-		*/security/vuxml/vuln.xml)
+		head/security/vuxml/vuln.xml)
 			VULN_XML=1
 			;;
 		*)


More information about the svn-ports-all mailing list