svn commit: r514344 - head/math/tvm

Yuri Victorovich yuri at FreeBSD.org
Sat Oct 12 16:41:07 UTC 2019


Author: yuri
Date: Sat Oct 12 16:41:06 2019
New Revision: 514344
URL: https://svnweb.freebsd.org/changeset/ports/514344

Log:
  math/tvm: Use skipv instead of ignore in the PORTSCOUT tag because ignore doesn't seem to work

Modified:
  head/math/tvm/Makefile

Modified: head/math/tvm/Makefile
==============================================================================
--- head/math/tvm/Makefile	Sat Oct 12 16:20:14 2019	(r514343)
+++ head/math/tvm/Makefile	Sat Oct 12 16:41:06 2019	(r514344)
@@ -22,6 +22,6 @@ GH_TUPLE=	dmlc:dlpack:0acb731:dlpack/3rdparty/dlpack \
 		dmlc:dmlc-core:808f485:dmlc_core/3rdparty/dmlc-core
 USE_LDCONFIG=	yes
 
-PORTSCOUT=	ignore:0.5 # https://github.com/dmlc/tvm/issues/3848
+PORTSCOUT=	skipv:0.5 # https://github.com/dmlc/tvm/issues/3848
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list