From owner-svn-ports-head@freebsd.org Sun Nov 13 12:44:27 2016 Return-Path: Delivered-To: svn-ports-head@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 51511C3E394; Sun, 13 Nov 2016 12:44:27 +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 06BE41381; Sun, 13 Nov 2016 12:44:26 +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 uADCiQHc097121; Sun, 13 Nov 2016 12:44:26 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uADCiPor097118; Sun, 13 Nov 2016 12:44:25 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611131244.uADCiPor097118@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 13 Nov 2016 12:44:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426043 - in head/math/ceres-solver: . files X-SVN-Group: ports-head 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.23 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: Sun, 13 Nov 2016 12:44:27 -0000 Author: jbeich Date: Sun Nov 13 12:44:25 2016 New Revision: 426043 URL: https://svnweb.freebsd.org/changeset/ports/426043 Log: math/ceres-solver: update to 1.12.0.r2.3 Changes: https://github.com/ceres-solver/ceres-solver/compare/1.12.0rc1...c5c6f55 Deleted: head/math/ceres-solver/files/ Modified: head/math/ceres-solver/Makefile (contents, props changed) head/math/ceres-solver/distinfo (contents, props changed) head/math/ceres-solver/pkg-plist (contents, props changed) Modified: head/math/ceres-solver/Makefile ============================================================================== --- head/math/ceres-solver/Makefile Sun Nov 13 12:44:13 2016 (r426042) +++ head/math/ceres-solver/Makefile Sun Nov 13 12:44:25 2016 (r426043) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= ceres-solver -DISTVERSION= 1.12.0rc1 -PORTREVISION= 2 +DISTVERSION= 1.12.0rc2-3 +DISTVERSIONSUFFIX= -gc5c6f55 CATEGORIES= math MAINTAINER= jbeich@FreeBSD.org @@ -22,7 +22,7 @@ SHEBANG_FILES= examples/slam/pose_graph_ scripts/make_docs.py CMAKE_ARGS= -DCXX11=on -DBUILD_SHARED_LIBS=on LDFLAGS+= -Wl,--as-needed # -lccolamd -lcholmod -lrt from suitesparse -PLIST_SUB= VERSION=${PORTVERSION:R} +PLIST_SUB= VERSION=${DISTVERSION:C/rc.*//} EXAMPLESDIR= ${PREFIX}/share/examples/${PORTNAME:S/-solver//} DOCSDIR= ${PREFIX}/share/doc/${PORTNAME:S/-solver//} PORTDOCS= * Modified: head/math/ceres-solver/distinfo ============================================================================== --- head/math/ceres-solver/distinfo Sun Nov 13 12:44:13 2016 (r426042) +++ head/math/ceres-solver/distinfo Sun Nov 13 12:44:25 2016 (r426043) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474949998 -SHA256 (ceres-solver-ceres-solver-1.12.0rc1_GH0.tar.gz) = 71c4af1d9dc434327b4af509d9a5cd4f509cc60c7f349bc0fac20ca51c02569b -SIZE (ceres-solver-ceres-solver-1.12.0rc1_GH0.tar.gz) = 3413229 +TIMESTAMP = 1478963838 +SHA256 (ceres-solver-ceres-solver-1.12.0rc2-3-gc5c6f55_GH0.tar.gz) = ab1c101dcf5a1abf6128cf3a00b9d38ad7939c07faaf89d931dc9dfb5bc4d2f9 +SIZE (ceres-solver-ceres-solver-1.12.0rc2-3-gc5c6f55_GH0.tar.gz) = 3413993 Modified: head/math/ceres-solver/pkg-plist ============================================================================== --- head/math/ceres-solver/pkg-plist Sun Nov 13 12:44:13 2016 (r426042) +++ head/math/ceres-solver/pkg-plist Sun Nov 13 12:44:25 2016 (r426043) @@ -9,6 +9,7 @@ include/ceres/covariance.h include/ceres/crs_matrix.h include/ceres/cubic_interpolation.h include/ceres/dynamic_autodiff_cost_function.h +include/ceres/dynamic_cost_function.h include/ceres/dynamic_cost_function_to_functor.h include/ceres/dynamic_numeric_diff_cost_function.h include/ceres/fpclassify.h