pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/misc/ruby-sprockets-rails
Module Name: pkgsrc
Committed By: taca
Date: Tue Nov 23 15:11:39 UTC 2021
Modified Files:
pkgsrc/misc/ruby-sprockets-rails: Makefile PLIST distinfo
Log Message:
misc/ruby-sprockets-rails: update to 3.4.1
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
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/misc/ruby-sprockets-rails/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/misc/ruby-sprockets-rails/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/ruby-sprockets-rails/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/misc/ruby-sprockets-rails/Makefile
diff -u pkgsrc/misc/ruby-sprockets-rails/Makefile:1.7 pkgsrc/misc/ruby-sprockets-rails/Makefile:1.8
--- pkgsrc/misc/ruby-sprockets-rails/Makefile:1.7 Mon Sep 14 13:26:15 2020
+++ pkgsrc/misc/ruby-sprockets-rails/Makefile Tue Nov 23 15:11:39 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2020/09/14 13:26:15 taca Exp $
+# $NetBSD: Makefile,v 1.8 2021/11/23 15:11:39 taca Exp $
-DISTNAME= sprockets-rails-3.2.2
+DISTNAME= sprockets-rails-3.4.1
CATEGORIES= www
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/misc/ruby-sprockets-rails/PLIST
diff -u pkgsrc/misc/ruby-sprockets-rails/PLIST:1.1 pkgsrc/misc/ruby-sprockets-rails/PLIST:1.2
--- pkgsrc/misc/ruby-sprockets-rails/PLIST:1.1 Tue Jul 18 14:41:27 2017
+++ pkgsrc/misc/ruby-sprockets-rails/PLIST Tue Nov 23 15:11:39 2021
@@ -1,12 +1,14 @@
-@comment $NetBSD: PLIST,v 1.1 2017/07/18 14:41:27 taca Exp $
+@comment $NetBSD: PLIST,v 1.2 2021/11/23 15:11:39 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/MIT-LICENSE
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/lib/sprockets/rails.rb
+${GEM_LIBDIR}/lib/sprockets/rails/asset_url_processor.rb
${GEM_LIBDIR}/lib/sprockets/rails/context.rb
${GEM_LIBDIR}/lib/sprockets/rails/helper.rb
${GEM_LIBDIR}/lib/sprockets/rails/quiet_assets.rb
${GEM_LIBDIR}/lib/sprockets/rails/route_wrapper.rb
+${GEM_LIBDIR}/lib/sprockets/rails/sourcemapping_url_processor.rb
${GEM_LIBDIR}/lib/sprockets/rails/task.rb
${GEM_LIBDIR}/lib/sprockets/rails/utils.rb
${GEM_LIBDIR}/lib/sprockets/rails/version.rb
Index: pkgsrc/misc/ruby-sprockets-rails/distinfo
diff -u pkgsrc/misc/ruby-sprockets-rails/distinfo:1.5 pkgsrc/misc/ruby-sprockets-rails/distinfo:1.6
--- pkgsrc/misc/ruby-sprockets-rails/distinfo:1.5 Tue Oct 26 10:59:31 2021
+++ pkgsrc/misc/ruby-sprockets-rails/distinfo Tue Nov 23 15:11:39 2021
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 10:59:31 nia Exp $
+$NetBSD: distinfo,v 1.6 2021/11/23 15:11:39 taca Exp $
-BLAKE2s (sprockets-rails-3.2.2.gem) = ee5558ff6df4a734fd1bb1b9697b021d888b1cc41d50eac576107a2552e0b884
-SHA512 (sprockets-rails-3.2.2.gem) = 502f302048fb04c62bf247769f3339e236f7473ffdb80bbad7c635e934f182ceacca257f7fc6c3504a37eee66db889aff1b23701c55abb89d4e7046b21a60178
-Size (sprockets-rails-3.2.2.gem) = 15360 bytes
+BLAKE2s (sprockets-rails-3.4.1.gem) = c4aee1cddb499f04867e819fd2948d7d5d50996b3def446cf5e207f354959b07
+SHA512 (sprockets-rails-3.4.1.gem) = 1fe9393930df58763487f080e5b62f152eb1d2d15be28b1d4c3505f7bd154045f612ebe69eeaf947e67d858e8498421ba1bd940ce0dd62373c500960c99f10cc
+Size (sprockets-rails-3.4.1.gem) = 15872 bytes
Home |
Main Index |
Thread Index |
Old Index