Bug 240075 - security/vault: Unbreak with go1.13
Summary: security/vault: 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: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-08-24 14:01 UTC by Dmitri Goutnik
Modified: 2019-09-02 16:02 UTC (History)
1 user (show)

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


Attachments
patch file (1.54 KB, patch)
2019-08-24 14:01 UTC, Dmitri Goutnik
dmgk: maintainer-approval? (swills)
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-08-24 14:01:09 UTC
Created attachment 206852 [details]
patch file

===>  Building for vault-1.1.2_1
can't load package: package .: code in directory /wrkdirs/usr/ports/security/vault/work/vault-1.1.2 expects import "github.com/hashicorp/vault"
*** Error code 1

- Unbreak build with go1.13
- Remove custom targets

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

Author: swills
Date: Mon Sep  2 16:00:57 UTC 2019
New revision: 510814
URL: https://svnweb.freebsd.org/changeset/ports/510814

Log:
  security/vault: Unbreak with go1.13

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

Changes:
  head/security/vault/Makefile
Comment 2 Steve Wills freebsd_committer freebsd_triage 2019-09-02 16:02:09 UTC
Committed, thanks!