git: f7f178df1f09 - main - math/clp: Link with COIN-OR ASL library

Yuri Victorovich yuri at FreeBSD.org
Mon May 3 20:56:36 UTC 2021


The branch main has been updated by yuri:

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

commit f7f178df1f0982cd0366b9f8432a3dd1e733ec8e
Author:     Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-05-03 20:05:12 +0000
Commit:     Yuri Victorovich <yuri at FreeBSD.org>
CommitDate: 2021-05-03 20:56:30 +0000

    math/clp: Link with COIN-OR ASL library
    
    Also update MASTER_SITES.
---
 math/clp/Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/math/clp/Makefile b/math/clp/Makefile
index d7eecf0827df..2fab3a46b48f 100644
--- a/math/clp/Makefile
+++ b/math/clp/Makefile
@@ -2,10 +2,9 @@
 
 PORTNAME=	Clp
 DISTVERSION=	1.17.3
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	math
-MASTER_SITES=	http://www.coin-or.org/download/source/${PORTNAME}/ \
-		http://www.mavetju.org/download/adopted/
+MASTER_SITES=	https://www.coin-or.org/download/source/${PORTNAME}/
 PKGNAMEPREFIX=	coin-or-
 
 MAINTAINER=	co9co9 at gmail.com
@@ -15,7 +14,8 @@ LICENSE=	EPL
 
 BUILD_DEPENDS=	coin-or-Data-Sample>0:math/coin-or-data-sample \
 		coin-or-Data-Netlib>0:math/coin-or-data-netlib
-LIB_DEPENDS=	libcoinmumps.so:math/ipopt \
+LIB_DEPENDS=	libcoinasl.so:math/asl \
+		libcoinmumps.so:math/ipopt \
 		libCoinUtils.so:math/coinutils
 RUN_DEPENDS=	coin-or-Data-Sample>0:math/coin-or-data-sample \
 		coin-or-Data-Netlib>0:math/coin-or-data-netlib


More information about the dev-commits-ports-all mailing list