svn commit: r447893 - head/math/ceres-solver

Jan Beich jbeich at FreeBSD.org
Sun Aug 13 14:25:29 UTC 2017


Author: jbeich
Date: Sun Aug 13 14:25:27 2017
New Revision: 447893
URL: https://svnweb.freebsd.org/changeset/ports/447893

Log:
  math/ceres-solver: pacify portlint after r447891

Modified:
  head/math/ceres-solver/Makefile   (contents, props changed)

Modified: head/math/ceres-solver/Makefile
==============================================================================
--- head/math/ceres-solver/Makefile	Sun Aug 13 14:24:35 2017	(r447892)
+++ head/math/ceres-solver/Makefile	Sun Aug 13 14:25:27 2017	(r447893)
@@ -4,11 +4,11 @@ PORTNAME=	ceres-solver
 DISTVERSION=	1.13.0
 CATEGORIES=	math
 
-MAINTAINER=	jbeich at FreeBSD.org
-COMMENT=	Nonlinear least squares minimizer
-
 PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
 PATCHFILES=	f58eacf082dd.patch:-p1
+
+MAINTAINER=	jbeich at FreeBSD.org
+COMMENT=	Nonlinear least squares minimizer
 
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE


More information about the svn-ports-all mailing list