git: 0178138737bf - main - devel/glaze: update 1.9.8.1 → 1.9.9
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 28 Dec 2023 09:52:11 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0178138737bff2fbff30eab16db71eea70d1f134
commit 0178138737bff2fbff30eab16db71eea70d1f134
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-12-28 08:50:57 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-12-28 09:51:57 +0000
devel/glaze: update 1.9.8.1 → 1.9.9
Reported by: portscout
---
devel/glaze/Makefile | 2 +-
devel/glaze/distinfo | 6 +++---
devel/glaze/files/patch-include_glaze_api_lib.hpp | 11 -----------
3 files changed, 4 insertions(+), 15 deletions(-)
diff --git a/devel/glaze/Makefile b/devel/glaze/Makefile
index f4b9608cfa98..aad741d38862 100644
--- a/devel/glaze/Makefile
+++ b/devel/glaze/Makefile
@@ -1,6 +1,6 @@
PORTNAME= glaze
DISTVERSIONPREFIX= v
-DISTVERSION= 1.9.8.1
+DISTVERSION= 1.9.9
CATEGORIES= devel textproc
MAINTAINER= yuri@FreeBSD.org
diff --git a/devel/glaze/distinfo b/devel/glaze/distinfo
index b9ddcc51b443..ce4b5b45d0a7 100644
--- a/devel/glaze/distinfo
+++ b/devel/glaze/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1703314786
-SHA256 (stephenberry-glaze-v1.9.8.1_GH0.tar.gz) = f1dd8d93440096d186695814848c9cd350a9ec5b0e114e933579ef2467a35558
-SIZE (stephenberry-glaze-v1.9.8.1_GH0.tar.gz) = 247712
+TIMESTAMP = 1703752856
+SHA256 (stephenberry-glaze-v1.9.9_GH0.tar.gz) = 7e2605046742a89ec455887a5a0d6b3188ed5c14ea309c5eb9814848c26bedca
+SIZE (stephenberry-glaze-v1.9.9_GH0.tar.gz) = 248031
diff --git a/devel/glaze/files/patch-include_glaze_api_lib.hpp b/devel/glaze/files/patch-include_glaze_api_lib.hpp
deleted file mode 100644
index 3303f1be3e65..000000000000
--- a/devel/glaze/files/patch-include_glaze_api_lib.hpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- include/glaze/api/lib.hpp.orig 2023-12-15 09:23:51 UTC
-+++ include/glaze/api/lib.hpp
-@@ -29,7 +29,7 @@
- #include <dlfcn.h>
- #define SHARED_LIBRARY_EXTENSION ".dylib"
- #define SHARED_LIBRARY_PREFIX "lib"
--#elif __linux__
-+#elif defined(__linux__) || defined(__FreeBSD__)
- #include <dlfcn.h>
- #define SHARED_LIBRARY_EXTENSION ".so"
- #define SHARED_LIBRARY_PREFIX "lib"