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
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
Committed. Thanks!