Created attachment 238607 [details] patch to update gotosocial to 0.6.0 Hi, I'm a little uncertain about the patch to build.sh; go is not my forte. But I am happily using the result on my tiny fediverse instance! Cheers, Mike
Maintainer informed via mail
Triage: severity reduced to the norm for an update to a port.
The update to to go 1.19.4 breaks gotosocial; doing some reading around the problem I think it'll get fixed with 1.19.5 (but perhaps a gotosocial patch will land first) I'll keep an eye on things, but as it stands this patch breaks the build, so please don't commit it.
(In reply to Mike Bristow from comment #3) Hello, Problem documentated here: https://github.com/superseriousbusiness/gotosocial/commit/0871f5d18184b44c4ad7cfedf0c59a9b3736e617
maintainer not resgistered: me+freebsd@igalic.co Are you the maintainer?
(In reply to Nuno Teixeira from comment #5) I am not the maintainer, just a gotosocial user :)
Created attachment 239440 [details] Different patch proposed to update net-im/gotosocial to version 0.6.0
Hi Mike, I had worked on the 0.6.0 version, too - in my private -devel branch under https://github.com/utrenkner/gotosocial-devel I do not understand what your build.sh file does. I successfully built my 0.6.0 port without such an addition. Therefore, I propose a slightly different patch: https://bugs.freebsd.org/bugzilla/attachment.cgi?id=239440&action=diff
first off: how did i miss this entire conversation? secondly: I like Uwe's patch a little better — because it makes so without modifying biild.sh Mike,can you explain why that seemed necessary?
(In reply to Mina Galić from comment #9) Seems to have some problem with maintainer email: Maintainer Total Ports Ports with New Distfile(s) % Out of Date me+freebsd@igalic.co 2 1 50.00% me@igalic.co 1 1 100.00% https://portscout.freebsd.org/me+freebsd@igalic.co.html https://portscout.freebsd.org/me@igalic.co.html Since your bugzilla email is me@igalic.co, then we should change me+freebsd@igalic.co to it. Also, I've tried to put a maintainer request on me+freebsd@igalic.co and bugzilla fails with non registered email.
(In reply to Mina Galić from comment #9) The build failed without it. I've managed to break my build box, so I can't check quickly to see if that was an artefact of go 1.19.3 that has disappeared with .5
Comment on attachment 239440 [details] Different patch proposed to update net-im/gotosocial to version 0.6.0 approving this patch version
(In reply to Mina Galić from comment #12) oh, right, i can't, because I'm not the maintainer, according to Bugzilla. can i add aliases to my Bugzilla login email?
(In reply to Mina Galić from comment #13) I will update port with "attachment 239440 [details]" and fix maintainer email.
(In reply to Nuno Teixeira from comment #14) maybe hold off on that, and I'll change my email in Bugzilla
(In reply to Mina Galić from comment #15) Remember that you have a port registered with maintainer me@igalic.co You will run into the same problem with that port. Best way to fix it is sync bugzilla and maintainer email.
Friendly ping
(In reply to Nuno Teixeira from comment #17) thanks for the ping changed my bugzilla login to freebsd@igalic.co !! so we can change my maintainership to that as well.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=fb028a3fb6e34487288d931fb4fad4850100c9a3 commit fb028a3fb6e34487288d931fb4fad4850100c9a3 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2023-01-30 08:37:41 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2023-01-30 08:39:22 +0000 */*: Update maintainer e-mail PR: 268228 accessibility/gammy/Makefile | 2 +- net-im/gotosocial/Makefile | 2 +- net/cloud-init-devel/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=9507957f2dd618cb9ab3edf71bdb2335342d9856 commit 9507957f2dd618cb9ab3edf71bdb2335342d9856 Author: SolarCatcher <solarcatcher@gmx.de> AuthorDate: 2023-01-30 09:42:50 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2023-01-30 09:44:22 +0000 net-im/gotosocial: Update to 0.6.0 ChangeLog: https://github.com/superseriousbusiness/gotosocial/releases/tag/v0.6.0 PR: 268228 net-im/gotosocial/Makefile | 3 +- net-im/gotosocial/distinfo | 10 ++--- net-im/gotosocial/pkg-plist | 91 ++++++++++++++++++++++----------------------- 3 files changed, 50 insertions(+), 54 deletions(-)
Committed, thanks!