Bug 244660 - Mk/Uses/go.mk: Add the gomod-vendor-diff target
Summary: Mk/Uses/go.mk: Add the gomod-vendor-diff target
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Ports Framework (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Dmitri Goutnik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-03-07 19:47 UTC by Yuri Victorovich
Modified: 2020-03-08 13:31 UTC (History)
1 user (show)

See Also:


Attachments
patch (949 bytes, text/plain)
2020-03-07 19:47 UTC, Yuri Victorovich
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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!