Bug 244660

Summary: Mk/Uses/go.mk: Add the gomod-vendor-diff target
Product: Ports & Packages Reporter: Yuri Victorovich <yuri>
Component: Ports FrameworkAssignee: Dmitri Goutnik <dmgk>
Status: Closed FIXED    
Severity: Affects Only Me CC: ports-bugs
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch none

Description Yuri Victorovich freebsd_committer freebsd_triage 2020-03-07 19:47:48 UTC
Created attachment 212228 [details]
patch

The attached patch adds the 'gomod-vendor-diff' target that tells the user what changes are needed in GH_TUPLE. This is in addition to the existing 'gomod-vendor' target that shows the user the whole new GH_TUPLE.

Sometimes there are no differences, or very few differences, and the new target '
gomod-vendor-diff' can show this to the user.
Comment 1 commit-hook freebsd_committer freebsd_triage 2020-03-08 13:30:44 UTC
A commit references this bug:

Author: dmgk
Date: Sun Mar  8 13:30:33 UTC 2020
New revision: 528031
URL: https://svnweb.freebsd.org/changeset/ports/528031

Log:
  Mk/Uses/go.mk: Add the gomod-vendor-diff target

  Add the 'gomod-vendor-diff' target that tells the user what changes are needed
  in GH_TUPLE. This is in addition to the existing 'gomod-vendor' target that
  shows the user the whole new GH_TUPLE.

  PR:		244660
  Submitted by:	yuri

Changes:
  head/Mk/Uses/go.mk
Comment 2 Dmitri Goutnik freebsd_committer freebsd_triage 2020-03-08 13:31:31 UTC
Committed with some changes, thanks!