diff options
author | taca <taca@pkgsrc.org> | 2022-08-28 04:03:09 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2022-08-28 04:03:09 +0000 |
commit | 507a1dedff4ccc9d2f7e4c551940fec83ebd1349 (patch) | |
tree | 1c095a544490601dbb1e138b24b017abc583925d | |
parent | 165653e712944c38da7b1bd567b0abcd38c68261 (diff) | |
download | pkgsrc-507a1dedff4ccc9d2f7e4c551940fec83ebd1349.tar.gz |
misc/ruby-sprockets: update to 4.1.1
pkgsrc change: add misc to CATEGORIES at first
4.1.0 (2022-06-24)
* Allow age to be altered in asset:clean rake task.
* Fix Sprockets::Server to return lower-cased response headers to comply
with Rack::Lint 3.0. #744
* Adding new directive depend_on_directory #668
* Fix application/js-sourcemap+json charset #669
* Fix CachedEnvironment caching nil values #723
* Process *.jst.ejs.erb files with ERBProcessor #674
* Fix cache key for coffee script processor to be dependent on the filename
#670
4.1.1 (2022-06-27)
* Fix Sprockets::Server to return response headers to compatible with with
Rack::Lint 2.0.
-rw-r--r-- | misc/ruby-sprockets/Makefile | 6 | ||||
-rw-r--r-- | misc/ruby-sprockets/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/misc/ruby-sprockets/Makefile b/misc/ruby-sprockets/Makefile index de38921bd78..971c1545c80 100644 --- a/misc/ruby-sprockets/Makefile +++ b/misc/ruby-sprockets/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2022/03/06 09:05:17 taca Exp $ +# $NetBSD: Makefile,v 1.22 2022/08/28 04:03:09 taca Exp $ -DISTNAME= sprockets-4.0.3 -CATEGORIES= www +DISTNAME= sprockets-4.1.1 +CATEGORIES= misc www MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/rails/sprockets diff --git a/misc/ruby-sprockets/distinfo b/misc/ruby-sprockets/distinfo index 5ff2c1c69af..4b353bf8d12 100644 --- a/misc/ruby-sprockets/distinfo +++ b/misc/ruby-sprockets/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.20 2022/03/06 09:05:17 taca Exp $ +$NetBSD: distinfo,v 1.21 2022/08/28 04:03:09 taca Exp $ -BLAKE2s (sprockets-4.0.3.gem) = b1609d9e927de364a647ed90a7742f45e5bd2b86243b4632847d0e02e0f762fc -SHA512 (sprockets-4.0.3.gem) = 4a98467375088ea456a2d90cb0407ffe29dba7d14f836a33554e5a0999146168fdcc6ecb8a7a454c6608ee262afb36d66cda94ad5633e7f309ff499f79097815 -Size (sprockets-4.0.3.gem) = 82432 bytes +BLAKE2s (sprockets-4.1.1.gem) = 1f322deeb4fbe7e3da0a99da0e6ad6947085eb37857bb4b81e1c2aaaad475aab +SHA512 (sprockets-4.1.1.gem) = 6750fd62ddc8fb17961e3ad44af0aad2bbcee59294a8d9eb26c4acba4aecaef52b493de06d08a3ccf71a1f1a41080c93f72c331bf4862980c69b46c9310775a0 +Size (sprockets-4.1.1.gem) = 82944 bytes |