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:           Sat Jun  8 15:52:49 UTC 2024

Modified Files:
        pkgsrc/misc/ruby-sprockets-rails: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/misc/ruby-sprockets-rails/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/misc/ruby-sprockets-rails/PLIST
cvs rdiff -u -r1.7 -r1.8 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.10 pkgsrc/misc/ruby-sprockets-rails/Makefile:1.11
--- pkgsrc/misc/ruby-sprockets-rails/Makefile:1.10      Sun Sep  3 15:42:32 2023
+++ pkgsrc/misc/ruby-sprockets-rails/Makefile   Sat Jun  8 15:52:49 2024
@@ -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=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/rails/sprockets-rails
@@ -13,7 +12,7 @@ DEPENDS+=     ${RUBY_PKGPREFIX}-sprockets>=3
 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"

Index: pkgsrc/misc/ruby-sprockets-rails/PLIST
diff -u pkgsrc/misc/ruby-sprockets-rails/PLIST:1.2 pkgsrc/misc/ruby-sprockets-rails/PLIST:1.3
--- pkgsrc/misc/ruby-sprockets-rails/PLIST:1.2  Tue Nov 23 15:11:39 2021
+++ pkgsrc/misc/ruby-sprockets-rails/PLIST      Sat Jun  8 15:52:49 2024
@@ -1,10 +1,11 @@
-@comment $NetBSD: PLIST,v 1.2 2021/11/23 15:11:39 taca Exp $
+@comment $NetBSD: PLIST,v 1.3 2024/06/08 15:52:49 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/deprecator.rb
 ${GEM_LIBDIR}/lib/sprockets/rails/helper.rb
 ${GEM_LIBDIR}/lib/sprockets/rails/quiet_assets.rb
 ${GEM_LIBDIR}/lib/sprockets/rails/route_wrapper.rb

Index: pkgsrc/misc/ruby-sprockets-rails/distinfo
diff -u pkgsrc/misc/ruby-sprockets-rails/distinfo:1.7 pkgsrc/misc/ruby-sprockets-rails/distinfo:1.8
--- pkgsrc/misc/ruby-sprockets-rails/distinfo:1.7       Mon Dec 13 15:00:47 2021
+++ pkgsrc/misc/ruby-sprockets-rails/distinfo   Sat Jun  8 15:52:49 2024
@@ -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



Home | Main Index | Thread Index | Old Index