Bug 206113 - databases/rubygem-state_machines-activerecord: fix wrong dependency (and make port usable again)
Summary: databases/rubygem-state_machines-activerecord: fix wrong dependency (and make...
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: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks: 202468
  Show dependency treegraph
 
Reported: 2016-01-10 20:30 UTC by Torsten Zühlsdorff
Modified: 2016-01-12 21:41 UTC (History)
2 users (show)

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


Attachments
patch to fix dependency (494 bytes, patch)
2016-01-10 20:30 UTC, Torsten Zühlsdorff
ports: maintainer-approval? (sunpoet)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Torsten Zühlsdorff 2016-01-10 20:30:51 UTC
Created attachment 165375 [details]
patch to fix dependency

Hello,

the port has a wrong dependency. Therefore it is not usable. This can be reproduces by:
$ irb
irb> require 'state_machines-activerecord'

The attached patch fixes this and renders the port usable again.

I found some more broken rubygems. More PRs will follow ;)

Greetings,
Torsten
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-01-12 21:37:32 UTC
A commit references this bug:

Author: sunpoet
Date: Tue Jan 12 21:37:04 UTC 2016
New revision: 405920
URL: https://svnweb.freebsd.org/changeset/ports/405920

Log:
  - Fix RUN_DEPENDS
  - Bump PORTREVISION for dependency change

  PR:		206113
  Submitted by:	Torsten Zuhlsdorff <ports@toco-domains.de>

Changes:
  head/databases/rubygem-state_machines-activerecord/Makefile
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2016-01-12 21:41:04 UTC
Committed. Thanks!