Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Sep 2020 16:34:58 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r548627 - head/math/g2o
Message-ID:  <202009141634.08EGYwjJ061654@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Mon Sep 14 16:34:58 2020
New Revision: 548627
URL: https://svnweb.freebsd.org/changeset/ports/548627

Log:
  math/g2o: Update DISTVERSION, move _git into DISTVERSIONSUFFIX
  
  THey always add _git to tags, so this is just a suffix and not a version modifier.
  Also update WWW.

Modified:
  head/math/g2o/Makefile
  head/math/g2o/pkg-descr

Modified: head/math/g2o/Makefile
==============================================================================
--- head/math/g2o/Makefile	Mon Sep 14 16:29:01 2020	(r548626)
+++ head/math/g2o/Makefile	Mon Sep 14 16:34:58 2020	(r548627)
@@ -1,7 +1,8 @@
 # $FreeBSD$
 
 PORTNAME=	g2o
-DISTVERSION=	20200410_git
+DISTVERSION=	20200410
+DISTVERSIONSUFFIX=	_git
 PORTREVISION=	1
 CATEGORIES=	math
 
@@ -48,6 +49,7 @@ SSE2_CMAKE_ON=		-DDISABLE_SSE3:BOOL=ON -DDISABLE_SSE4_
 SSE3_CMAKE_ON=		-DDISABLE_SSE4_1:BOOL=ON -DDISABLE_SSE4_2:BOOL=ON -DDISABLE_SSE4_A:BOOL=ON
 SSE41_CMAKE_ON=		-DDISABLE_SSE4_2:BOOL=ON -DDISABLE_SSE4_A:BOOL=ON
 SSE42_CMAKE_ON=		-DDISABLE_SSE4_A:BOOL=ON
+SSE4A_CMAKE_ON=		# empty to make portlint happy
 
 .include <bsd.port.options.mk>
 

Modified: head/math/g2o/pkg-descr
==============================================================================
--- head/math/g2o/pkg-descr	Mon Sep 14 16:29:01 2020	(r548626)
+++ head/math/g2o/pkg-descr	Mon Sep 14 16:34:58 2020	(r548627)
@@ -15,4 +15,4 @@ to a wide range of problems and a new problem typicall
 few lines of code. The current implementation provides solutions to several
 variants of SLAM and BA.
 
-WWW: http://openslam.org/g2o.html
+WWW: https://openslam-org.github.io/g2o.html



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