pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-activesupport42



Module Name:    pkgsrc
Committed By:   taca
Date:           Tue Mar 13 16:29:26 UTC 2018

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

Log Message:
devel/ruby-activesupport42: update to 4.2.10

## Rails 4.2.10 (September 27, 2017) ##

*   No changes.

## Rails 4.2.9 (June 26, 2017) ##

*   Fixed bug in `DateAndTime::Compatibility#to_time` that caused it to
    raise `RuntimeError: can't modify frozen Time` when called on any frozen `Time`.
    Properly pass through the frozen `Time` or `ActiveSupport::TimeWithZone` object
    when calling `#to_time`.

    *Kevin McPhillips* & *Andrew White*

*   Restore the return type of `DateTime#utc`

    In Rails 5.0 the return type of `DateTime#utc` was changed to `Time` to be
    consistent with the new `DateTime#localtime` method. When these changes were
    backported in #27553 this inadvertently changed the return type in a patcn
    release. Since `DateTime#localtime` was new in Rails 4.2.8 it's okay to
    restore the return type of `DateTime#utc` but keep `DateTime#localtime` as
    returning `Time` without breaking backwards compatibility.

    *Andrew White*

*   In Core Extensions, make `MarshalWithAutoloading#load` pass through the second, optional
    argument for `Marshal#load( source [, proc] )`. This way we don't have to do
    `Marshal.method(:load).super_method.call(sourse, proc)` just to be able to pass a proc.

    *Jeff Latz*

*   Cache `ActiveSupport::TimeWithZone#to_datetime` before freezing.

    *Adam Rice*

*   `AS::Testing::TimeHelpers#travel_to` now changes `DateTime.now` as well as
    `Time.now` and `Date.today`.

    *Yuki Nishijima*


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/ruby-activesupport42/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ruby-activesupport42/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-activesupport42/Makefile
diff -u pkgsrc/devel/ruby-activesupport42/Makefile:1.3 pkgsrc/devel/ruby-activesupport42/Makefile:1.4
--- pkgsrc/devel/ruby-activesupport42/Makefile:1.3      Thu Jan  4 13:15:19 2018
+++ pkgsrc/devel/ruby-activesupport42/Makefile  Tue Mar 13 16:29:26 2018
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2018/01/04 13:15:19 taca Exp $
+# $NetBSD: Makefile,v 1.4 2018/03/13 16:29:26 taca Exp $
 
 DISTNAME=      activesupport-${RAILS_VERSION}
 PKGNAME=       ${RUBY_PKGPREFIX}-activesupport${RUBY_RAILS}-${RAILS_VERSION}
-PKGREVISION=   1
 CATEGORIES=    devel
 
 MAINTAINER=    minskim%NetBSD.org@localhost

Index: pkgsrc/devel/ruby-activesupport42/distinfo
diff -u pkgsrc/devel/ruby-activesupport42/distinfo:1.1 pkgsrc/devel/ruby-activesupport42/distinfo:1.2
--- pkgsrc/devel/ruby-activesupport42/distinfo:1.1      Fri Apr 14 08:00:26 2017
+++ pkgsrc/devel/ruby-activesupport42/distinfo  Tue Mar 13 16:29:26 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/04/14 08:00:26 minskim Exp $
+$NetBSD: distinfo,v 1.2 2018/03/13 16:29:26 taca Exp $
 
-SHA1 (activesupport-4.2.8.gem) = 7f3383216dd88dd9317447d619a7c671aa362115
-RMD160 (activesupport-4.2.8.gem) = cb662ade5c7dc4375ec87d342a070672735a0b3a
-SHA512 (activesupport-4.2.8.gem) = ef75c6396a34b900502f94c8b1e9fe0cfc9d38034af7ca6ba469c364ee186ea15ec2a5906143ea4c695af582eb3de53dea0d19d41304e6d618648792bfedd048
-Size (activesupport-4.2.8.gem) = 332800 bytes
+SHA1 (activesupport-4.2.10.gem) = b666bfe662b44da7c576e401a8f9545b149c7ce8
+RMD160 (activesupport-4.2.10.gem) = e06517aa4bbc3718548855d14cd41c63828c3afd
+SHA512 (activesupport-4.2.10.gem) = 78f02e111fc01348f728895cabe9be1b1b009f767fbd828e5b1428ca2f0ac822f743d0da89272b4664f00a7fb1a236854f8b6b9b37c27d820d00a7c5bd8b10e3
+Size (activesupport-4.2.10.gem) = 333824 bytes



Home | Main Index | Thread Index | Old Index