Bug 225137 - security/rubygem-bcrypt_pbkdf: remove unnecessary BUILD_DEPENDS and LIB_DEPENDS
Summary: security/rubygem-bcrypt_pbkdf: remove unnecessary BUILD_DEPENDS and LIB_DEPENDS
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: Po-Chuan Hsieh
URL: https://people.FreeBSD.org/~sunpoet/p...
Keywords:
Depends on:
Blocks:
 
Reported: 2018-01-13 13:58 UTC by Po-Chuan Hsieh
Modified: 2018-01-21 11:56 UTC (History)
1 user (show)

See Also:
mfechner: maintainer-feedback+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Po-Chuan Hsieh freebsd_committer freebsd_triage 2018-01-13 13:58:32 UTC
Remove unnecessary BUILD_DEPENDS and LIB_DEPENDS

All BUILD_DEPENDS are development dependencies.
All LIB_DEPENDS are brought by ruby
Comment 1 Matthias Fechner freebsd_committer freebsd_triage 2018-01-21 09:20:49 UTC
Thanks!
Comment 2 commit-hook freebsd_committer freebsd_triage 2018-01-21 11:56:17 UTC
A commit references this bug:

Author: sunpoet
Date: Sun Jan 21 11:55:28 UTC 2018
New revision: 459591
URL: https://svnweb.freebsd.org/changeset/ports/459591

Log:
  Remove unnecessary BUILD_DEPENDS and LIB_DEPENDS

  All BUILD_DEPENDS are development dependencies.
  All LIB_DEPENDS are brought by ruby

  PR:		225137
  Submitted by:	sunpoet (myself)
  Approved by:	Matthias Fechner <idefix@fechner.net> (maintainer)

Changes:
  head/security/rubygem-bcrypt_pbkdf/Makefile
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2018-01-21 11:56:40 UTC
Committed. Thanks!