On Thu, 16 Apr 2020 19:15:08 -0700 Andrew Hewus Fresh <and...@afresh1.com> wrote: > Committed, thanks! Would have been nice if you had included a gem > that wouldn't portgen before but will now, but I believe this is > correct.
I noted this with the activerecord gem. It seems to portgen with this, but portgen fails to notice that activesupport is already ported as devel/ruby-activesupport, so this is not complete. portgen creates the Makefile below. # $OpenBSD$ COMMENT = Object-relational mapper framework (part of Rails) DISTNAME = activerecord-6.0.2.2 CATEGORIES = ruby HOMEPAGE = https://rubyonrails.org # MIT PERMIT_PACKAGE = Yes MODULES = lang/ruby BUILD_DEPENDS = ${RUN_DEPENDS} RUN_DEPENDS = ruby/ruby-activemodel,${MODRUBY_FLAVOR}=6.0.2.2 \ ruby/ruby-activesupport,${MODRUBY_FLAVOR}=6.0.2.2 CONFIGURE_STYLE = ruby gem .include <bsd.port.mk>