Bug 251268

Summary: net/geoipupdate: switch to USES=go:modules
Product: Ports & Packages Reporter: Dmitri Goutnik <dmgk>
Component: Individual Port(s)Assignee: Adam Weinberger <adamw>
Status: Closed FIXED    
Severity: Affects Only Me Flags: bugzilla: maintainer-feedback? (adamw)
dmgk: maintainer-feedback?
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch file adamw: maintainer-approval+

Description Dmitri Goutnik freebsd_committer freebsd_triage 2020-11-20 12:17:10 UTC
Created attachment 219827 [details]
patch file

Switch to USES=go:modules and pass GO_ENV down to make in preparation for the upcoming go1.16 release.

Builds fine on 12.2-RELEASE amd64 with both current lang/go 1.15.5 and lang/go-devel@399b5d14d411
Comment 1 Adam Weinberger freebsd_committer freebsd_triage 2020-11-22 16:08:09 UTC
Comment on attachment 219827 [details]
patch file

This is great! Thanks for your help on these updates, Dmitri.

While I appreciate the thoughtfulness of a PR, you definitely don't need to submit them for anything I maintain. I fully trust your judgment, so please feel free to commit stuff like this anytime.
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-11-22 22:39:54 UTC
A commit references this bug:

Author: dmgk
Date: Sun Nov 22 22:39:02 UTC 2020
New revision: 556077
URL: https://svnweb.freebsd.org/changeset/ports/556077

Log:
  net/geoipupdate: switch to USES=go:modules

  Switch to USES=go:modules and pass GO_ENV down to make in preparation for the
  upcoming go1.16 release.

  PR:		251268
  Approved by:	adamw (maintainer)

Changes:
  head/net/geoipupdate/Makefile
  head/net/geoipupdate/distinfo
  head/net/geoipupdate/files/patch-Makefile
Comment 3 Dmitri Goutnik freebsd_committer freebsd_triage 2020-11-22 22:40:22 UTC
Committed, thanks for the (blanket) approval, Adam.