Bug 221051

Summary: security/rubygem-webpush: missing dependency (hkdf ~> 0.2)
Product: Ports & Packages Reporter: Nikolai Lifanov <lifanov>
Component: Individual Port(s)Assignee: Joseph Mingrone <jrm>
Status: Closed FIXED    
Severity: Affects Some People CC: sunpoet
Priority: --- Flags: bugzilla: maintainer-feedback? (jrm)
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on:    
Bug Blocks: 220605    

Description Nikolai Lifanov freebsd_committer freebsd_triage 2017-07-27 16:25:00 UTC
The security/rubygem-webpush port lists a runtime dependency on hkdf ~> 0.2, which is not satisfied.
Comment 1 Joseph Mingrone freebsd_committer freebsd_triage 2017-07-27 16:31:01 UTC
Oh, you're right.  I looked at the Gemspec for an older version, when hkdf was only a development dependency.  I see jwt>=0 is also listed as run-time dependency.  I will add the missing port and correct the dependencies.  Thanks.
Comment 2 commit-hook freebsd_committer freebsd_triage 2017-07-27 16:49:19 UTC
A commit references this bug:

Author: jrm
Date: Thu Jul 27 16:48:52 UTC 2017
New revision: 446763
URL: https://svnweb.freebsd.org/changeset/ports/446763

Log:
  security/rubygem-webpush: Fix RUN_DEPENDS

  PR:		221051
  Reported by:	lifanov

Changes:
  head/security/rubygem-webpush/Makefile
Comment 3 Joseph Mingrone freebsd_committer freebsd_triage 2017-07-27 16:50:56 UTC
Thanks.