git: 07066e100878 - 2022Q2 - math/coinmp: Dependency fixes

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Tue, 12 Apr 2022 21:23:16 UTC
The branch 2022Q2 has been updated by yuri:

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

commit 07066e100878630a824e979f34873e520524e6f9
Author:     Don Lewis <truckman@FreeBSD.org>
AuthorDate: 2022-04-12 21:20:51 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-04-12 21:23:14 +0000

    math/coinmp: Dependency fixes
    
    PR:             263246
    (cherry picked from commit 26c29e188544af869114c53f76d6f596a9041f9a)
---
 math/coinmp/Makefile | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/math/coinmp/Makefile b/math/coinmp/Makefile
index 90163c0e9329..76d5b38f2060 100644
--- a/math/coinmp/Makefile
+++ b/math/coinmp/Makefile
@@ -3,7 +3,7 @@
 PORTNAME=	CoinMP
 DISTVERSIONPREFIX=	releases/
 DISTVERSION=	1.8.4
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -19,9 +19,11 @@ LIB_DEPENDS=	libblas.so:math/blas \
 		libCgl.so:math/cgl \
 		libClp.so:math/clp \
 		libcoinasl.so:math/asl \
-		libcoinmumps.so:math/ipopt \
+		libcoinmumps.so:math/coin-or-mumps \
 		libCoinUtils.so:math/coinutils \
-		libopenblas.so:math/openblas
+		libnauty.so:math/nauty \
+		libopenblas.so:math/openblas \
+		libOsi.so:math/osi
 
 USES=		compiler:c++11-lang libtool pathfix pkgconfig
 USE_LDCONFIG=	yes