Bug 246423 - www/webhook: Update to 2.7.0
Summary: www/webhook: Update to 2.7.0
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: Hiroki Tagato
URL: https://github.com/adnanh/webhook/rel...
Keywords: patch
Depends on:
Blocks:
 
Reported: 2020-05-12 19:17 UTC by Stefan Bethke
Modified: 2020-05-20 09:54 UTC (History)
2 users (show)

See Also:


Attachments
Update port to 1.7.0 (986 bytes, patch)
2020-05-12 19:17 UTC, Stefan Bethke
stb: maintainer-approval+
Details | Diff
Update port to 2.7.0 (3.63 KB, patch)
2020-05-19 20:00 UTC, Stefan Bethke
no flags Details | Diff

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