svn commit: r514021 - head/math/tvm

Yuri Victorovich yuri at FreeBSD.org
Tue Oct 8 01:26:50 UTC 2019


Author: yuri
Date: Tue Oct  8 01:26:49 2019
New Revision: 514021
URL: https://svnweb.freebsd.org/changeset/ports/514021

Log:
  math/tvm: Change PORTSCOUT to ignore:0.5
  
  ignore:v0.5 didn't work even though portscout said that 'v0.5' is a new version.
  Trying ignore:0.5.

Modified:
  head/math/tvm/Makefile

Modified: head/math/tvm/Makefile
==============================================================================
--- head/math/tvm/Makefile	Tue Oct  8 01:07:30 2019	(r514020)
+++ head/math/tvm/Makefile	Tue Oct  8 01:26:49 2019	(r514021)
@@ -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:v0.5 # https://github.com/dmlc/tvm/issues/3848
+PORTSCOUT=	ignore:0.5 # https://github.com/dmlc/tvm/issues/3848
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list