Date: Tue, 8 Oct 2019 01:26:49 +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: r514021 - head/math/tvm Message-ID: <201910080126.x981QnNI067349@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910080126.x981QnNI067349>