diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2022-09-02 09:12:18 +0200 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2022-09-02 09:12:18 +0200 |
commit | a49cb0f435d525ea72be8f943d82d3562cfbcba8 (patch) | |
tree | 01712488f87a22d06f050511a56b5713b758d75c /misc | |
parent | databases/timescaledb-tune: Update to 0.14.1 (diff) |
graphics/opencv: bump consumers after e21578d954550998435c5d6d532e2d5a67398bfe
This was missed in the upgrade of graphics/opencv.
Reported by: VVD
Diffstat (limited to 'misc')
-rw-r--r-- | misc/actiona/Makefile | 2 | ||||
-rw-r--r-- | misc/darknet/Makefile | 2 | ||||
-rw-r--r-- | misc/mxnet/Makefile | 2 | ||||
-rw-r--r-- | misc/visp/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/misc/actiona/Makefile b/misc/actiona/Makefile index 27b76f9a6d63..e0e213b714ff 100644 --- a/misc/actiona/Makefile +++ b/misc/actiona/Makefile @@ -1,7 +1,7 @@ PORTNAME= actiona DISTVERSIONPREFIX= v DISTVERSION= 3.10.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/darknet/Makefile b/misc/darknet/Makefile index 3ce30702c53c..eb2ecb6184e8 100644 --- a/misc/darknet/Makefile +++ b/misc/darknet/Makefile @@ -1,7 +1,7 @@ PORTNAME= darknet DISTVERSIONPREFIX= darknet_yolo_v DISTVERSION= 4_pre -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= misc # machine-learning diff --git a/misc/mxnet/Makefile b/misc/mxnet/Makefile index da1ec18e690c..e820e03ed9c1 100644 --- a/misc/mxnet/Makefile +++ b/misc/mxnet/Makefile @@ -1,6 +1,6 @@ PORTNAME= mxnet DISTVERSION= 1.9.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc # machine-learning MAINTAINER= yuri@FreeBSD.org diff --git a/misc/visp/Makefile b/misc/visp/Makefile index e59ac47238af..6c6e8041238c 100644 --- a/misc/visp/Makefile +++ b/misc/visp/Makefile @@ -1,6 +1,6 @@ PORTNAME= visp DISTVERSION= 3.5.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc MASTER_SITES= https://visp-doc.inria.fr/download/releases/ |