Bug 244529 - devel/gh: Update to 0.5.7
Summary: devel/gh: Update to 0.5.7
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Dmitri Goutnik
URL: https://github.com/cli/gh/releases/ta...
Keywords:
Depends on:
Blocks:
 
Reported: 2020-02-29 23:56 UTC by Lewis Cook
Modified: 2020-03-01 12:55 UTC (History)
1 user (show)

See Also:


Attachments
gh-0.5.7.diff (14.31 KB, patch)
2020-02-29 23:56 UTC, Lewis Cook
lcook: maintainer-approval+
Details | Diff
gh-0.5.7.log (41.38 KB, text/plain)
2020-02-29 23:56 UTC, Lewis Cook
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lewis Cook freebsd_committer freebsd_triage 2020-02-29 23:56:19 UTC
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
Comment 1 Lewis Cook freebsd_committer freebsd_triage 2020-02-29 23:56:43 UTC
Created attachment 212059 [details]
gh-0.5.7.log

* Poudriere build log.
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-03-01 12:54:26 UTC
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
Comment 3 Dmitri Goutnik freebsd_committer freebsd_triage 2020-03-01 12:55:09 UTC
Committed, thanks!