git: 6f341f3fe873 - main - net-im/gotosocial: Upgrade to 0.13.0 SpiderSloth

From: Joseph Mingrone <jrm_at_FreeBSD.org>
Date: Mon, 18 Dec 2023 15:09:11 UTC
The branch main has been updated by jrm:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6f341f3fe87397cfa8b45e8a98ceae3acc5d4b52

commit 6f341f3fe87397cfa8b45e8a98ceae3acc5d4b52
Author:     Kamigishi Rei <spambox@haruhiism.net>
AuthorDate: 2023-12-18 13:56:42 +0000
Commit:     Joseph Mingrone <jrm@FreeBSD.org>
CommitDate: 2023-12-18 15:06:53 +0000

    net-im/gotosocial: Upgrade to 0.13.0 SpiderSloth
    
    Explicitly use go 1.21.
    
    Changelogs since 0.11.0:
    - https://github.com/superseriousbusiness/gotosocial/releases/tag/v0.13.0
    - https://github.com/superseriousbusiness/gotosocial/releases/tag/v0.12.2
    - https://github.com/superseriousbusiness/gotosocial/releases/tag/v0.12.1
    - https://github.com/superseriousbusiness/gotosocial/releases/tag/v0.11.1
    
    PR:             275827
---
 net-im/gotosocial/Makefile  |  5 ++---
 net-im/gotosocial/distinfo  | 10 +++++-----
 net-im/gotosocial/pkg-plist |  6 ++++--
 3 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/net-im/gotosocial/Makefile b/net-im/gotosocial/Makefile
index fcbaf63c0455..2c9450950ca1 100644
--- a/net-im/gotosocial/Makefile
+++ b/net-im/gotosocial/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	gotosocial
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.11.0
-PORTREVISION=	1
+DISTVERSION=	0.13.0
 CATEGORIES=	net-im
 MASTER_SITES?=	https://github.com/${GH_ACCOUNT}/${PORTNAME}/releases/download/v${DISTVERSION}/:web
 DISTFILES?=	${PORTNAME}_${DISTVERSION}_web-assets.tar.gz:web
@@ -16,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 ONLY_FOR_ARCHS=	aarch64 amd64 armv7 i386
 ONLY_FOR_ARCHS_REASON=	https://gitlab.com/cznic/libc/-/issues/15
 
-USES=		go:modules
+USES=		go:1.21,modules
 USE_GITHUB=	yes
 GH_ACCOUNT=	superseriousbusiness
 USE_RC_SUBR=	${PORTNAME}
diff --git a/net-im/gotosocial/distinfo b/net-im/gotosocial/distinfo
index 6c224e46fca3..e3cf251a1461 100644
--- a/net-im/gotosocial/distinfo
+++ b/net-im/gotosocial/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1692145745
-SHA256 (gotosocial_0.11.0_web-assets.tar.gz) = 34ae66f8445942d9794adab6f9b5b0d0b4b649b9a58442436634d3c587227a61
-SIZE (gotosocial_0.11.0_web-assets.tar.gz) = 1366049
-SHA256 (superseriousbusiness-gotosocial-v0.11.0_GH0.tar.gz) = cff1bbbe29661e0cabf4bba7e7af7bc74ebe9c00fd422d9ddfad0864441d2419
-SIZE (superseriousbusiness-gotosocial-v0.11.0_GH0.tar.gz) = 54533905
+TIMESTAMP = 1702903017
+SHA256 (gotosocial_0.13.0_web-assets.tar.gz) = 68fc637defb47f885405fc011faecbb11d7f2afff8dac3e1947c265660dfa77d
+SIZE (gotosocial_0.13.0_web-assets.tar.gz) = 1375552
+SHA256 (superseriousbusiness-gotosocial-v0.13.0_GH0.tar.gz) = 76c4f26b69aeb96402cc5351badfb0ba28a9f97e193ed3f79ce3f8ff28dd9b1e
+SIZE (superseriousbusiness-gotosocial-v0.13.0_GH0.tar.gz) = 63435545
diff --git a/net-im/gotosocial/pkg-plist b/net-im/gotosocial/pkg-plist
index 6bc878d146a3..0b1cd27204df 100644
--- a/net-im/gotosocial/pkg-plist
+++ b/net-im/gotosocial/pkg-plist
@@ -1,7 +1,6 @@
 @sample etc/gotosocial/config.yaml.sample
 %%WWWDIR%%/template/about.tmpl
 %%WWWDIR%%/template/header.tmpl
-%%WWWDIR%%/template/tag.tmpl
 %%WWWDIR%%/template/thread.tmpl
 %%WWWDIR%%/template/frontend.tmpl
 %%WWWDIR%%/template/oob.tmpl
@@ -21,6 +20,9 @@
 %%WWWDIR%%/template/authorize.tmpl
 %%WWWDIR%%/template/domain-blocklist.tmpl
 %%WWWDIR%%/template/finalize.tmpl
+%%WWWDIR%%/template/tag.tmpl
+%%WWWDIR%%/template/status_attachments.tmpl
+%%WWWDIR%%/template/status_poll.tmpl
 %%WWWDIR%%/assets/LICENSE
 %%WWWDIR%%/assets/default_avatars/GoToSocial_icon5.png
 %%WWWDIR%%/assets/default_avatars/GoToSocial_icon2.png
@@ -52,7 +54,6 @@
 %%WWWDIR%%/assets/Fork-Awesome/css/fork-awesome.min.css
 %%WWWDIR%%/assets/tusky.svg
 %%WWWDIR%%/assets/logo.png
-%%WWWDIR%%/assets/feditext.svg
 %%WWWDIR%%/assets/dist/index.css
 %%WWWDIR%%/assets/dist/profile.css
 %%WWWDIR%%/assets/dist/_colors.css
@@ -62,6 +63,7 @@
 %%WWWDIR%%/assets/dist/base.css
 %%WWWDIR%%/assets/dist/frontend.js
 %%WWWDIR%%/assets/dist/tag.css
+%%WWWDIR%%/assets/feditext.svg
 %%WWWDIR%%/assets/swagger.yaml
 bin/gotosocial
 share/doc/gotosocial/LICENSE