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 6F70A1A921F for ; Sun, 6 Mar 2022 09:05:19 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A802784EEE; Sun, 6 Mar 2022 09:05:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E2F9F84E93 for ; Sun, 6 Mar 2022 09:05:17 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 8gGlfSW4wzXw for ; Sun, 6 Mar 2022 09:05:17 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 55AD684D22 for ; Sun, 6 Mar 2022 09:05:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5313EFB24; Sun, 6 Mar 2022 09:05:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1646557517296890" MIME-Version: 1.0 Date: Sun, 6 Mar 2022 09:05:17 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/misc/ruby-sprockets To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20220306090517.5313EFB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1646557517296890 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Mar 6 09:05:17 UTC 2022 Modified Files: pkgsrc/misc/ruby-sprockets: Makefile PLIST distinfo Log Message: misc/ruby-sprockets: update to 4.0.3 4.0.3 (2022-03-02) * Fix Manifest#find yielding from a Promise causing issue on Ruby 3.1.0-dev. #720 * Better detect the ERB version to avoid deprecation warnings. #719 * Allow assets already fingerprinted to be served through Sprockets::Server * Do not fingerprint files that already contain a valid digest in their name * Remove remaining support for Ruby < 2.4.#672 To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 pkgsrc/misc/ruby-sprockets/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/misc/ruby-sprockets/PLIST cvs rdiff -u -r1.19 -r1.20 pkgsrc/misc/ruby-sprockets/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1646557517296890 Content-Disposition: inline Content-Length: 2144 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/misc/ruby-sprockets/Makefile diff -u pkgsrc/misc/ruby-sprockets/Makefile:1.20 pkgsrc/misc/ruby-sprockets/Makefile:1.21 --- pkgsrc/misc/ruby-sprockets/Makefile:1.20 Sun Jun 7 08:37:12 2020 +++ pkgsrc/misc/ruby-sprockets/Makefile Sun Mar 6 09:05:17 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2020/06/07 08:37:12 taca Exp $ +# $NetBSD: Makefile,v 1.21 2022/03/06 09:05:17 taca Exp $ -DISTNAME= sprockets-4.0.2 +DISTNAME= sprockets-4.0.3 CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/misc/ruby-sprockets/PLIST diff -u pkgsrc/misc/ruby-sprockets/PLIST:1.10 pkgsrc/misc/ruby-sprockets/PLIST:1.11 --- pkgsrc/misc/ruby-sprockets/PLIST:1.10 Mon Nov 4 15:41:00 2019 +++ pkgsrc/misc/ruby-sprockets/PLIST Sun Mar 6 09:05:17 2022 @@ -1,7 +1,8 @@ -@comment $NetBSD: PLIST,v 1.10 2019/11/04 15:41:00 taca Exp $ +@comment $NetBSD: PLIST,v 1.11 2022/03/06 09:05:17 taca Exp $ bin/sprockets${RUBY_SUFFIX} ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/CHANGELOG.md +${GEM_LIBDIR}/MIT-LICENSE ${GEM_LIBDIR}/README.md ${GEM_LIBDIR}/bin/sprockets ${GEM_LIBDIR}/lib/rake/sprocketstask.rb Index: pkgsrc/misc/ruby-sprockets/distinfo diff -u pkgsrc/misc/ruby-sprockets/distinfo:1.19 pkgsrc/misc/ruby-sprockets/distinfo:1.20 --- pkgsrc/misc/ruby-sprockets/distinfo:1.19 Tue Oct 26 10:59:31 2021 +++ pkgsrc/misc/ruby-sprockets/distinfo Sun Mar 6 09:05:17 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.19 2021/10/26 10:59:31 nia Exp $ +$NetBSD: distinfo,v 1.20 2022/03/06 09:05:17 taca Exp $ -BLAKE2s (sprockets-4.0.2.gem) = c5562f268bb40631abeb943031d886f44510427ef6cd78ceacf7a49071705903 -SHA512 (sprockets-4.0.2.gem) = 0b33812645efa99349d8cbc9939e64af43f34443b3e69b5949d8599eda018a03744142977ab39078d15f0badda5532c5d1ebead9da7e0dda4fc03545179efc56 -Size (sprockets-4.0.2.gem) = 81408 bytes +BLAKE2s (sprockets-4.0.3.gem) = b1609d9e927de364a647ed90a7742f45e5bd2b86243b4632847d0e02e0f762fc +SHA512 (sprockets-4.0.3.gem) = 4a98467375088ea456a2d90cb0407ffe29dba7d14f836a33554e5a0999146168fdcc6ecb8a7a454c6608ee262afb36d66cda94ad5633e7f309ff499f79097815 +Size (sprockets-4.0.3.gem) = 82432 bytes --_----------=_1646557517296890--