Date: Tue, 5 Dec 2023 13:48:50 GMT From: Joseph Mingrone <jrm@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 829a7f6cf291 - main - net-im/gotosocial: update to 0.11.0 Message-ID: <202312051348.3B5Dmodh037677@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jrm: URL: https://cgit.FreeBSD.org/ports/commit/?id=829a7f6cf291780cabfd3d3a11ac7dbc9b121fe0 commit 829a7f6cf291780cabfd3d3a11ac7dbc9b121fe0 Author: Mina Galić <freebsd@igalic.co> AuthorDate: 2023-08-16 00:29:32 +0000 Commit: Joseph Mingrone <jrm@FreeBSD.org> CommitDate: 2023-12-05 13:43:31 +0000 net-im/gotosocial: update to 0.11.0 Update to v0.11.0 Sloppy Sloth Changelog: https://github.com/superseriousbusiness/gotosocial/releases/tag/v0.11.0 Most notably, this release adds support for Hashtags. And with that 3 new assets. --- net-im/gotosocial/Makefile | 3 +-- net-im/gotosocial/distinfo | 10 +++++----- net-im/gotosocial/pkg-plist | 3 +++ 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/net-im/gotosocial/Makefile b/net-im/gotosocial/Makefile index 7b4c3d5ec1bc..21f01979b98b 100644 --- a/net-im/gotosocial/Makefile +++ b/net-im/gotosocial/Makefile @@ -1,7 +1,6 @@ PORTNAME= gotosocial DISTVERSIONPREFIX= v -DISTVERSION= 0.10.0 -PORTREVISION= 2 +DISTVERSION= 0.11.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 diff --git a/net-im/gotosocial/distinfo b/net-im/gotosocial/distinfo index 03b10341499b..6c224e46fca3 100644 --- a/net-im/gotosocial/distinfo +++ b/net-im/gotosocial/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1689752181 -SHA256 (gotosocial_0.10.0_web-assets.tar.gz) = b58aa71aa208f207fe69577f27996f86eae10ab1fc8a15989fb9e80496c482a0 -SIZE (gotosocial_0.10.0_web-assets.tar.gz) = 1362405 -SHA256 (superseriousbusiness-gotosocial-v0.10.0_GH0.tar.gz) = f9fe97e65b735e9a68fb1df4dad22165214a86d125c55e4ad9da5c97a23925ec -SIZE (superseriousbusiness-gotosocial-v0.10.0_GH0.tar.gz) = 55761866 +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 diff --git a/net-im/gotosocial/pkg-plist b/net-im/gotosocial/pkg-plist index 7c50e8150baf..6bc878d146a3 100644 --- a/net-im/gotosocial/pkg-plist +++ b/net-im/gotosocial/pkg-plist @@ -1,6 +1,7 @@ @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 @@ -51,6 +52,7 @@ %%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 @@ -59,6 +61,7 @@ %%WWWDIR%%/assets/dist/settings-style.css %%WWWDIR%%/assets/dist/base.css %%WWWDIR%%/assets/dist/frontend.js +%%WWWDIR%%/assets/dist/tag.css %%WWWDIR%%/assets/swagger.yaml bin/gotosocial share/doc/gotosocial/LICENSE
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312051348.3B5Dmodh037677>