git: 8075e78a2ac7 - main - math/flopc++: Change dependency math/coinmp -> math/coinutils
Yuri Victorovich
yuri at FreeBSD.org
Sun May 2 23:19:16 UTC 2021
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8075e78a2ac7c891e3d9423cf256e0d63d152fbe
commit 8075e78a2ac7c891e3d9423cf256e0d63d152fbe
Author: Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-05-02 21:14:16 +0000
Commit: Yuri Victorovich <yuri at FreeBSD.org>
CommitDate: 2021-05-02 23:19:09 +0000
math/flopc++: Change dependency math/coinmp -> math/coinutils
CoinMP has the same code but is outdated because it is not being
updated by the upstream any more.
---
math/flopc++/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/math/flopc++/Makefile b/math/flopc++/Makefile
index 8f920ccc410d..bff88d1552c9 100644
--- a/math/flopc++/Makefile
+++ b/math/flopc++/Makefile
@@ -1,5 +1,6 @@
PORTNAME= flopc++
DISTVERSION= 1.2.5
+PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= http://www.coin-or.org/download/pkgsource/FlopC++/
PKGNAMEPREFIX= coin-or-
@@ -11,7 +12,7 @@ COMMENT= Library for solving Linear Optimization Problems in C++
LICENSE= EPL
LICENSE_FILE= ${WRKSRC}/LICENSE
-LIB_DEPENDS= libCoinUtils.so:math/coinmp \
+LIB_DEPENDS= libCoinUtils.so:math/coinutils \
libOsi.so:math/osi
USES= gmake libtool pkgconfig tar:tgz
More information about the dev-commits-ports-all
mailing list