forked from NetBSD/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
misc/ruby-sprockets-rails: update to 3.5.1
pkgsrc changes: a few change stopping pkglint's warning. 3.5.0 (2024-06-06) What's Changed * Add useful message for logger silence error by @rossta in #381 * Use a dedicated ActiveSupport::Deprecation for Rails 7.2 compatibility by @etiennebarrie in #517 * Dropped support for Rails versions older than 6.1 New Contributors * @markrmullan made their first contribution in #502 * @rossta made their first contribution in #381 * @yahonda made their first contribution in #509 * @skipkayhil made their first contribution in #510 * @etiennebarrie made their first contribution in #517 * @byroot made their first contribution in #523 3.5.1 (2024-06-07) What's Changed * Handle the gem being loaded via sprockets/railtie rather than the expected sprockets/rails entrypoint. by @mamhoff in #525 New Contributors * @mamhoff made their first contribution in #525
- Loading branch information
taca
committed
Jun 8, 2024
1 parent
0c8115d
commit 85c1aaf
Showing
3 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
# $NetBSD: Makefile,v 1.10 2023/09/03 15:42:32 taca Exp $ | ||
# $NetBSD: Makefile,v 1.11 2024/06/08 15:52:49 taca Exp $ | ||
|
||
DISTNAME= sprockets-rails-3.4.2 | ||
PKGREVISION= 1 | ||
CATEGORIES= www | ||
DISTNAME= sprockets-rails-3.5.1 | ||
CATEGORIES= misc | ||
|
||
MAINTAINER= [email protected] | ||
HOMEPAGE= https://github.com/rails/sprockets-rails | ||
|
@@ -13,7 +12,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-sprockets>=3.0.0:../../misc/ruby-sprockets | |
DEPENDS+= ${RUBY_ACTIONPACK_DEPENDS} | ||
#DEPENDS+= ${RUBY_ACTIVESUPPORT_DEPENDS} | ||
|
||
RUBY_RAILS_ACCEPTED= # defined | ||
RUBY_RAILS_ACCEPTED= # empty | ||
|
||
.include "../../lang/ruby/gem.mk" | ||
.include "../../mk/bsd.pkg.mk" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
$NetBSD: distinfo,v 1.7 2021/12/13 15:00:47 taca Exp $ | ||
$NetBSD: distinfo,v 1.8 2024/06/08 15:52:49 taca Exp $ | ||
|
||
BLAKE2s (sprockets-rails-3.4.2.gem) = 5d156eb3b33a06a6bd1b458f3c5194b7ccb82f5d8d2705bd984cffb926f59dae | ||
SHA512 (sprockets-rails-3.4.2.gem) = 87ab9269cb3d7c992bb5906dfea96b5a5a242ffaa8250e854a6116eb134b680e7855a5258a79b9414162037ea6dec1fd46643da930eabe56c27984524c27a205 | ||
Size (sprockets-rails-3.4.2.gem) = 15872 bytes | ||
BLAKE2s (sprockets-rails-3.5.1.gem) = f86d0a84a75f5cb951d0ac526054ce9b3aecc65dc3c701308e426f33b6f88a19 | ||
SHA512 (sprockets-rails-3.5.1.gem) = b9b60e02373cb586780ecf23b0cfd3a71062eb1a743bc11da3efd9530c709a2708960a6ad94befede88c250ad99d923cdef3dadcf3a01be97eaa4edea5a0502b | ||
Size (sprockets-rails-3.5.1.gem) = 16384 bytes |