mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
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)
This commit is contained in:
parent
ec2fdac123
commit
4bd4a4e185
2 changed files with 8 additions and 9 deletions
|
@ -1,7 +1,6 @@
|
||||||
PORTNAME= opengist
|
PORTNAME= opengist
|
||||||
PORTVERSION= 1.9.1
|
PORTVERSION= 1.10.0
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= www textproc
|
CATEGORIES= www textproc
|
||||||
MASTER_SITES= LOCAL/fox/:js
|
MASTER_SITES= LOCAL/fox/:js
|
||||||
DISTFILES= opengist-${DISTVERSION}-node_modules.tgz:js
|
DISTFILES= opengist-${DISTVERSION}-node_modules.tgz:js
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
TIMESTAMP = 1741483525
|
TIMESTAMP = 1744459083
|
||||||
SHA256 (go/www_opengist/opengist-v1.9.1/opengist-1.9.1-node_modules.tgz) = 94ceab5613d1eece895653da7d87e443aa0b85c6c028af53e13316363e000e45
|
SHA256 (go/www_opengist/opengist-v1.10.0/opengist-1.10.0-node_modules.tgz) = dfeac784d1f3de9dc0f3386e753dc61025d7a012cf54baa6e2aaa76f7fe0ba21
|
||||||
SIZE (go/www_opengist/opengist-v1.9.1/opengist-1.9.1-node_modules.tgz) = 26318979
|
SIZE (go/www_opengist/opengist-v1.10.0/opengist-1.10.0-node_modules.tgz) = 26316123
|
||||||
SHA256 (go/www_opengist/opengist-v1.9.1/v1.9.1.mod) = 7860d23fbe82a30fab00acd5b2abfc16b452f82e851b9972c1b675a96a8acec2
|
SHA256 (go/www_opengist/opengist-v1.10.0/v1.10.0.mod) = 3a6dda94ea022a2cbdcb57d407b1c51c0ce367c41a8a73d0d8ac377e4e9c180b
|
||||||
SIZE (go/www_opengist/opengist-v1.9.1/v1.9.1.mod) = 4916
|
SIZE (go/www_opengist/opengist-v1.10.0/v1.10.0.mod) = 5632
|
||||||
SHA256 (go/www_opengist/opengist-v1.9.1/v1.9.1.zip) = 4eaa6cb1e01b9de8e36f35d4bb71442504c2e7a02fde3b057efb0a1c77836177
|
SHA256 (go/www_opengist/opengist-v1.10.0/v1.10.0.zip) = 68b03325b7eef05aec65cbac266aefe741aeba7c4a006ef0c9b0cfac8fe416c0
|
||||||
SIZE (go/www_opengist/opengist-v1.9.1/v1.9.1.zip) = 1633418
|
SIZE (go/www_opengist/opengist-v1.10.0/v1.10.0.zip) = 1658078
|
||||||
|
|
Loading…
Add table
Reference in a new issue