Date: Sun, 2 May 2021 23:19:16 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: 8075e78a2ac7 - main - math/flopc++: Change dependency math/coinmp -> math/coinutils Message-ID: <202105022319.142NJGjL060311@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=8075e78a2ac7c891e3d9423cf256e0d63d152fbe commit 8075e78a2ac7c891e3d9423cf256e0d63d152fbe Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2021-05-02 21:14:16 +0000 Commit: Yuri Victorovich <yuri@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105022319.142NJGjL060311>