svn commit: r458759 - head/devel/omnisharp-server

Richard Gallamore ultima at FreeBSD.org
Thu Jan 11 17:43:49 UTC 2018


Author: ultima
Date: Thu Jan 11 17:43:47 2018
New Revision: 458759
URL: https://svnweb.freebsd.org/changeset/ports/458759

Log:
  Ignore mono-2.10.8, this is a version of mono not the port.

Modified:
  head/devel/omnisharp-server/Makefile

Modified: head/devel/omnisharp-server/Makefile
==============================================================================
--- head/devel/omnisharp-server/Makefile	Thu Jan 11 17:38:44 2018	(r458758)
+++ head/devel/omnisharp-server/Makefile	Thu Jan 11 17:43:47 2018	(r458759)
@@ -18,6 +18,8 @@ GH_TAGNAME=	e1902915c
 GH_TUPLE=	icsharpcode:NRefactory:3f78bdbed:nrefactory/NRefactory \
 		jbevain:cecil:4770957a0:cecil/cecil
 
+PORTSCOUT=	ignore:mono-2.10.8
+
 do-build:
 		(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \
 		xbuild /property:Configuration=Release)


More information about the svn-ports-all mailing list