svn commit: r548627 - head/math/g2o

Yuri Victorovich yuri at FreeBSD.org
Mon Sep 14 16:34:59 UTC 2020


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


More information about the svn-ports-head mailing list