diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2023-12-12 20:00:34 +0100 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2023-12-12 20:03:50 +0100 |
commit | ab1713728d621e7b57d276ef27de37a8754e6ee0 (patch) | |
tree | dbd5351cd2a6876673b47b13f4265f8f60361312 /graphics | |
parent | biology/gcta: chase the upgrade of OpenBLAS (diff) |
*/*: bump PORTREVISION after the upgrade of OpenBLAS
PR: 273219
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/matplotplusplus/Makefile | 2 | ||||
-rw-r--r-- | graphics/opencv/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/matplotplusplus/Makefile b/graphics/matplotplusplus/Makefile index c497af3eb313..a65f3f31f1c0 100644 --- a/graphics/matplotplusplus/Makefile +++ b/graphics/matplotplusplus/Makefile @@ -1,7 +1,7 @@ PORTNAME= matplotplusplus DISTVERSIONPREFIX= v DISTVERSION= 1.2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics devel MAINTAINER= yuri@FreeBSD.org diff --git a/graphics/opencv/Makefile b/graphics/opencv/Makefile index be8dcf65a99c..972d12e318f2 100644 --- a/graphics/opencv/Makefile +++ b/graphics/opencv/Makefile @@ -1,6 +1,6 @@ PORTNAME= opencv DISTVERSION= 4.6.0 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= graphics PATCH_SITES= https://github.com/${PORTNAME}/${PORTNAME}/commit/ |