summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
Diffstat (limited to 'misc')
-rw-r--r--misc/ncnn/Makefile2
-rw-r--r--misc/onnx/Makefile2
-rw-r--r--misc/onnxruntime/Makefile2
-rw-r--r--misc/py-onnx/Makefile2
-rw-r--r--misc/py-pytorch/Makefile2
-rw-r--r--misc/pytorch/Makefile2
6 files changed, 6 insertions, 6 deletions
diff --git a/misc/ncnn/Makefile b/misc/ncnn/Makefile
index 205dc4af885a..fa04ead793ad 100644
--- a/misc/ncnn/Makefile
+++ b/misc/ncnn/Makefile
@@ -1,6 +1,6 @@
PORTNAME= ncnn
DISTVERSION= 20241226
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= misc # machine-learning
MAINTAINER= yuri@FreeBSD.org
diff --git a/misc/onnx/Makefile b/misc/onnx/Makefile
index 8d3c6c957807..cb63f9bbb44b 100644
--- a/misc/onnx/Makefile
+++ b/misc/onnx/Makefile
@@ -1,7 +1,7 @@
PORTNAME= onnx
DISTVERSIONPREFIX= v
DISTVERSION= 1.17.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= misc # machine-learning
MAINTAINER= yuri@FreeBSD.org
diff --git a/misc/onnxruntime/Makefile b/misc/onnxruntime/Makefile
index e32a6a4771bb..465133e49469 100644
--- a/misc/onnxruntime/Makefile
+++ b/misc/onnxruntime/Makefile
@@ -1,7 +1,7 @@
PORTNAME= onnxruntime
DISTVERSIONPREFIX= v
DISTVERSION= 1.18.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= misc # machine-learning
DIST_SUBDIR= ${PORTNAME}
diff --git a/misc/py-onnx/Makefile b/misc/py-onnx/Makefile
index 87c9604dbb15..38abade66abd 100644
--- a/misc/py-onnx/Makefile
+++ b/misc/py-onnx/Makefile
@@ -1,6 +1,6 @@
PORTNAME= onnx
DISTVERSION= 1.16.2
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= misc # machine-learning
MASTER_SITES= PYPI \
https://github.com/abseil/abseil-cpp/archive/refs/tags/:abseil \
diff --git a/misc/py-pytorch/Makefile b/misc/py-pytorch/Makefile
index 4d8866293d97..bc633975fdb9 100644
--- a/misc/py-pytorch/Makefile
+++ b/misc/py-pytorch/Makefile
@@ -1,7 +1,7 @@
PORTNAME= pytorch
DISTVERSIONPREFIX= v
DISTVERSION= 2.5.1
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= misc # machine-learning
MASTER_SITES= https://github.com/pytorch/pytorch/releases/download/v${DISTVERSION}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/misc/pytorch/Makefile b/misc/pytorch/Makefile
index acf8c7a78198..16c2f99f1fa3 100644
--- a/misc/pytorch/Makefile
+++ b/misc/pytorch/Makefile
@@ -1,7 +1,7 @@
PORTNAME= pytorch
DISTVERSIONPREFIX= v
DISTVERSION= 2.4.1
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= misc # machine-learning
MASTER_SITES= https://github.com/pytorch/pytorch/releases/download/v${DISTVERSION}/
DIST_SUBDIR= ${PORTNAME}