Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Oct 2019 16:41:07 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r514344 - head/math/tvm
Message-ID:  <201910121641.x9CGf7wS037844@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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