Page MenuHomeFreeBSD

net-im/gotosocial: update to 0.7.0
ClosedPublic

Authored by fuz on Feb 19 2023, 10:02 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, May 21, 5:30 PM
Unknown Object (File)
Mon, May 20, 9:03 PM
Unknown Object (File)
Fri, May 3, 1:07 PM
Unknown Object (File)
Apr 26 2024, 1:19 AM
Unknown Object (File)
Apr 26 2024, 1:19 AM
Unknown Object (File)
Apr 26 2024, 1:19 AM
Unknown Object (File)
Apr 25 2024, 9:49 PM
Unknown Object (File)
Apr 22 2024, 3:15 PM
Subscribers

Details

Summary
net-im/gotosocial: update to 0.7.0

Enable on aarch64, i386, and armv7 after successful build test.

Use go.mk framework to build:
 - use go:modules
 - set GO_BUILDFLAGS
 - set GO_TARGET
 - add CGO_ENABLED=0
 - remove binary from do-install
 - move rest of do-install to post-install

Changelog: https://github.com/superseriousbusiness/gotosocial/releases/tag/v0.7.0

PR:		269632
Approved by:	... (mentor)
Test Plan

Tested manually on armv7 arm64 FreeBSD 13.1.
Tested with Poudriere on i386 amd64 FreeBSD 12.4 13.1.
Arm64 test results pending. For logs see
http://fuz.su/~fuz/freebsd/batch3

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

fuz requested review of this revision.Feb 19 2023, 10:02 PM

Approved. I was going to comment on the commit message, that it should describe why something is done and not what is done, but I see it was also submitted by the maintainer.

This revision is now accepted and ready to land.Feb 20 2023, 8:46 PM
This revision was automatically updated to reflect the committed changes.