Update ruby-jquery-rails to 4.4.0. ## 4.4.0 - update jquery to 3.5.1 (note: [3.5.0 contains important security updates](https://github.com/advisories/GHSA-jpcq-cgw6-v4j6)) - unescape dollar signs and backticks in `assert_select_jquery` to match Rails updated behavior.
18 lines
518 B
Makefile
18 lines
518 B
Makefile
# $NetBSD: Makefile,v 1.16 2020/05/17 15:55:55 taca Exp $
|
|
|
|
DISTNAME= jquery-rails-4.4.0
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/rails/jquery-rails
|
|
COMMENT= Rails jQuery support
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_RAILTIES_DEPENDS}
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-thor>=0.14<2:../../devel/ruby-thor
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-rails-dom-testing>=2.0:../../textproc/ruby-rails-dom-testing
|
|
|
|
RUBY_RAILS_ACCEPTED= # defined
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|