From owner-svn-ports-head@freebsd.org Sat Aug 31 06:15:08 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3F9C8E578A; Sat, 31 Aug 2019 06:15:08 +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 46L5g00yDsz44Zx; Sat, 31 Aug 2019 06:15:08 +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 0261CC9A3; Sat, 31 Aug 2019 06:15:08 +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 x7V6F75X040339; Sat, 31 Aug 2019 06:15:07 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7V6F7YK040337; Sat, 31 Aug 2019 06:15:07 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201908310615.x7V6F7YK040337@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 31 Aug 2019 06:15:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r510324 - head/math/osqp X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/math/osqp X-SVN-Commit-Revision: 510324 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: Sat, 31 Aug 2019 06:15:08 -0000 Author: yuri Date: Sat Aug 31 06:15:07 2019 New Revision: 510324 URL: https://svnweb.freebsd.org/changeset/ports/510324 Log: math/osqp: Update 0.5.0 -> 0.6.0 Reported by: portscout Modified: head/math/osqp/Makefile head/math/osqp/distinfo head/math/osqp/pkg-plist Modified: head/math/osqp/Makefile ============================================================================== --- head/math/osqp/Makefile Sat Aug 31 06:12:38 2019 (r510323) +++ head/math/osqp/Makefile Sat Aug 31 06:15:07 2019 (r510324) @@ -2,7 +2,7 @@ PORTNAME= osqp DISTVERSIONPREFIX= v -DISTVERSION= 0.5.0 +DISTVERSION= 0.6.0 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org Modified: head/math/osqp/distinfo ============================================================================== --- head/math/osqp/distinfo Sat Aug 31 06:12:38 2019 (r510323) +++ head/math/osqp/distinfo Sat Aug 31 06:15:07 2019 (r510324) @@ -1,5 +1,5 @@ -TIMESTAMP = 1544551542 -SHA256 (oxfordcontrol-osqp-v0.5.0_GH0.tar.gz) = e0932d1f7bc56dbe526bee4a81331c1694d94c570f8ac6a6cb413f38904e0f64 -SIZE (oxfordcontrol-osqp-v0.5.0_GH0.tar.gz) = 928438 +TIMESTAMP = 1567231987 +SHA256 (oxfordcontrol-osqp-v0.6.0_GH0.tar.gz) = 6e00d11d1f88c1e32a4419324b7539b89e8f9cbb1c50afe69f375347c989ba2b +SIZE (oxfordcontrol-osqp-v0.6.0_GH0.tar.gz) = 936676 SHA256 (oxfordcontrol-qdldl-7ab0fca_GH0.tar.gz) = 9d02ed1a10ad2e8df4de3eb70469be4f9b896a8f93a9323065af625b08cd3645 SIZE (oxfordcontrol-qdldl-7ab0fca_GH0.tar.gz) = 22930 Modified: head/math/osqp/pkg-plist ============================================================================== --- head/math/osqp/pkg-plist Sat Aug 31 06:12:38 2019 (r510323) +++ head/math/osqp/pkg-plist Sat Aug 31 06:15:07 2019 (r510324) @@ -2,8 +2,8 @@ include/osqp/auxil.h include/osqp/constants.h include/osqp/cs.h include/osqp/ctrlc.h +include/osqp/error.h include/osqp/glob_opts.h -include/osqp/kkt.h include/osqp/lin_alg.h include/osqp/lin_sys.h include/osqp/osqp.h