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)
Feb 16 2024, 5:43 AM
Unknown Object (File)
Feb 16 2024, 5:43 AM
Unknown Object (File)
Feb 16 2024, 5:39 AM
Unknown Object (File)
Feb 16 2024, 5:30 AM
Unknown Object (File)
Jan 12 2024, 4:42 AM
Unknown Object (File)
Dec 20 2023, 5:04 AM
Unknown Object (File)
Nov 28 2023, 5:41 AM
Unknown Object (File)
Oct 15 2023, 3:57 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.