Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Aug 2023 07:26:11 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c3838cecddc6 - main - misc/{,py-}onnx: update 1.14.0 =?utf-8?Q?=E2=86=92?= 1.14.1
Message-ID:  <202308260726.37Q7QBiU079814@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c3838cecddc629f42adcc2bba1dd3b5cb4ec719c

commit c3838cecddc629f42adcc2bba1dd3b5cb4ec719c
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-08-26 06:37:16 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-08-26 07:26:04 +0000

    misc/{,py-}onnx: update 1.14.0 → 1.14.1
    
    Reported by:    portscout
---
 misc/onnx/Makefile    | 4 +++-
 misc/onnx/distinfo    | 6 +++---
 misc/py-onnx/Makefile | 4 +++-
 misc/py-onnx/distinfo | 6 +++---
 4 files changed, 12 insertions(+), 8 deletions(-)

diff --git a/misc/onnx/Makefile b/misc/onnx/Makefile
index fd1a58a598ea..6873cb6bb9e1 100644
--- a/misc/onnx/Makefile
+++ b/misc/onnx/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	onnx
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.14.0
+DISTVERSION=	1.14.1
 CATEGORIES=	misc # machine-learning
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -22,6 +22,8 @@ CMAKE_OFF=	BUILD_ONNX_PYTHON
 CMAKE_TESTING_ON=	ONNX_BUILD_TESTS
 CMAKE_TESTING_TARGET=
 
+CXXFLAGS+=	-Dstat64=stat
+
 post-install:
 	@${FIND} ${STAGEDIR}${PREFIX}/include -type d -empty -delete
 
diff --git a/misc/onnx/distinfo b/misc/onnx/distinfo
index 2d6d1be30621..dc63d858c00c 100644
--- a/misc/onnx/distinfo
+++ b/misc/onnx/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1683444866
-SHA256 (onnx-onnx-v1.14.0_GH0.tar.gz) = 1b02ad523f79d83f9678c749d5a3f63f0bcd0934550d5e0d7b895f9a29320003
-SIZE (onnx-onnx-v1.14.0_GH0.tar.gz) = 11568979
+TIMESTAMP = 1693028136
+SHA256 (onnx-onnx-v1.14.1_GH0.tar.gz) = e296f8867951fa6e71417a18f2e550a730550f8829bd35e947b4df5e3e777aa1
+SIZE (onnx-onnx-v1.14.1_GH0.tar.gz) = 11570627
diff --git a/misc/py-onnx/Makefile b/misc/py-onnx/Makefile
index f7b08f9d78e0..ef62aca59178 100644
--- a/misc/py-onnx/Makefile
+++ b/misc/py-onnx/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	onnx
-DISTVERSION=	1.14.0
+DISTVERSION=	1.14.1
 CATEGORIES=	misc # machine-learning
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -24,6 +24,8 @@ RUN_DEPENDS=	${PYNUMPY} \
 USES=		compiler:c11 python shebangfix
 USE_PYTHON=	distutils concurrent autoplist
 
+CXXFLAGS+=	-Dstat64=stat
+
 SHEBANG_FILES=	tools/protoc-gen-mypy.sh.in
 
 BINARY_ALIAS=	python=${PYTHON_CMD}
diff --git a/misc/py-onnx/distinfo b/misc/py-onnx/distinfo
index be7508d3b078..32b8f3c1aa76 100644
--- a/misc/py-onnx/distinfo
+++ b/misc/py-onnx/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1687406533
-SHA256 (onnx-1.14.0.tar.gz) = 43b85087c6b919de66872a043c7f4899fe6f840e11ffca7e662b2ce9e4cc2927
-SIZE (onnx-1.14.0.tar.gz) = 11329418
+TIMESTAMP = 1693031876
+SHA256 (onnx-1.14.1.tar.gz) = 70903afe163643bd71195c78cedcc3f4fa05a2af651fd950ef3acbb15175b2d1
+SIZE (onnx-1.14.1.tar.gz) = 11328774



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