diff options
| author | Dirk Meyer <dinoex@FreeBSD.org> | 2026-02-27 16:37:40 +0000 |
|---|---|---|
| committer | Dirk Meyer <dinoex@FreeBSD.org> | 2026-02-27 16:37:40 +0000 |
| commit | d9985eaad5e4feef500a4dfb347205e4485e7c15 (patch) | |
| tree | c55743e4bc904a3aee25448e88504e5303655cde | |
| parent | 304193b524ece2ad742fda48c1b3f922e949d181 (diff) | |
net-im/gotosocial: update to 0.21.0
PR: 293451
| -rw-r--r-- | UPDATING | 19 | ||||
| -rw-r--r-- | net-im/gotosocial/Makefile | 3 | ||||
| -rw-r--r-- | net-im/gotosocial/distinfo | 10 |
3 files changed, 25 insertions, 7 deletions
@@ -20,6 +20,25 @@ you update your ports collection, before attempting any port upgrades. No specific action should be needed, just a heads-up to test before deploying to production as this is quite a big step in versions. +20260225: + AFFECTS: users of net-im/gotosocial + AUTHOR: tilde@ultros.pro + + net-im/gotosocial has been updated to 0.21.0 + + New configuration options have been added and the upgrade involves + lengthy database migrations which must not be interrupted. + + Upgrade procedure: + + 1. # service gotosocial stop + 2. Backup database + 3. # pkg upgrade gotosocial + 4. Merge new options from etc/gotosocial/config.yaml.sample + 5. # service gotosocial start (do not interrupt database migrations!) + + See details at https://codeberg.org/superseriousbusiness/gotosocial/releases/tag/v0.21.0 + 20260206: AFFECTS: users of devel/freebsd-git-devtools AUTHOR: jrm@FreeBSD.org diff --git a/net-im/gotosocial/Makefile b/net-im/gotosocial/Makefile index 8fb250707bc3..6f0bc7d206eb 100644 --- a/net-im/gotosocial/Makefile +++ b/net-im/gotosocial/Makefile @@ -1,7 +1,6 @@ PORTNAME= gotosocial DISTVERSIONPREFIX= v -DISTVERSION= 0.20.3 -PORTREVISION= 2 +DISTVERSION= 0.21.0 CATEGORIES= net-im MASTER_SITES= https://codeberg.org/superseriousbusiness/${PORTNAME}/releases/download/v${DISTVERSION}/ DISTFILES= ${PORTNAME}-${DISTVERSION}-source-code.tar.gz ${PORTNAME}_${DISTVERSION}_web-assets.tar.gz diff --git a/net-im/gotosocial/distinfo b/net-im/gotosocial/distinfo index b94e961de651..c13918939608 100644 --- a/net-im/gotosocial/distinfo +++ b/net-im/gotosocial/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1769564345 -SHA256 (gotosocial-0.20.3-source-code.tar.gz) = 893bd215d0bbaf602227be810cf40184a8becbf32abbb2d37fe133647b5d47ae -SIZE (gotosocial-0.20.3-source-code.tar.gz) = 133595676 -SHA256 (gotosocial_0.20.3_web-assets.tar.gz) = 5e1e12833046d829b849a31bf6579b5bf801bfde07b955cd4a377c2fe6e8c148 -SIZE (gotosocial_0.20.3_web-assets.tar.gz) = 4165627 +TIMESTAMP = 1772056591 +SHA256 (gotosocial-0.21.0-source-code.tar.gz) = 5a801a0462b0596027e2b1a465da24ae8228191ad4888f8554e2359e5e77f8c7 +SIZE (gotosocial-0.21.0-source-code.tar.gz) = 136011255 +SHA256 (gotosocial_0.21.0_web-assets.tar.gz) = 784c55aae3535e4bf183448047ad245e2e669d13a9fad1cd3b7a2cd4afab5b35 +SIZE (gotosocial_0.21.0_web-assets.tar.gz) = 4184028 |
