pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/ruby-railties52



Module Name:    pkgsrc
Committed By:   taca
Date:           Fri Mar 20 15:43:05 UTC 2020

Modified Files:
        pkgsrc/devel/ruby-railties52: Makefile distinfo

Log Message:
devel/ruby-railties52: update to 5.2.4.2

Update ruby-railties52 to 5.2.4.2.

## Rails 5.2.4.1 (December 18, 2019) ##

*   No changes.

## Rails 5.2.4 (November 27, 2019) ##

*   Use original `bundler` environment variables during the process of generating a new rails project.

    *Marco Costa*

*   Allow loading seeds without ActiveJob.

    Fixes #35782

    *Jeremy Weathers*

*   Only force `:async` ActiveJob adapter to `:inline` during seeding.

    *BatedUrGonnaDie*


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ruby-railties52/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/ruby-railties52/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/ruby-railties52/Makefile
diff -u pkgsrc/devel/ruby-railties52/Makefile:1.1 pkgsrc/devel/ruby-railties52/Makefile:1.2
--- pkgsrc/devel/ruby-railties52/Makefile:1.1   Sun Mar  3 15:01:38 2019
+++ pkgsrc/devel/ruby-railties52/Makefile       Fri Mar 20 15:43:05 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/03/03 15:01:38 taca Exp $
+# $NetBSD: Makefile,v 1.2 2020/03/20 15:43:05 taca Exp $
 
 DISTNAME=      railties-${RAILS_VERSION}
 PKGNAME=       ${RUBY_PKGPREFIX}-railties${RUBY_RAILS}-${RAILS_VERSION}
@@ -11,7 +11,7 @@ LICENSE=      mit
 
 DEPENDS+=      ${RUBY_ACTIVESUPPORT_DEPENDS}
 DEPENDS+=      ${RUBY_ACTIONPACK_DEPENDS}
-DEPENDS+=      ${RUBY_PKGPREFIX}-thor>=0.18.1<2.0:../../devel/ruby-thor
+DEPENDS+=      ${RUBY_PKGPREFIX}-thor>=0.19.0:../../devel/ruby-thor
 DEPENDS+=      ${RUBY_PKGPREFIX}-method_source-[0-9]*:../../misc/ruby-method_source
 
 USE_LANGUAGES= # none

Index: pkgsrc/devel/ruby-railties52/distinfo
diff -u pkgsrc/devel/ruby-railties52/distinfo:1.2 pkgsrc/devel/ruby-railties52/distinfo:1.3
--- pkgsrc/devel/ruby-railties52/distinfo:1.2   Sun Apr 14 10:34:57 2019
+++ pkgsrc/devel/ruby-railties52/distinfo       Fri Mar 20 15:43:05 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2019/04/14 10:34:57 taca Exp $
+$NetBSD: distinfo,v 1.3 2020/03/20 15:43:05 taca Exp $
 
-SHA1 (railties-5.2.3.gem) = 2a0c7f8779c291adbeebdd8fa28a46c39237d333
-RMD160 (railties-5.2.3.gem) = add7ddad179bf6e300cc14d18edc7a35f31836d1
-SHA512 (railties-5.2.3.gem) = b0896ad609b1b662f2750c70292f26c86d65c025a52ce33372cb51de6069cfb960457c621d8c27aec968f1f7a73cd5609af32fccb82c92f5425cae14f776a3f2
-Size (railties-5.2.3.gem) = 236032 bytes
+SHA1 (railties-5.2.4.2.gem) = f597d9b387fb0de45f5ad7db09dbd5d156f2c61e
+RMD160 (railties-5.2.4.2.gem) = 533d052509f8f71eca9d35e52704f371ae4b1023
+SHA512 (railties-5.2.4.2.gem) = 774c605407f00cfa1d094bdd17d1fd3011404f1f7df16915143144e687ed373170a2ec8ad3c1fa9b3d0b2512bf205743b889e637881175e25c3291f58a3f931f
+Size (railties-5.2.4.2.gem) = 236544 bytes



Home | Main Index | Thread Index | Old Index