svn commit: r350530 - head/ports-mgmt/tinderbox

Chris Rees crees at FreeBSD.org
Mon Apr 7 18:02:18 UTC 2014


Author: crees
Date: Mon Apr  7 18:02:17 2014
New Revision: 350530
URL: http://svnweb.freebsd.org/changeset/ports/350530
QAT: https://qat.redports.org/buildarchive/r350530/

Log:
  Fix with HIDE_MARKUP option
  
  PR:		ports/167601
  Submitted by:	Jarrod Sayers

Modified:
  head/ports-mgmt/tinderbox/Makefile

Modified: head/ports-mgmt/tinderbox/Makefile
==============================================================================
--- head/ports-mgmt/tinderbox/Makefile	Mon Apr  7 17:43:20 2014	(r350529)
+++ head/ports-mgmt/tinderbox/Makefile	Mon Apr  7 18:02:17 2014	(r350530)
@@ -111,7 +111,7 @@ post-patch:
 .  endif
 .  if ${PORT_OPTIONS:MHIDE_MARKUP}
 	@${REINPLACE_CMD} -e 's#<a href="[^"]*">markup</a>#markup#g' \
-			  -e 's#>markup_log.*;#>markup_log(-1,-1)#g' \
+			  -e 's#>markup_log.*;#>markup_log(-1,-1);#g' \
 		${WRKSRC}/webui/templates/*/*.tpl ${WRKSRC}/webui/index.php
 .  endif
 .endif


More information about the svn-ports-head mailing list