Date: Mon, 10 Oct 2022 12:22:43 GMT From: =?utf-8?Q?Fernando=20Apestegu=C3=ADa?= <fernape@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 61b559299118 - main - net-im/gotosocial: upgrade to 0.5.2 Message-ID: <202210101222.29ACMhYW001155@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=61b5592991187caae0bace09635e5447730b9321 commit 61b5592991187caae0bace09635e5447730b9321 Author: Mina Galić <me@igalic.co> AuthorDate: 2022-10-10 05:25:03 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2022-10-10 12:18:34 +0000 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) --- net-im/gotosocial/Makefile | 10 +--------- net-im/gotosocial/distinfo | 10 +++++----- net-im/gotosocial/pkg-plist | 16 ++++++++++------ 3 files changed, 16 insertions(+), 20 deletions(-) diff --git a/net-im/gotosocial/Makefile b/net-im/gotosocial/Makefile index e3f60e551e89..cfc858df00d5 100644 --- a/net-im/gotosocial/Makefile +++ b/net-im/gotosocial/Makefile @@ -1,7 +1,6 @@ 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 ) diff --git a/net-im/gotosocial/distinfo b/net-im/gotosocial/distinfo index 4dbf7b38b809..f0a7af6fb159 100644 --- a/net-im/gotosocial/distinfo +++ b/net-im/gotosocial/distinfo @@ -1,5 +1,5 @@ -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 diff --git a/net-im/gotosocial/pkg-plist b/net-im/gotosocial/pkg-plist index 07d4e9c13c65..b15e5bef7021 100644 --- a/net-im/gotosocial/pkg-plist +++ b/net-im/gotosocial/pkg-plist @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202210101222.29ACMhYW001155>