svn commit: r467371 - head/math/SCIP
Yuri Victorovich
yuri at FreeBSD.org
Sun Apr 15 07:54:29 UTC 2018
Author: yuri
Date: Sun Apr 15 07:54:28 2018
New Revision: 467371
URL: https://svnweb.freebsd.org/changeset/ports/467371
Log:
math/SCIP: Update 5.0.0 -> 5.0.1
Also added CONFLICTS_BUILD=Ipopt (reported upstream as a bug)
Reported by: portscout
Modified:
head/math/SCIP/Makefile
head/math/SCIP/distinfo
Modified: head/math/SCIP/Makefile
==============================================================================
--- head/math/SCIP/Makefile Sun Apr 15 07:00:03 2018 (r467370)
+++ head/math/SCIP/Makefile Sun Apr 15 07:54:28 2018 (r467371)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= SCIP
-DISTVERSION= 5.0.0
+DISTVERSION= 5.0.1
CATEGORIES= math science
MASTER_SITES= http://scip.zib.de/download/release/
DISTNAME= ${PORTNAME:tl}-${DISTVERSION}
@@ -18,6 +18,8 @@ LICENSE_PERMS= dist-mirror pkg-mirror auto-accept
EXTRACT_DEPENDS= gtar:archivers/gtar
LIB_DEPENDS= libgmp.so:math/gmp \
libsoplex.so:math/SoPlex
+
+CONFLICTS_BUILD= Ipopt
USES= cmake:outsource readline tar:tgz
EXTRACT_CMD= gtar
Modified: head/math/SCIP/distinfo
==============================================================================
--- head/math/SCIP/distinfo Sun Apr 15 07:00:03 2018 (r467370)
+++ head/math/SCIP/distinfo Sun Apr 15 07:54:28 2018 (r467371)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1514183292
-SHA256 (scip-5.0.0.tgz) = 3fb247cf312371a1942997b5b1891655ae4b79a035eb956bce0e5f5ba3f36018
-SIZE (scip-5.0.0.tgz) = 7988437
+TIMESTAMP = 1523777686
+SHA256 (scip-5.0.1.tgz) = cfdcbd8bef454e8813550992255746e657f708a6789d129a5000ef8e3815edf4
+SIZE (scip-5.0.1.tgz) = 7996808
More information about the svn-ports-all
mailing list