Date: Thu, 26 May 2022 22:57:46 GMT From: Dmitri Goutnik <dmgk@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: cd404e643f4a - main - net-im/gotosocial: Update to 0.3.4 Message-ID: <202205262257.24QMvkQV080757@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by dmgk: URL: https://cgit.FreeBSD.org/ports/commit/?id=cd404e643f4a678f9c34c977c184725b0d1ea7f4 commit cd404e643f4a678f9c34c977c184725b0d1ea7f4 Author: Mina Galić <me@igalic.co> AuthorDate: 2022-05-26 22:37:48 +0000 Commit: Dmitri Goutnik <dmgk@FreeBSD.org> CommitDate: 2022-05-26 22:57:16 +0000 net-im/gotosocial: Update to 0.3.4 Changes: https://github.com/superseriousbusiness/gotosocial/releases/tag/v0.3.4 PR: 263267 --- net-im/gotosocial/Makefile | 4 ++-- net-im/gotosocial/distinfo | 7 +++---- net-im/gotosocial/files/gotosocial.in | 2 +- net-im/gotosocial/pkg-plist | 8 ++++++++ 4 files changed, 14 insertions(+), 7 deletions(-) diff --git a/net-im/gotosocial/Makefile b/net-im/gotosocial/Makefile index 74964af430bd..fb0ff7e70bb0 100644 --- a/net-im/gotosocial/Makefile +++ b/net-im/gotosocial/Makefile @@ -1,6 +1,6 @@ PORTNAME= gotosocial DISTVERSIONPREFIX= v -DISTVERSION= 0.2.2 +DISTVERSION= 0.3.4 CATEGORIES= net-im MAINTAINER= me+freebsd@igalic.co @@ -17,7 +17,7 @@ USE_RC_SUBR= ${PORTNAME} USE_GITHUB= yes GH_ACCOUNT= superseriousbusiness # When rebuilding yourself, please set this: -#GH_TAGNAME= 40be88ec609c9b5352cbb7d38fd70ff7c6a233a5 +#GH_TAGNAME= f848aaa81f04666dae29e0bb85ccf31d30574de7 USERS= gotosocial GROUPS= gotosocial diff --git a/net-im/gotosocial/distinfo b/net-im/gotosocial/distinfo index 461eac9e5ab7..6ab84459863c 100644 --- a/net-im/gotosocial/distinfo +++ b/net-im/gotosocial/distinfo @@ -1,4 +1,3 @@ -TIMESTAMP = 1649099212 -SHA256 (superseriousbusiness-gotosocial-v0.2.2_GH0.tar.gz) = 73e83a9c6b3d104c621888176f5a554382ea372b0997b819e29a0389e515d6f4 -SIZE (superseriousbusiness-gotosocial-v0.2.2_GH0.tar.gz) = 40573276 - +TIMESTAMP = 1653574184 +SHA256 (superseriousbusiness-gotosocial-v0.3.4_GH0.tar.gz) = 2bc7baadd3e79d79e6628314ddfb4c6ef135729bf7488384e804f66d67e45961 +SIZE (superseriousbusiness-gotosocial-v0.3.4_GH0.tar.gz) = 48532595 diff --git a/net-im/gotosocial/files/gotosocial.in b/net-im/gotosocial/files/gotosocial.in index 8e768672c3d3..fcfd961adcf5 100755 --- a/net-im/gotosocial/files/gotosocial.in +++ b/net-im/gotosocial/files/gotosocial.in @@ -34,7 +34,7 @@ load_rc_config "$name" procname="%%PREFIX%%/bin/${name}" command=/usr/sbin/daemon -command_args="-c -T ${name} ${procname} --config-path ${gotosocial_config} server start" +command_args="-c -S -T ${name} ${procname} --config-path ${gotosocial_config} server start" start_precmd="${name}_prestart" diff --git a/net-im/gotosocial/pkg-plist b/net-im/gotosocial/pkg-plist index 1196663d0ef5..3ed021ac1e03 100644 --- a/net-im/gotosocial/pkg-plist +++ b/net-im/gotosocial/pkg-plist @@ -17,6 +17,14 @@ %%WWWDIR%%/assets/logo.png %%WWWDIR%%/assets/status.css %%WWWDIR%%/assets/tusky.svg +%%WWWDIR%%/assets/default_avatars/GoToSocial_icon1.svg +%%WWWDIR%%/assets/default_avatars/GoToSocial_icon2.svg +%%WWWDIR%%/assets/default_avatars/GoToSocial_icon3.svg +%%WWWDIR%%/assets/default_avatars/GoToSocial_icon4.svg +%%WWWDIR%%/assets/default_avatars/GoToSocial_icon5.svg +%%WWWDIR%%/assets/default_avatars/GoToSocial_icon6.svg +%%WWWDIR%%/assets/profile.css +%%WWWDIR%%/template/profile.tmpl %%WWWDIR%%/template/404.tmpl %%WWWDIR%%/template/authorize.tmpl %%WWWDIR%%/template/confirmed.tmpl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202205262257.24QMvkQV080757>