Received: by mail.netbsd.org (Postfix, from userid 605) id C3DC384D65; Sun, 13 Sep 2020 15:49:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4B0C384D59 for ; Sun, 13 Sep 2020 15:49:59 +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 b9R8-j06igvX for ; Sun, 13 Sep 2020 15:49:58 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id BF58484D36 for ; Sun, 13 Sep 2020 15:49:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B19D6FB28; Sun, 13 Sep 2020 15:49:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_160001219839110" MIME-Version: 1.0 Date: Sun, 13 Sep 2020 15:49:58 +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: <20200913154958.B19D6FB28@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. --_----------=_160001219839110 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Sep 13 15:49:58 UTC 2020 Modified Files: pkgsrc/devel/ruby-i18n: Makefile distinfo Log Message: devel/ruby-i18n: update to 1.8.55 Update ruby-i18n package to 1.8.55. 1.8.4 (2020-07-20) * Fixed issue where fallbacks were not working when I18n.fallbacks was an array - #534 * Fixed conditional around deprecating constant of INTERPOLATION_PATTERN - #531 1.8.5 (2020-08-04) * Fixed an issue where users could not use their own custom fallback classes - #536 To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 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. --_----------=_160001219839110 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.19 pkgsrc/devel/ruby-i18n/Makefile:1.20 --- pkgsrc/devel/ruby-i18n/Makefile:1.19 Sun Jun 7 07:44:01 2020 +++ pkgsrc/devel/ruby-i18n/Makefile Sun Sep 13 15:49:58 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2020/06/07 07:44:01 taca Exp $ +# $NetBSD: Makefile,v 1.20 2020/09/13 15:49:58 taca Exp $ -DISTNAME= i18n-1.8.3 +DISTNAME= i18n-1.8.5 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/devel/ruby-i18n/distinfo diff -u pkgsrc/devel/ruby-i18n/distinfo:1.19 pkgsrc/devel/ruby-i18n/distinfo:1.20 --- pkgsrc/devel/ruby-i18n/distinfo:1.19 Sun Jun 7 07:44:01 2020 +++ pkgsrc/devel/ruby-i18n/distinfo Sun Sep 13 15:49:58 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.19 2020/06/07 07:44:01 taca Exp $ +$NetBSD: distinfo,v 1.20 2020/09/13 15:49:58 taca Exp $ -SHA1 (i18n-1.8.3.gem) = 95a8279e0de7625176bb69765357d51151e28564 -RMD160 (i18n-1.8.3.gem) = f584c63b94a550c84f07040af59264afb29dd343 -SHA512 (i18n-1.8.3.gem) = 44a3ebe4a224f531637243a4489d57b5a6262f50393ac6af6f2be1fa1f06397b7a7e84282bae77cdd65932ca328ee90d2024dfaae2128a62365f76db4fb6b02c -Size (i18n-1.8.3.gem) = 42496 bytes +SHA1 (i18n-1.8.5.gem) = 383b7a07b6111b119d98379195773d9829e9abaf +RMD160 (i18n-1.8.5.gem) = 512e0c0cf62fb920ae599bb0743aed3651b501e9 +SHA512 (i18n-1.8.5.gem) = 803eb41f448f410dc941c6f9b792a9feb601de6707c265705b61c509750cdeadcf0176db48cc15dfcd6edd7b821f995dc2245585d957933738b8cbf664faef7b +Size (i18n-1.8.5.gem) = 42496 bytes --_----------=_160001219839110--