Bug 240290

Summary: sysutils/terraform: Update to 0.12.7, unbreak with go1.13
Product: Ports & Packages Reporter: Dmitri Goutnik <dmgk>
Component: Individual Port(s)Assignee: Nikolai Lifanov <lifanov>
Status: Closed FIXED    
Severity: Affects Only Me CC: lifanov
Priority: --- Flags: lifanov: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch file dmgk: maintainer-approval? (lifanov)

Description Dmitri Goutnik freebsd_committer freebsd_triage 2019-09-02 18:23:56 UTC
Created attachment 207120 [details]
patch file

===>  Building for terraform-0.12.6
go: cloud.google.com/go@v0.36.0: Get https://proxy.golang.org/cloud.google.com/go/@v/v0.36.0.mod: dialtcp: lookup proxy.golang.org on 209.222.18.218:53: write udp 127.0.0.1:23596->209.222.18.218:53: write: permission denied
*** Error code 1

- Update 0.12.6 -> 0.12.7
- Switch to USES=go:modules, this also fixes the build with go1.13
- Remove GO_PKGNAME, not needed with modules

QA:
  poudriere testport: OK (120a-go1.12.9, 120a-go-devel)
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-09-06 15:01:24 UTC
A commit references this bug:

Author: lifanov
Date: Fri Sep  6 15:00:45 UTC 2019
New revision: 511320
URL: https://svnweb.freebsd.org/changeset/ports/511320

Log:
  update sysutils/terraform to 0.12.8 and unbreak with go1.13

  PR:		240290
  Submitted by:	Dmitri Goutnik <dg@syrec.org>

Changes:
  head/sysutils/terraform/Makefile
  head/sysutils/terraform/distinfo
Comment 2 Nikolai Lifanov freebsd_committer freebsd_triage 2019-09-06 15:01:39 UTC
Committed, thanks!