Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 May 2021 23:19:17 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: dff68fc9fb99 - main - math/symphony: Change dependency math/coinmp -> math/cbc
Message-ID:  <202105022319.142NJH7R060339@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

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

commit dff68fc9fb99bc0bc542c05cce4790effca4f831
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-05-02 21:32:57 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-05-02 23:19:10 +0000

    math/symphony: 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/symphony/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/math/symphony/Makefile b/math/symphony/Makefile
index 91da6b4ccc74..9a962aec4fec 100644
--- a/math/symphony/Makefile
+++ b/math/symphony/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	symphony
 DISTVERSIONPREFIX=	releases/
 DISTVERSION=	5.6.17
+PORTREVISION=	1
 CATEGORIES=	math
 PKGNAMEPREFIX=	coin-or-
 
@@ -10,7 +11,7 @@ COMMENT=	Solver and development framework for mixed-integer linear programs
 LICENSE=	EPL
 LICENSE_FILE=	${WRKSRC}/SYMPHONY/LICENSE
 
-LIB_DEPENDS=	libCbc.so:math/coinmp
+LIB_DEPENDS=	libCbc.so:math/cbc
 
 USES=		gmake libtool pkgconfig
 GNU_CONFIGURE=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105022319.142NJH7R060339>