Bug 229355

Summary: devel/grv: Update to 0.2.0
Product: Ports & Packages Reporter: Dmitri Goutnik <dmgk>
Component: Individual Port(s)Assignee: Torsten Zuehlsdorff <tz>
Status: Closed FIXED    
Severity: Affects Only Me CC: tz
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://github.com/rgburke/grv/releases/tag/v0.2.0
Attachments:
Description Flags
patch file
dmgk: maintainer-approval+
patch file
dmgk: maintainer-approval+
patch file
dmgk: maintainer-approval+
patch file dmgk: maintainer-approval+

Description Dmitri Goutnik freebsd_committer freebsd_triage 2018-06-26 23:09:17 UTC
Created attachment 194662 [details]
patch file

* Update to 0.2.0

Changes: https://github.com/rgburke/grv/releases/tag/v0.2.0

QA:
  poudriere testport: OK (11a, 10i)
Comment 1 Dmitri Goutnik freebsd_committer freebsd_triage 2018-06-26 23:13:26 UTC
Created attachment 194663 [details]
patch file
Comment 2 Torsten Zuehlsdorff freebsd_committer freebsd_triage 2018-06-28 14:39:48 UTC
It does not build on 10.4 i386 with the following error:

# gopkg.in/libgit2/git2go.v27
src/gopkg.in/libgit2/git2go.v27/diff.go:441: constant 2147483648 overflows DiffOptionsFlag
*** Error code 2

Same for 11.1 i386
Comment 3 Dmitri Goutnik freebsd_committer freebsd_triage 2018-07-05 20:56:43 UTC
Created attachment 194904 [details]
patch file

Fix build on i386 archs.
Comment 4 Dmitri Goutnik freebsd_committer freebsd_triage 2018-07-05 21:00:59 UTC
Created attachment 194905 [details]
patch file
Comment 5 commit-hook freebsd_committer freebsd_triage 2018-07-10 15:00:45 UTC
A commit references this bug:

Author: tz
Date: Tue Jul 10 15:00:04 UTC 2018
New revision: 474373
URL: https://svnweb.freebsd.org/changeset/ports/474373

Log:
  devel/grv: Update from 0.1.3 to 0.2.0

  Changelog: https://github.com/rgburke/grv/releases/tag/v0.2.0

  PR:		229355
  Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)

Changes:
  head/devel/grv/Makefile
  head/devel/grv/distinfo
  head/devel/grv/files/patch-cmd_grv_repo__data__loader.go
  head/devel/grv/files/patch-src_gopkg.in_libgit2_git2go.v27_diff.go
Comment 6 Torsten Zuehlsdorff freebsd_committer freebsd_triage 2018-07-10 15:01:48 UTC
Committed, thanks! :)