git: 97d4c7df3a90 - main - misc/py-onnxruntime: Fix dist site name
Michael Osipov <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by michaelo: URL: https://cgit.FreeBSD.org/ports/commit/?id=97d4c7df3a90d71262eb8959cf8b451f21e54a6d commit 97d4c7df3a90d71262eb8959cf8b451f21e54a6d Author: Michael Osipov <[email protected]> AuthorDate: 2026-08-15 15:19:50 +0000 Commit: Michael Osipov <[email protected]> CommitDate: 2026-08-15 15:19:50 +0000 misc/py-onnxruntime: Fix dist site name A typo in a dist site name caused a dist file fail to download. --- misc/py-onnxruntime/Makefile | 2 +- misc/py-onnxruntime/Makefile.DISTFILES | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/py-onnxruntime/Makefile b/misc/py-onnxruntime/Makefile index 5ced2db4c40b..4d3a5c167bd4 100644 --- a/misc/py-onnxruntime/Makefile +++ b/misc/py-onnxruntime/Makefile @@ -1,7 +1,7 @@ PORTNAME= onnxruntime DISTVERSIONPREFIX= v DISTVERSION= 1.27.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc # machine-learning PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DIST_SUBDIR= ${PORTNAME} diff --git a/misc/py-onnxruntime/Makefile.DISTFILES b/misc/py-onnxruntime/Makefile.DISTFILES index c7ad64e21132..a33ffce525e6 100644 --- a/misc/py-onnxruntime/Makefile.DISTFILES +++ b/misc/py-onnxruntime/Makefile.DISTFILES @@ -38,6 +38,6 @@ DISTFILES= \ v1.12.0.zip:cudnn_frontend \ ec7b457e5bb1fcec6f59733c4f3dd84d2f885a38.zip:dawn \ v1.20.0.tar.gz:kleidiai \ - 2f10c9a8d32f81ffeeb6d4885a29cc35d2b0da87.zip:kleidiai-qmx \ + 2f10c9a8d32f81ffeeb6d4885a29cc35d2b0da87.zip:kleidiai_qmx \ duktape-2.7.0.tar.xz:duktape \ v1.4.344:vulkan_headers \