c0c96c4f6a
Update ruby-activerecord51 to 5.1.7. pkgsrc change: add "USE_LANGAUGES= # none". ## Rails 5.1.7 (March 27, 2019) ## * Fix `touch` option to behave consistently with `Persistence#touch` method. *Ryuta Kamizono* * Back port Rails 5.2 `reverse_order` Arel SQL literal fix. *Matt Jones*, *Brooke Kuhlmann* * `becomes` should clear the mutation tracker which is created in `after_initialize`. Fixes #32867. *Ryuta Kamizono*
22 lines
632 B
Makefile
22 lines
632 B
Makefile
# $NetBSD: Makefile,v 1.2 2020/03/20 15:29:23 taca Exp $
|
|
|
|
DISTNAME= activerecord-${RAILS_VERSION}
|
|
PKGNAME= ${RUBY_PKGPREFIX}-activerecord${RUBY_RAILS}-${RAILS_VERSION}
|
|
CATEGORIES= databases
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.rubyonrails.org/
|
|
COMMENT= Object-relational mapper framework (part of Rails 5.1)
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_ACTIVESUPPORT_DEPENDS}
|
|
DEPENDS+= ${RUBY_ACTIVEMODEL_DEPENDS}
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-arel80>=8.0<9:../../databases/ruby-arel80
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
RUBY_RAILS_ACCEPTED= 51
|
|
RUBY_RAILS_STRICT_DEP= yes
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|