Date: Sun, 13 Aug 2017 14:24:08 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447891 - head/math/ceres-solver Message-ID: <201708131424.v7DEO8nB003216@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708131424.v7DEO8nB003216>