Bug 240290 - sysutils/terraform: Update to 0.12.7, unbreak with go1.13
Summary: sysutils/terraform: Update to 0.12.7, unbreak with go1.13
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: Nikolai Lifanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-09-02 18:23 UTC by Dmitri Goutnik
Modified: 2019-09-06 15:01 UTC (History)
1 user (show)

See Also:
lifanov: maintainer-feedback+


Attachments
patch file (1.16 KB, patch)
2019-09-02 18:23 UTC, Dmitri Goutnik
dmgk: maintainer-approval? (lifanov)
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-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!