From owner-svn-ports-all@freebsd.org Sun Aug 13 14:24:09 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EEA76DB598D; Sun, 13 Aug 2017 14:24:09 +0000 (UTC) (envelope-from jbeich@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 mx1.freebsd.org (Postfix) with ESMTPS id B85E570930; Sun, 13 Aug 2017 14:24:09 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v7DEO8ua003218; Sun, 13 Aug 2017 14:24:08 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v7DEO8nB003216; Sun, 13 Aug 2017 14:24:08 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201708131424.v7DEO8nB003216@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 13 Aug 2017 14:24:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447891 - head/math/ceres-solver X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/math/ceres-solver X-SVN-Commit-Revision: 447891 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Aug 2017 14:24:10 -0000 Author: jbeich Date: Sun Aug 13 14:24:08 2017 New Revision: 447891 URL: https://svnweb.freebsd.org/changeset/ports/447891 Log: math/ceres-solver: update to 1.13.0 Changes: http://ceres-solver.org/version_history.html Modified: head/math/ceres-solver/Makefile (contents, props changed) head/math/ceres-solver/distinfo (contents, props changed) Modified: head/math/ceres-solver/Makefile ============================================================================== --- head/math/ceres-solver/Makefile Sun Aug 13 14:09:39 2017 (r447890) +++ head/math/ceres-solver/Makefile Sun Aug 13 14:24:08 2017 (r447891) @@ -1,12 +1,14 @@ # $FreeBSD$ PORTNAME= ceres-solver -DISTVERSION= 1.12.0 -PORTREVISION= 3 +DISTVERSION= 1.13.0 CATEGORIES= math MAINTAINER= jbeich@FreeBSD.org COMMENT= Nonlinear least squares minimizer + +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES= f58eacf082dd.patch:-p1 LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE Modified: head/math/ceres-solver/distinfo ============================================================================== --- head/math/ceres-solver/distinfo Sun Aug 13 14:09:39 2017 (r447890) +++ head/math/ceres-solver/distinfo Sun Aug 13 14:24:08 2017 (r447891) @@ -1,3 +1,5 @@ -TIMESTAMP = 1480952568 -SHA256 (ceres-solver-ceres-solver-1.12.0_GH0.tar.gz) = 7433c1e0518108bb3e4b9d8a2a481da43cd490e839f234feb828b4a6b2b07a23 -SIZE (ceres-solver-ceres-solver-1.12.0_GH0.tar.gz) = 3414903 +TIMESTAMP = 1501744176 +SHA256 (ceres-solver-ceres-solver-1.13.0_GH0.tar.gz) = 51ccb201b61ac71501fb6ccef158f078a750bc796ee6a271cd535cfe338202e5 +SIZE (ceres-solver-ceres-solver-1.13.0_GH0.tar.gz) = 3586772 +SHA256 (f58eacf082dd.patch) = c372934476fae4a11e3a62f0037feeb65d01c27f05b95257b05335f4dfe999a6 +SIZE (f58eacf082dd.patch) = 2495