Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Nov 2016 12:44:25 +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: r426043 - in head/math/ceres-solver: . files
Message-ID:  <201611131244.uADCiPor097118@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611131244.uADCiPor097118>