git: 361b9264c79d - main - math/bonmin: Change dependency math/coinmp -> math/cbc

Yuri Victorovich yuri at FreeBSD.org
Sun May 2 23:19:19 UTC 2021


The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=361b9264c79d794b4997497c31ec4acf7c699777

commit 361b9264c79d794b4997497c31ec4acf7c699777
Author:     Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-05-02 22:37:18 +0000
Commit:     Yuri Victorovich <yuri at FreeBSD.org>
CommitDate: 2021-05-02 23:19:10 +0000

    math/bonmin: Change dependency math/coinmp -> math/cbc
    
    CoinMP has the same code but is outdated because it is not being
    updated by the upstream any more.
---
 math/bonmin/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/math/bonmin/Makefile b/math/bonmin/Makefile
index 5c8e81c732ea..4f7d60f4c61f 100644
--- a/math/bonmin/Makefile
+++ b/math/bonmin/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	bonmin
 DISTVERSIONPREFIX=	releases/
 DISTVERSION=	1.8.8
+PORTREVISION=	1
 CATEGORIES=	math
 PKGNAMEPREFIX=	coin-or-
 
@@ -10,7 +11,7 @@ COMMENT=	Basic Open-source Nonlinear Mixed INteger programming
 LICENSE=	EPL
 LICENSE_FILE=	${WRKSRC}/Bonmin/LICENSE
 
-LIB_DEPENDS=	libCbc.so:math/coinmp \
+LIB_DEPENDS=	libCbc.so:math/cbc \
 		libipopt.so:math/ipopt
 
 USES=		blaslapack:netlib compiler:c++11-lang gmake libtool pkgconfig


More information about the dev-commits-ports-all mailing list