Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Aug 2023 08:11:22 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1c1b73595e1f - main - math/cglm: Update 0.9.0 =?utf-8?Q?=E2=86=92?= 0.9.1
Message-ID:  <202308110811.37B8BMWv002682@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1c1b73595e1f32060c24ff28ad194d23b5a59053

commit 1c1b73595e1f32060c24ff28ad194d23b5a59053
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-08-11 04:26:10 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-08-11 08:11:17 +0000

    math/cglm: Update 0.9.0 → 0.9.1
    
    Reported by:    portscout
---
 math/cglm/Makefile                |  2 +-
 math/cglm/distinfo                |  6 +++---
 math/cglm/files/patch-meson.build | 13 -------------
 math/cglm/pkg-plist               | 21 ++++++++++++++++++++-
 4 files changed, 24 insertions(+), 18 deletions(-)

diff --git a/math/cglm/Makefile b/math/cglm/Makefile
index 9a431fe05bff..7783ef8b1d69 100644
--- a/math/cglm/Makefile
+++ b/math/cglm/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	cglm
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.9.0
+DISTVERSION=	0.9.1
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/math/cglm/distinfo b/math/cglm/distinfo
index 766892303691..0e7873be2b85 100644
--- a/math/cglm/distinfo
+++ b/math/cglm/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1685778102
-SHA256 (recp-cglm-v0.9.0_GH0.tar.gz) = 9b688bc52915cdd4ad8b7d4080ef59cc92674d526856d8f16bb3a114db1dd794
-SIZE (recp-cglm-v0.9.0_GH0.tar.gz) = 642861
+TIMESTAMP = 1691727754
+SHA256 (recp-cglm-v0.9.1_GH0.tar.gz) = ba16ee484c9d5e808ef01e55008a156831e8ff5297f10bbca307adeb827a0913
+SIZE (recp-cglm-v0.9.1_GH0.tar.gz) = 657554
diff --git a/math/cglm/files/patch-meson.build b/math/cglm/files/patch-meson.build
deleted file mode 100644
index fd4120f91a7f..000000000000
--- a/math/cglm/files/patch-meson.build
+++ /dev/null
@@ -1,13 +0,0 @@
-- workaround for the i386 faulure, see https://github.com/recp/cglm/issues/327
-
---- meson.build.orig	2023-07-08 03:45:00 UTC
-+++ meson.build
-@@ -3,7 +3,7 @@ project('cglm', 'c',
-     license : 'mit',
-     default_options : [
-         'c_std=c11',
--        'werror=true',
-+        'werror=false',
-         'warning_level=2',
-         'buildtype=release'
-     ]
diff --git a/math/cglm/pkg-plist b/math/cglm/pkg-plist
index c4dbfdb9c17a..b07b9ad19743 100644
--- a/math/cglm/pkg-plist
+++ b/math/cglm/pkg-plist
@@ -35,8 +35,14 @@ include/cglm/call/ivec2.h
 include/cglm/call/ivec3.h
 include/cglm/call/ivec4.h
 include/cglm/call/mat2.h
+include/cglm/call/mat2x3.h
+include/cglm/call/mat2x4.h
 include/cglm/call/mat3.h
+include/cglm/call/mat3x2.h
+include/cglm/call/mat3x4.h
 include/cglm/call/mat4.h
+include/cglm/call/mat4x2.h
+include/cglm/call/mat4x3.h
 include/cglm/call/plane.h
 include/cglm/call/project.h
 include/cglm/call/quat.h
@@ -75,8 +81,14 @@ include/cglm/ivec2.h
 include/cglm/ivec3.h
 include/cglm/ivec4.h
 include/cglm/mat2.h
+include/cglm/mat2x3.h
+include/cglm/mat2x4.h
 include/cglm/mat3.h
+include/cglm/mat3x2.h
+include/cglm/mat3x4.h
 include/cglm/mat4.h
+include/cglm/mat4x2.h
+include/cglm/mat4x3.h
 include/cglm/plane.h
 include/cglm/project.h
 include/cglm/quat.h
@@ -103,6 +115,7 @@ include/cglm/simd/wasm/quat.h
 include/cglm/simd/x86.h
 include/cglm/sphere.h
 include/cglm/struct.h
+include/cglm/struct/affine-mat.h
 include/cglm/struct/affine-post.h
 include/cglm/struct/affine-pre.h
 include/cglm/struct/affine.h
@@ -129,8 +142,14 @@ include/cglm/struct/euler.h
 include/cglm/struct/frustum.h
 include/cglm/struct/io.h
 include/cglm/struct/mat2.h
+include/cglm/struct/mat2x3.h
+include/cglm/struct/mat2x4.h
 include/cglm/struct/mat3.h
+include/cglm/struct/mat3x2.h
+include/cglm/struct/mat3x4.h
 include/cglm/struct/mat4.h
+include/cglm/struct/mat4x2.h
+include/cglm/struct/mat4x3.h
 include/cglm/struct/plane.h
 include/cglm/struct/project.h
 include/cglm/struct/quat.h
@@ -153,5 +172,5 @@ include/cglm/vec4.h
 include/cglm/version.h
 lib/libcglm.so
 lib/libcglm.so.0
-lib/libcglm.so.0.9.0
+lib/libcglm.so.0.9.1
 libdata/pkgconfig/cglm.pc



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