Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 00DE11A9239 for ; Tue, 23 Nov 2021 15:11:41 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 4478784D72; Tue, 23 Nov 2021 15:11:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7D89584D39 for ; Tue, 23 Nov 2021 15:11:40 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id fZhcQtFefHhl for ; Tue, 23 Nov 2021 15:11:39 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D2A6384D17 for ; Tue, 23 Nov 2021 15:11:39 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CBEABFAEC; Tue, 23 Nov 2021 15:11:39 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1637680299214320" MIME-Version: 1.0 Date: Tue, 23 Nov 2021 15:11:39 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/misc/ruby-sprockets-rails To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20211123151139.CBEABFAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1637680299214320 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1637680299214320 Content-Disposition: inline Content-Length: 2631 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 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 --_----------=_1637680299214320--