Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Oct 2019 18:00:54 +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: r515624 - head/math/onnx
Message-ID:  <201910251800.x9PI0tA6013230@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Fri Oct 25 18:00:54 2019
New Revision: 515624
URL: https://svnweb.freebsd.org/changeset/ports/515624

Log:
  math/onnx: Update 1.6.0 -> 1.6.0.20191021 (to the latest git hash)

Modified:
  head/math/onnx/Makefile
  head/math/onnx/distinfo

Modified: head/math/onnx/Makefile
==============================================================================
--- head/math/onnx/Makefile	Fri Oct 25 16:58:00 2019	(r515623)
+++ head/math/onnx/Makefile	Fri Oct 25 18:00:54 2019	(r515624)
@@ -2,7 +2,7 @@
 
 PORTNAME=	onnx
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.6.0
+DISTVERSION=	1.6.0.20191021
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -15,6 +15,8 @@ LIB_DEPENDS=	libprotobuf.so:devel/protobuf
 
 USES=		cmake compiler:c++11-lang python:build
 USE_GITHUB=	yes
+GH_TAGNAME=	3ea3b0e0 # repo is mislabeled: https://github.com/onnx/onnx/issues/2420
+USE_LDCONFIG=	yes
 
 CMAKE_ON=	BUILD_SHARED_LIBS
 

Modified: head/math/onnx/distinfo
==============================================================================
--- head/math/onnx/distinfo	Fri Oct 25 16:58:00 2019	(r515623)
+++ head/math/onnx/distinfo	Fri Oct 25 18:00:54 2019	(r515624)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1569680204
-SHA256 (onnx-onnx-v1.6.0_GH0.tar.gz) = a725df7c1bbed3456794c9fb8c4a5443ba0d3496f96ef3685a4625dc947de855
-SIZE (onnx-onnx-v1.6.0_GH0.tar.gz) = 2595871
+TIMESTAMP = 1572026075
+SHA256 (onnx-onnx-v1.6.0.20191021-3ea3b0e0_GH0.tar.gz) = 9c2fd57b6f9f16b8c15ac4df604437cbb7b6e6c3d248f813e813f9225a838b9a
+SIZE (onnx-onnx-v1.6.0.20191021-3ea3b0e0_GH0.tar.gz) = 2598436



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