git: a83ec3564769 - main - math/SoPlex: License changed to Apache 2.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 19 Mar 2023 21:51:23 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a83ec356476973cc81081898d79a311860b131f6
commit a83ec356476973cc81081898d79a311860b131f6
Author: Philipp Ost <bsd@philippost.de>
AuthorDate: 2023-03-19 21:50:39 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-03-19 21:50:39 +0000
math/SoPlex: License changed to Apache 2.0
PR: 270353
---
math/SoPlex/Makefile | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/math/SoPlex/Makefile b/math/SoPlex/Makefile
index c44ee972df00..6b18ef966270 100644
--- a/math/SoPlex/Makefile
+++ b/math/SoPlex/Makefile
@@ -8,10 +8,8 @@ MAINTAINER= yuri@FreeBSD.org
COMMENT= Optimization package for solving linear programming problems (LPs)
WWW= https://soplex.zib.de
-LICENSE= ZIB
-LICENSE_NAME= ZIB ACADEMIC LICENSE
-LICENSE_FILE= ${WRKSRC}/COPYING
-LICENSE_PERMS= no-dist-mirror no-pkg-mirror no-auto-accept
+LICENSE= APACHE20
+LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libboost_program_options.so:devel/boost-libs \
libgmp.so:math/gmp