Created attachment 212058 [details] gh-0.5.7.diff Changes: * Bump DISTVERSION to 0.5.7, update distinfo and GH_TUPLE dependency list; * Add 'files/patch-vendor_github.com_muesli_termenv_termenv__unix.go'[1]. Testing: * No errors reported with portlint, built in Poudriere and application works as expected (logs attached). Notes: * [1]: Fixes build error 'readfds.Bits undefined (type syscall.FdSet has no field or method Bits)' — in struct 'FdSet' on FreeBSD the member is 'X__fds_bits'[2] versus 'Bits' on Linux[3]. * [2]: https://golang.org/src/syscall/ztypes_freebsd_amd64.go#L349 * [3]: https://golang.org/src/syscall/ztypes_linux_amd64.go#L546
Created attachment 212059 [details] gh-0.5.7.log * Poudriere build log.
A commit references this bug: Author: dmgk Date: Sun Mar 1 12:54:04 UTC 2020 New revision: 527550 URL: https://svnweb.freebsd.org/changeset/ports/527550 Log: devel/gh: Update to 0.5.7 - Pet portclippy and portlint while here Changes: https://github.com/cli/cli/releases/tag/v0.5.7 PR: 244529 Submitted by: Lewis Cook <vulcan@wired.sh> (maintainer) Changes: head/devel/gh/Makefile head/devel/gh/distinfo head/devel/gh/files/ head/devel/gh/files/patch-vendor_github.com_muesli_termenv_termenv__unix.go
Committed, thanks!