Bug 244125 - misc/perkeep: Unbreak with go1.14rc1
Summary: misc/perkeep: Unbreak with go1.14rc1
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: Dmitri Goutnik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-02-14 14:25 UTC by Dmitri Goutnik
Modified: 2020-02-14 16:09 UTC (History)
1 user (show)

See Also:
yuri: maintainer-feedback+


Attachments
patch file (14.51 KB, patch)
2020-02-14 14:25 UTC, Dmitri Goutnik
no flags Details | Diff
patch file (14.64 KB, patch)
2020-02-14 14:38 UTC, Dmitri Goutnik
dmgk: maintainer-approval? (yuri)
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 2020-02-14 14:25:00 UTC
Created attachment 211648 [details]
patch file

===>  Building for perkeep-0.10.20190926
(cd /wrkdirs/usr/ports/misc/perkeep/work/perkeep-d342b0e;  for t in ./cmd/pk ./cmd/pk-deploy ./cmd/pk-devimport ./cmd/pk-get ./cmd/pk-mount ./cmd/pk-put; do  out=$(/usr/bin/basename $(echo ${t} |  /usr/bin/sed -Ee 's/^[^:]*:([^:
===>  Building pk from ./cmd/pk
go: inconsistent vendoring in /wrkdirs/usr/ports/misc/perkeep/work/perkeep-d342b0e:
        github.com/gopherjs/gopherjs@v0.0.0-20181017120253-0766667cb4d1: is explicitly required in go.mod, but vendor/modules.txt indicates github.com/gopherjs/gopherjs@v0.0.0-20190430165422-3e4dfb77656c

run 'go mod vendor' to sync, or use -mod=mod or -mod=readonly to ignore the vendor directory

Upstream issue: https://github.com/perkeep/perkeep/issues/1302

While here, remove redundant GH_TUPLE because upstream tarball already includes vendored dependencies.
Comment 1 Dmitri Goutnik freebsd_committer freebsd_triage 2020-02-14 14:38:52 UTC
Created attachment 211649 [details]
patch file

Bump PORTREVISION
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-02-14 16:09:28 UTC
A commit references this bug:

Author: dmgk
Date: Fri Feb 14 16:08:42 UTC 2020
New revision: 526121
URL: https://svnweb.freebsd.org/changeset/ports/526121

Log:
  misc/perkeep: Unbreak with go1.14rc1

  Upstream issue: https://github.com/perkeep/perkeep/issues/1302

  While here, remove redundant GH_TUPLE because upstream tarball already includes
  vendored dependencies.

  PR:		244125
  Approved by:	yuri

Changes:
  head/misc/perkeep/Makefile
  head/misc/perkeep/distinfo