From owner-svn-ports-head@freebsd.org Mon Jan 21 18:19:31 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 72B7A14B2650; Mon, 21 Jan 2019 18:19:31 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 190F36F5E9; Mon, 21 Jan 2019 18:19:31 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0CDC21D493; Mon, 21 Jan 2019 18:19:31 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x0LIJUjq004243; Mon, 21 Jan 2019 18:19:30 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x0LIJUeA004241; Mon, 21 Jan 2019 18:19:30 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201901211819.x0LIJUeA004241@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 21 Jan 2019 18:19:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r490873 - head/math/SCIP X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/math/SCIP X-SVN-Commit-Revision: 490873 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 190F36F5E9 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.995,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.98)[-0.976,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2019 18:19:31 -0000 Author: yuri Date: Mon Jan 21 18:19:30 2019 New Revision: 490873 URL: https://svnweb.freebsd.org/changeset/ports/490873 Log: math/SCIP: Update 6.0.0 -> 6.0.1 Reported by: portscout Modified: head/math/SCIP/Makefile head/math/SCIP/distinfo head/math/SCIP/pkg-plist Modified: head/math/SCIP/Makefile ============================================================================== --- head/math/SCIP/Makefile Mon Jan 21 18:18:41 2019 (r490872) +++ head/math/SCIP/Makefile Mon Jan 21 18:19:30 2019 (r490873) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= SCIP -DISTVERSION= 6.0.0 -PORTREVISION= 1 +DISTVERSION= 6.0.1 CATEGORIES= math science MASTER_SITES= http://scip.zib.de/download/release/ DISTNAME= ${PORTNAME:tl}-${DISTVERSION} Modified: head/math/SCIP/distinfo ============================================================================== --- head/math/SCIP/distinfo Mon Jan 21 18:18:41 2019 (r490872) +++ head/math/SCIP/distinfo Mon Jan 21 18:19:30 2019 (r490873) @@ -1,3 +1,3 @@ -TIMESTAMP = 1530731440 -SHA256 (scip-6.0.0.tgz) = a668a787d72cafa6b46064f8ccdf4c5a8b29f7dab5e903719e4de3bfa6843ed9 -SIZE (scip-6.0.0.tgz) = 9353601 +TIMESTAMP = 1548093622 +SHA256 (scip-6.0.1.tgz) = 06895fc829e12d6a3fbfeacc443c0754076057386d0b9ebf16152fdf65569845 +SIZE (scip-6.0.1.tgz) = 9359020 Modified: head/math/SCIP/pkg-plist ============================================================================== --- head/math/SCIP/pkg-plist Mon Jan 21 18:18:41 2019 (r490872) +++ head/math/SCIP/pkg-plist Mon Jan 21 18:19:30 2019 (r490873) @@ -77,6 +77,7 @@ include/scip/compr_weakcompr.h include/scip/concsolver.h include/scip/concsolver_scip.h include/scip/concurrent.h +include/scip/config.h include/scip/conflict.h include/scip/conflictstore.h include/scip/cons.h