Received: by mail.netbsd.org (Postfix, from userid 605) id 3FF1084D75; Wed, 30 Oct 2019 15:03:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BA8E884D54 for ; Wed, 30 Oct 2019 15:03:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 5YbvQaM3iU_H for ; Wed, 30 Oct 2019 15:03:24 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 30EE484D47 for ; Wed, 30 Oct 2019 15:03:24 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 25DBAFA8E; Wed, 30 Oct 2019 15:03:24 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_157244780453720" MIME-Version: 1.0 Date: Wed, 30 Oct 2019 15:03:24 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-i18n To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20191030150324.25DBAFA8E@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_157244780453720 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Wed Oct 30 15:03:24 UTC 2019 Modified Files: pkgsrc/devel/ruby-i18n: Makefile distinfo Log Message: devel/ruby-i18n: update to 1.7.0 Update ruby-i18n to 1.7.0. 1.7.0 (2019-10-04) No documantation is available. Please refer: 1.6.0 (2019-03-03) Major updates *Added support for eagerloading I18n -- which probably improves boot times for applications if implemented correctly - See #469 for more details. * Added ability to disable I18n translation resolution by setting I18n.locale = false. See #471 for more information. Bugfixes / other improvements * Add support for uppercased date format directives - #468 Other changes * Fixed flaky test issue with JRuby - #459 / #460 * gemspec homepage now points to ruby-i18n/i18n - #465 * Update README to point to ruby-i18n/i18n - #473 To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/ruby-i18n/Makefile \ pkgsrc/devel/ruby-i18n/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_157244780453720 Content-Disposition: inline Content-Length: 1538 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ruby-i18n/Makefile diff -u pkgsrc/devel/ruby-i18n/Makefile:1.16 pkgsrc/devel/ruby-i18n/Makefile:1.17 --- pkgsrc/devel/ruby-i18n/Makefile:1.16 Sun Feb 3 15:12:37 2019 +++ pkgsrc/devel/ruby-i18n/Makefile Wed Oct 30 15:03:23 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2019/02/03 15:12:37 taca Exp $ +# $NetBSD: Makefile,v 1.17 2019/10/30 15:03:23 taca Exp $ -DISTNAME= i18n-1.5.3 +DISTNAME= i18n-1.7.0 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/devel/ruby-i18n/distinfo diff -u pkgsrc/devel/ruby-i18n/distinfo:1.16 pkgsrc/devel/ruby-i18n/distinfo:1.17 --- pkgsrc/devel/ruby-i18n/distinfo:1.16 Sun Feb 3 15:12:37 2019 +++ pkgsrc/devel/ruby-i18n/distinfo Wed Oct 30 15:03:23 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.16 2019/02/03 15:12:37 taca Exp $ +$NetBSD: distinfo,v 1.17 2019/10/30 15:03:23 taca Exp $ -SHA1 (i18n-1.5.3.gem) = 0aa0b0c281392305ab2a6af82e0a70fb0957a872 -RMD160 (i18n-1.5.3.gem) = a91e8cbacc8eebaf1d3e63dcd87f1d52851b983d -SHA512 (i18n-1.5.3.gem) = 88c12771903f9d2743e0f8fd3c82f9ee8a331a802e0e5c84c9e30aaaf1d4af4f1dbaf35d21a2b08c0182f075fe98bef3ba25df947034669b1c9a2ff0f933c90e -Size (i18n-1.5.3.gem) = 41472 bytes +SHA1 (i18n-1.7.0.gem) = eeb932a9d8acee87933484ec97c292695fa2b040 +RMD160 (i18n-1.7.0.gem) = 18b5e9be296af9dd3505d2bf1c77521026d950f9 +SHA512 (i18n-1.7.0.gem) = 20cb18797a76479eb289812daf4ba593d1a4dfcb8ca645e5d779a39f5c4eda57ca994606b8e7527006898e7d5af6de7b66f34c9f02ecfff6efad5620c1993c3c +Size (i18n-1.7.0.gem) = 41984 bytes --_----------=_157244780453720--