Bug 236330 - net/goreplay: Unbreak build with Go 1.12
Summary: net/goreplay: Unbreak build with Go 1.12
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: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-03-06 18:10 UTC by Dmitri Goutnik
Modified: 2019-03-07 12:34 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (swills)


Attachments
patch file (1.94 KB, patch)
2019-03-06 18:10 UTC, Dmitri Goutnik
dmgk: maintainer-approval?
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitri Goutnik freebsd_committer freebsd_triage 2019-03-06 18:10:42 UTC
Created attachment 202657 [details]
patch file

- Unbreak build by updating github.com/google/gopacket dependency to v1.1.16 [1]
- Remove github.com/Shopify/sarama from GH_TUPLE, it's already vendored by the upstream

QA:
  poudriere testport: OK (112a, 112i, 120a)

[1] https://github.com/buger/goreplay/issues/656
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-03-07 12:33:26 UTC
A commit references this bug:

Author: swills
Date: Thu Mar  7 12:33:20 UTC 2019
New revision: 494929
URL: https://svnweb.freebsd.org/changeset/ports/494929

Log:
  net/goreplay: Unbreak build with Go 1.12

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

Changes:
  head/net/goreplay/Makefile
  head/net/goreplay/distinfo
Comment 2 Steve Wills freebsd_committer freebsd_triage 2019-03-07 12:34:25 UTC
Committed, thanks!