svn commit: r566002 - head/math/geogram

Yuri Victorovich yuri at FreeBSD.org
Thu Feb 18 22:21:46 UTC 2021


Author: yuri
Date: Thu Feb 18 22:21:45 2021
New Revision: 566002
URL: https://svnweb.freebsd.org/changeset/ports/566002

Log:
  math/geogram: Update 1.7.5 -> 1.7.6

Modified:
  head/math/geogram/Makefile
  head/math/geogram/distinfo
  head/math/geogram/pkg-plist

Modified: head/math/geogram/Makefile
==============================================================================
--- head/math/geogram/Makefile	Thu Feb 18 22:15:02 2021	(r566001)
+++ head/math/geogram/Makefile	Thu Feb 18 22:21:45 2021	(r566002)
@@ -2,7 +2,7 @@
 
 PORTNAME=	geogram
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.7.5
+DISTVERSION=	1.7.6
 CATEGORIES=	math
 
 MAINTAINER=	yuri at FreeBSD.org
@@ -14,11 +14,12 @@ LICENSE_FILE=	${WRKSRC}/doc/devkit/license.dox
 LIB_DEPENDS=	libglfw.so:graphics/glfw
 
 USES=		cmake gl localbase:ldflags xorg
-USE_GITHUB=	yes
-GH_ACCOUNT=	alicevision
 USE_XORG=	x11 xcursor xi xinerama xrandr xxf86vm
 USE_GL=		gl glu
 USE_LDCONFIG=	yes
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	alicevision
 
 CMAKE_ON=	GEOGRAM_USE_SYSTEM_GLFW3 VORPALINE_BUILD_DYNAMIC
 CMAKE_ARGS=	-DVORPALINE_PLATFORM:STRING=FreeBSD

Modified: head/math/geogram/distinfo
==============================================================================
--- head/math/geogram/distinfo	Thu Feb 18 22:15:02 2021	(r566001)
+++ head/math/geogram/distinfo	Thu Feb 18 22:21:45 2021	(r566002)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1587085337
-SHA256 (alicevision-geogram-v1.7.5_GH0.tar.gz) = 5bc3eb0bed27feed0c4f2406ca85328e65013a6a7881c50bd41fb53384306ef6
-SIZE (alicevision-geogram-v1.7.5_GH0.tar.gz) = 9166081
+TIMESTAMP = 1613686133
+SHA256 (alicevision-geogram-v1.7.6_GH0.tar.gz) = e988c39d7a7323bb4dc73a7a90816717f3dad3696aabeefe044a37e97bbed59d
+SIZE (alicevision-geogram-v1.7.6_GH0.tar.gz) = 9905168

Modified: head/math/geogram/pkg-plist
==============================================================================
--- head/math/geogram/pkg-plist	Thu Feb 18 22:15:02 2021	(r566001)
+++ head/math/geogram/pkg-plist	Thu Feb 18 22:21:45 2021	(r566002)
@@ -212,7 +212,6 @@ include/geogram1/geogram/third_party/stb_image/stb_ima
 include/geogram1/geogram/third_party/stb_image/stb_image_write.h
 include/geogram1/geogram/third_party/tetgen/tetgen.h
 include/geogram1/geogram/third_party/triangle/triangle.h
-include/geogram1/geogram/third_party/xatlas/OLD/xatlas.h
 include/geogram1/geogram/third_party/xatlas/xatlas.h
 include/geogram1/geogram/third_party/zlib/crc32.h
 include/geogram1/geogram/third_party/zlib/deflate.h
@@ -336,13 +335,13 @@ include/geogram1/geogram_gfx/third_party/imgui_lua_bin
 lib/cmake/modules/FindGeogram.cmake
 lib/libgeogram.so
 lib/libgeogram.so.1
-lib/libgeogram.so.1.7.5
+lib/libgeogram.so.1.7.6
 lib/libgeogram_gfx.so
 lib/libgeogram_gfx.so.1
-lib/libgeogram_gfx.so.1.7.5
+lib/libgeogram_gfx.so.1.7.6
 lib/libgeogram_num_3rdparty.so
 lib/libgeogram_num_3rdparty.so.1
-lib/libgeogram_num_3rdparty.so.1.7.5
+lib/libgeogram_num_3rdparty.so.1.7.6
 libdata/pkgconfig/geogram1.pc
 libdata/pkgconfig/geogram_gfx1.pc
 @dir include/geogram1/geogram_gfx/gui/colormaps


More information about the svn-ports-all mailing list