Bug 238059 - sysutils/rubygem-specinfra: doesn't work with wrong dependency
Summary: sysutils/rubygem-specinfra: doesn't work with wrong dependency
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: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-05-23 02:03 UTC by Yuichiro NAITO
Modified: 2019-05-24 15:38 UTC (History)
0 users

See Also:


Attachments
rubygem-specinfra.patchh (2.61 KB, patch)
2019-05-23 02:03 UTC, Yuichiro NAITO
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yuichiro NAITO 2019-05-23 02:03:09 UTC
Created attachment 204553 [details]
rubygem-specinfra.patchh

The previous commit r497725 brought back slf dependency that is not necessary
for FreeBSD. Because slf is a backward compatibility library for older ruby
interpreters (before 2.0) that FreeBSD ports no longer supports.

Please apply the attached patch.
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-05-24 15:37:43 UTC
A commit references this bug:

Author: swills
Date: Fri May 24 15:37:12 UTC 2019
New revision: 502481
URL: https://svnweb.freebsd.org/changeset/ports/502481

Log:
  sysutils/rubygem-specinfra: fix dependency issue

  PR:		238059
  Submitted by:	Yuichiro NAITO <naito.yuichiro@gmail.com> (maintainer)

Changes:
  head/sysutils/rubygem-specinfra/Makefile
  head/sysutils/rubygem-specinfra/files/patch-gemspec
Comment 2 Steve Wills freebsd_committer freebsd_triage 2019-05-24 15:38:25 UTC
Committed, thanks!