From 4bd4a4e185d870ded9a3cafa16e35a08fc168ea3 Mon Sep 17 00:00:00 2001 From: Santhosh Raju Date: Sun, 13 Apr 2025 09:48:45 +0200 Subject: [PATCH] www/opengist: Update to 1.10.0 Changes since 1.9.1: v1.10.0 Deprecations Removed in the next SemVer MAJOR version of Opengist. * Use the configuration option index/OG_INDEX instead of index.enabled/OG_INDEX_ENABLED. The default value is bleve. * The configuration index.dirname/OG_INDEX_DIRNAME will be removed. If you're using Bleve, the path of the index will be opengist.index. Added * Helm Chart (#454) * Meilisearch indexer (#444) * Prometheus metrics (#439) * Config to name the OIDC provider (#435) * Read admin group from OIDC token claim (#445) * More translation strings (#438) Fixed * Garbled text display issues for non-English Unicode characters in browsers (#441) * Test database when running go test (#442) * Allow lag between admin invitation creation and test assertion (#452) * gist.html using relative URL (#451) * Do not hide file delete button on gist edit page (#447) Other * Update deps Golang & JS deps (#455) --- www/opengist/Makefile | 3 +-- www/opengist/distinfo | 14 +++++++------- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/www/opengist/Makefile b/www/opengist/Makefile index 63f0e6281396..1fe14204b216 100644 --- a/www/opengist/Makefile +++ b/www/opengist/Makefile @@ -1,7 +1,6 @@ PORTNAME= opengist -PORTVERSION= 1.9.1 +PORTVERSION= 1.10.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= www textproc MASTER_SITES= LOCAL/fox/:js DISTFILES= opengist-${DISTVERSION}-node_modules.tgz:js diff --git a/www/opengist/distinfo b/www/opengist/distinfo index 4346a5566896..e41209cf3fc0 100644 --- a/www/opengist/distinfo +++ b/www/opengist/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1741483525 -SHA256 (go/www_opengist/opengist-v1.9.1/opengist-1.9.1-node_modules.tgz) = 94ceab5613d1eece895653da7d87e443aa0b85c6c028af53e13316363e000e45 -SIZE (go/www_opengist/opengist-v1.9.1/opengist-1.9.1-node_modules.tgz) = 26318979 -SHA256 (go/www_opengist/opengist-v1.9.1/v1.9.1.mod) = 7860d23fbe82a30fab00acd5b2abfc16b452f82e851b9972c1b675a96a8acec2 -SIZE (go/www_opengist/opengist-v1.9.1/v1.9.1.mod) = 4916 -SHA256 (go/www_opengist/opengist-v1.9.1/v1.9.1.zip) = 4eaa6cb1e01b9de8e36f35d4bb71442504c2e7a02fde3b057efb0a1c77836177 -SIZE (go/www_opengist/opengist-v1.9.1/v1.9.1.zip) = 1633418 +TIMESTAMP = 1744459083 +SHA256 (go/www_opengist/opengist-v1.10.0/opengist-1.10.0-node_modules.tgz) = dfeac784d1f3de9dc0f3386e753dc61025d7a012cf54baa6e2aaa76f7fe0ba21 +SIZE (go/www_opengist/opengist-v1.10.0/opengist-1.10.0-node_modules.tgz) = 26316123 +SHA256 (go/www_opengist/opengist-v1.10.0/v1.10.0.mod) = 3a6dda94ea022a2cbdcb57d407b1c51c0ce367c41a8a73d0d8ac377e4e9c180b +SIZE (go/www_opengist/opengist-v1.10.0/v1.10.0.mod) = 5632 +SHA256 (go/www_opengist/opengist-v1.10.0/v1.10.0.zip) = 68b03325b7eef05aec65cbac266aefe741aeba7c4a006ef0c9b0cfac8fe416c0 +SIZE (go/www_opengist/opengist-v1.10.0/v1.10.0.zip) = 1658078