Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 May 2021 23:19:15 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: 9a0f9accef47 - main - math/lemon: Change dependency math/coinmp -> math/cbc
Message-ID:  <202105022319.142NJFlY060290@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=9a0f9accef47c022dcac00585f42dd7682b05f9d

commit 9a0f9accef47c022dcac00585f42dd7682b05f9d
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-05-02 21:08:25 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-05-02 23:19:09 +0000

    math/lemon: 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/lemon/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/math/lemon/Makefile b/math/lemon/Makefile
index 6fa38a466249..88eaf2f6737a 100644
--- a/math/lemon/Makefile
+++ b/math/lemon/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	lemon
 DISTVERSION=	1.3.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	math
 MASTER_SITES=	https://lemon.cs.elte.hu/pub/sources/
 PKGNAMEPREFIX=	coin-or-
@@ -11,7 +11,7 @@ COMMENT=	Library for Efficient Modeling and Optimization in Networks
 LICENSE=	BSL
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-LIB_DEPENDS=	libCbc.so:math/coinmp
+LIB_DEPENDS=	libCbc.so:math/cbc
 
 USES=		cmake
 USE_LDCONFIG=	yes



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