git: 9a0f9accef47 - main - math/lemon: Change dependency math/coinmp -> math/cbc
Yuri Victorovich
yuri at FreeBSD.org
Sun May 2 23:19:15 UTC 2021
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=9a0f9accef47c022dcac00585f42dd7682b05f9d
commit 9a0f9accef47c022dcac00585f42dd7682b05f9d
Author: Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-05-02 21:08:25 +0000
Commit: Yuri Victorovich <yuri at 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
More information about the dev-commits-ports-all
mailing list