Bug 246423

Summary: www/webhook: Update to 2.7.0
Product: Ports & Packages Reporter: Stefan Bethke <stb>
Component: Individual Port(s)Assignee: Hiroki Tagato <tagattie>
Status: Closed FIXED    
Severity: Affects Only Me CC: fernape, tagattie
Priority: --- Keywords: patch
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://github.com/adnanh/webhook/releases/tag/2.7.0
Attachments:
Description Flags
Update port to 1.7.0
stb: maintainer-approval+
Update port to 2.7.0 none

Description Stefan Bethke 2020-05-12 19:17:37 UTC
Created attachment 214422 [details]
Update port to 1.7.0

Update port to version 1.6.9

Release 1.6.9 contains one bugfix and nine enhancements.

Release Notes: https://github.com/adnanh/webhook/releases/tag/2.7.0
Comment 1 Stefan Bethke 2020-05-12 19:19:56 UTC
Argh, copy paste. The description should read:

Update port to version 2.7.0.

Release 2.7.0 contains one bugfix and nine enhancements.

Release Notes: https://github.com/adnanh/webhook/releases/tag/2.7.0
Comment 2 Hiroki Tagato freebsd_committer freebsd_triage 2020-05-14 07:17:10 UTC
Hi,

I tried build the port with poudriere and failed with the following message:


===>  Building webhook from 
go: github.com/clbanning/mxj@v1.8.4: Get "https://proxy.golang.org/github.com/clbanning/mxj/@v/v1.8.4.mod": dial tcp: lookup proxy.golang.org: no such host
*** Error code 1

Stop.


It appears the build process attemps to access the network during build.
Comment 3 Stefan Bethke 2020-05-19 19:24:24 UTC
(In reply to Hiroki Tagato from comment #2)

Thanks, doh. The release notes even say that the software was switched to modules.

I'll submit an updated patch presently.
Comment 4 Stefan Bethke 2020-05-19 20:00:30 UTC
Created attachment 214662 [details]
Update port to 2.7.0

Add GH_TUPLES for vendor modules. Switch to gmake, since the package is using that.
Comment 5 commit-hook freebsd_committer freebsd_triage 2020-05-20 09:53:56 UTC
A commit references this bug:

Author: tagattie
Date: Wed May 20 09:52:57 UTC 2020
New revision: 535988
URL: https://svnweb.freebsd.org/changeset/ports/535988

Log:
  - Update to 2.7.0
  - Switch to USES=go:modules

  PR:		246423
  Submitted by:	stb@lassitu.de (maintainer)
  Approved by:	mentors (implicit)
  Changelog:	https://github.com/adnanh/webhook/releases/tag/2.7.0

Changes:
  head/www/webhook/Makefile
  head/www/webhook/distinfo
Comment 6 Hiroki Tagato freebsd_committer freebsd_triage 2020-05-20 09:54:44 UTC
Committed, thanks!