git: 568e2a6b788d - main - math/SCIP: License changed to Apache 2.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 19 Mar 2023 21:49:45 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=568e2a6b788d225e3564f267ead5fb405b22292b
commit 568e2a6b788d225e3564f267ead5fb405b22292b
Author: Philipp Ost <bsd@philippost.de>
AuthorDate: 2023-03-19 21:47:37 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-03-19 21:49:42 +0000
math/SCIP: License changed to Apache 2.0
The official announcement: https://www.scipopt.org/index.php#license
PR: 270354
---
math/SCIP/Makefile | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/math/SCIP/Makefile b/math/SCIP/Makefile
index c95adf753189..aa8c0a9bdc19 100644
--- a/math/SCIP/Makefile
+++ b/math/SCIP/Makefile
@@ -8,10 +8,8 @@ MAINTAINER= yuri@FreeBSD.org
COMMENT= Solver for mixed integer, mixed integer nonlinear programming
WWW= https://www.scipopt.org/
-LICENSE= ZIB
-LICENSE_NAME= ZIB ACADEMIC LICENSE
-LICENSE_FILE= ${WRKSRC}/COPYING
-LICENSE_PERMS= dist-mirror pkg-mirror auto-accept
+LICENSE= APACHE20
+LICENSE_FILE= ${WRKSRC}/LICENSE
EXTRACT_DEPENDS= gtar:archivers/gtar
LIB_DEPENDS= libgmp.so:math/gmp \