Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Apr 2018 07:54:29 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r467371 - head/math/SCIP
Message-ID:  <201804150754.w3F7sTIL017900@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804150754.w3F7sTIL017900>