Skip to content
Snippets Groups Projects
Commit 61b55929 authored by Mina Galić's avatar Mina Galić Committed by Fernando Apesteguía
Browse files

net-im/gotosocial: upgrade to 0.5.2

ChangeLog:
https://github.com/superseriousbusiness/gotosocial/releases/tag/v0.5.2

While here remove noop REINPLACE_CMD.

PR:		266848
Reported by:	me@igalic.co (maintainer)
parent 2182bc0e
No related branches found
No related tags found
No related merge requests found
PORTNAME= gotosocial
DISTVERSIONPREFIX= v
DISTVERSION= 0.3.7
PORTREVISION= 4
DISTVERSION= 0.5.2
CATEGORIES= net-im
MASTER_SITES?= https://github.com/${GH_ACCOUNT}/${PORTNAME}/releases/download/v${DISTVERSION}/:web
DISTFILES?= ${PORTNAME}_${DISTVERSION}_web-assets.tar.gz:web
......@@ -34,13 +33,6 @@ DBDIR= /var/db/${PORTNAME}
PLIST_SUB= WWWDIR="${WWWDIR}"
# patch sample config for people who set a custom prefix
.if "${PREFIX}" != "${LOCALBASE}"
post-patch:
@${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' \
${WRKSRC}/example/config.yaml
.endif
do-build:
@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \
VERSION=${DISTVERSION} COMMIT=${GH_TAGNAME} scripts/build.sh )
......
TIMESTAMP = 1656961168
SHA256 (gotosocial_0.3.7_web-assets.tar.gz) = 377aebfd85f409127e0f999477f0feae1e70dfa10c168513842f1080704ecba4
SIZE (gotosocial_0.3.7_web-assets.tar.gz) = 1455170
SHA256 (superseriousbusiness-gotosocial-v0.3.7_GH0.tar.gz) = a81202f1b7c4a0ed40338dfa36e3f2ba4d0bcb1486044ee8821de5f788ecf448
SIZE (superseriousbusiness-gotosocial-v0.3.7_GH0.tar.gz) = 49542572
TIMESTAMP = 1664980066
SHA256 (gotosocial_0.5.2_web-assets.tar.gz) = 5662fa0938679d02534d425b324a243a8e6fdb17ec3c42f465084971d997f881
SIZE (gotosocial_0.5.2_web-assets.tar.gz) = 1603916
SHA256 (superseriousbusiness-gotosocial-v0.5.2_GH0.tar.gz) = 8733ef7e191d68f93c0c26a2c40dfbf9afa7c16e2ad1578168541382857af840
SIZE (superseriousbusiness-gotosocial-v0.5.2_GH0.tar.gz) = 52865473
......@@ -28,12 +28,16 @@
%%WWWDIR%%/assets/OFL.txt
%%WWWDIR%%/assets/logo.png
%%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/default_header.png
%%WWWDIR%%/assets/dist/panels-base.css
%%WWWDIR%%/assets/dist/panels-user-style.css
%%WWWDIR%%/assets/mastodon.svg
%%WWWDIR%%/assets/default_avatars/GoToSocial_icon1.png
%%WWWDIR%%/assets/default_avatars/GoToSocial_icon2.png
%%WWWDIR%%/assets/default_avatars/GoToSocial_icon3.png
%%WWWDIR%%/assets/default_avatars/GoToSocial_icon4.png
%%WWWDIR%%/assets/default_avatars/GoToSocial_icon5.png
%%WWWDIR%%/assets/default_avatars/GoToSocial_icon6.png
%%WWWDIR%%/template/profile.tmpl
%%WWWDIR%%/template/404.tmpl
%%WWWDIR%%/template/authorize.tmpl
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment