Bug 221051 - security/rubygem-webpush: missing dependency (hkdf ~> 0.2)
Summary: security/rubygem-webpush: missing dependency (hkdf ~> 0.2)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Joseph Mingrone
URL:
Keywords:
Depends on:
Blocks: 220605
  Show dependency treegraph
 
Reported: 2017-07-27 16:25 UTC by Nikolai Lifanov
Modified: 2017-07-27 16:50 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (jrm)


Attachments

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