c747c72fc5
3.4.1 (2021-11-22) What's Changed * expose dependencies from AssetUrlProcessor by @zarqman in #480 * Fix issues with relative paths from AssetUrlProcessor by @jcoyne in #482 * Fix sourcemapping url replacement by @dhh in #484 3.4.0 (2021-11-15) What's Changed * Ensure source mapping URLs set by transpilers are not broken by appending a semicolon to their path and translate the paths to the digested versions for deployment by @dhh in #479 This makes sprockets-rails compatible out of the box with sourcemap generation from jsbundling-rails. 3.3.0 (2021-11-11) What's Changed * Process css files so that they get digested paths for asset files by @jcoyne in #476. This allows you to use sprockets-rails together with cssbundling-rails and be able to reference assets in the asset pipeline without additional compilation. * Raise the error that includes an error message by @ghiculescu in #472
18 lines
493 B
Makefile
18 lines
493 B
Makefile
# $NetBSD: Makefile,v 1.8 2021/11/23 15:11:39 taca Exp $
|
|
|
|
DISTNAME= sprockets-rails-3.4.1
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/rails/sprockets-rails
|
|
COMMENT= Sprockets Rails integration
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-sprockets>=3.0.0:../../misc/ruby-sprockets
|
|
DEPENDS+= ${RUBY_ACTIONPACK_DEPENDS}
|
|
#DEPENDS+= ${RUBY_ACTIVESUPPORT_DEPENDS}
|
|
|
|
RUBY_RAILS_ACCEPTED= # defined
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|