Bug 238939

Summary: devel/git-lfs: Switch to USES=go:modules, fix build with go1.13beta1
Product: Ports & Packages Reporter: Dmitri Goutnik <dmgk>
Component: Individual Port(s)Assignee: Vinícius Zavam <egypcio>
Status: Closed FIXED    
Severity: Affects Only Me CC: egypcio
Priority: --- Keywords: patch
Version: LatestFlags: egypcio: maintainer-feedback+
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch file dmgk: maintainer-approval? (egypcio)

Description Dmitri Goutnik freebsd_committer freebsd_triage 2019-07-02 15:40:13 UTC
Created attachment 205480 [details]
patch file

===>  Building for git-lfs-2.7.2
(cd /wrkdirs/usr/ports/devel/git-lfs/work/src/github.com/git-lfs/git-lf
go: github.com/ThomsonReutersEikon/go-ntlm@v0.0.0-20151030004737-b00ec3
*** Error code 1

- Switch to USES=go:modules, this also fixes the build with go1.13beta1

QA:
  poudriere testport: OK (120a-go1.12.6, 120a-go1.13beta1)
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-07-03 18:50:20 UTC
A commit references this bug:

Author: egypcio
Date: Wed Jul  3 18:49:34 UTC 2019
New revision: 505769
URL: https://svnweb.freebsd.org/changeset/ports/505769

Log:
  devel/git-lfs: Switch to USES=go:modules, fix build with go1.13beta1

  PR:		238939
  Reported by:	Dmitri Goutnik <dg % syrec.org>

Changes:
  head/devel/git-lfs/Makefile
Comment 2 Vinícius Zavam freebsd_committer freebsd_triage 2019-07-03 18:52:41 UTC
just like bug 238941;
committed! thanks.