Bug 240315 - sysutils/packer: Update to 1.4.3, unbreak with go1.13
Summary: sysutils/packer: Update to 1.4.3, 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-03 18:21 UTC by Dmitri Goutnik
Modified: 2019-09-06 14:59 UTC (History)
1 user (show)

See Also:
lifanov: maintainer-feedback+


Attachments
patch file (1.09 KB, patch)
2019-09-03 18:21 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-03 18:21:09 UTC
Created attachment 207159 [details]
patch file

===>  Building for packer-1.4.2
go: contrib.go.opencensus.io/exporter/ocagent@v0.5.0: Get https://proxy.golang.org/contrib.go.opencensus.io/exporter/ocagent/@v/v0.5.0.mod: dial tcp: lookup proxy.golang.org on 209.222.18.218:53: write udp127.0.0.1:14447->209.222.18.218:53: write: permission denied
*** Error code 1

- Update 1.4.2 -> 1.4.3
- 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 14:58:23 UTC
A commit references this bug:

Author: lifanov
Date: Fri Sep  6 14:57:41 UTC 2019
New revision: 511319
URL: https://svnweb.freebsd.org/changeset/ports/511319

Log:
  update sysutils/packer to 1.4.3 and unbreak with go1.13

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

Changes:
  head/sysutils/packer/Makefile
  head/sysutils/packer/distinfo
Comment 2 Nikolai Lifanov freebsd_committer freebsd_triage 2019-09-06 14:59:49 UTC
Committed, thanks!