Bug 240284 - sysutils/ctop: Switch to USES=go:modules, fix build with go1.13
Summary: sysutils/ctop: Switch to USES=go:modules, fix build 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-09-02 16:41 UTC by Dmitri Goutnik
Modified: 2019-09-02 20:00 UTC (History)
0 users

See Also:


Attachments
patch file (373 bytes, patch)
2019-09-02 16:41 UTC, Dmitri Goutnik
dmgk: maintainer-approval+
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 16:41:33 UTC
Created attachment 207109 [details]
patch file

- Switch to USES=go:modules, unbreak go1.13 build
- GO_PKGNAME is not needed with modules, remove

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

Author: swills
Date: Mon Sep  2 19:58:47 UTC 2019
New revision: 510840
URL: https://svnweb.freebsd.org/changeset/ports/510840

Log:
  sysutils/ctop: Switch to USES=go:modules, fix build with go1.13

  PR:		240284
  Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)

Changes:
  head/sysutils/ctop/Makefile
Comment 2 Steve Wills freebsd_committer freebsd_triage 2019-09-02 20:00:54 UTC
Committed, thanks!