Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=JpcRx+/9; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=A36V0aPT Received: by mail.netbsd.org (Postfix, from userid 605) id CA22484D51; Sun, 24 Mar 2024 14:09:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1711289346; bh=GaD0wsGH0Gp+OGezedsj4fv4xJdQYjXs3JhpTYyr7xg=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=JpcRx+/9G79IgCm0u5AljAWIPNtW21lVnmiuONSuySDgIpXOO15ute0FE3kpgcQdi Y9QmuCjRNX+ok+0qf0h5oWDGKQwcCmDFvNyCFRvFAhF9NHK41pJjNrOUWLUkHxy1y5 yIYeEABE3WmGEVlF2dvr2Sv9T3+IIA+ZsmcH92+Q= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B9A7584D1D for ; Sun, 24 Mar 2024 14:09:04 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=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 wQuSx6_ehX1I for ; Sun, 24 Mar 2024 14:09:04 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2C82684CC9 for ; Sun, 24 Mar 2024 14:09:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1711289344; bh=GaD0wsGH0Gp+OGezedsj4fv4xJdQYjXs3JhpTYyr7xg=; h=Date:From:Subject:To:Reply-To; b=A36V0aPT/SoO6Rs4O0xY1tP9n2RNJKwrK4oMwlumdAnGgAGS5QVn0G+j8lxMEir+i YjGwW2ruqQedyMevex1l0ZXCBOfBQLDAHOcTHHa+ayIqWI06q8nWCTDzEQ4vc21JRn /4BbOlsGHmUJJhnam/wrYmQ/edY4CwNXyHQ8BMqY= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1DCF0FA2C; Sun, 24 Mar 2024 14:09:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171128934442040" MIME-Version: 1.0 Date: Sun, 24 Mar 2024 14:09:04 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-locale To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20240324140904.1DCF0FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171128934442040 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Mar 24 14:09:04 UTC 2024 Modified Files: pkgsrc/devel/ruby-locale: Makefile distinfo Log Message: devel/ruby-locale: update to 2.1.4 * Update HOMEPAGE. 2.1.4 (2024-03-18) Fixes * Locale::Middleware: Fixed a bug that lang cookie and Accept-Language/Accept-Charset HTTP headers never used. - GH-15 - GH-16 - Patch by OZAWA Sakuro Thanks * OZAWA Sakuro To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/ruby-locale/Makefile \ pkgsrc/devel/ruby-locale/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171128934442040 Content-Disposition: inline Content-Length: 1687 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ruby-locale/Makefile diff -u pkgsrc/devel/ruby-locale/Makefile:1.9 pkgsrc/devel/ruby-locale/Makefile:1.10 --- pkgsrc/devel/ruby-locale/Makefile:1.9 Mon Mar 23 15:36:04 2020 +++ pkgsrc/devel/ruby-locale/Makefile Sun Mar 24 14:09:03 2024 @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.9 2020/03/23 15:36:04 taca Exp $ +# $NetBSD: Makefile,v 1.10 2024/03/24 14:09:03 taca Exp $ -DISTNAME= locale-2.1.3 +DISTNAME= locale-2.1.4 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://ruby-gettext.github.com/ +HOMEPAGE= https://ruby-gettext.github.io/ COMMENT= Pure ruby library which provides basic APIs for localization LICENSE= ruby-license OR gnu-lgpl-v3 Index: pkgsrc/devel/ruby-locale/distinfo diff -u pkgsrc/devel/ruby-locale/distinfo:1.9 pkgsrc/devel/ruby-locale/distinfo:1.10 --- pkgsrc/devel/ruby-locale/distinfo:1.9 Tue Oct 26 10:19:36 2021 +++ pkgsrc/devel/ruby-locale/distinfo Sun Mar 24 14:09:03 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2021/10/26 10:19:36 nia Exp $ +$NetBSD: distinfo,v 1.10 2024/03/24 14:09:03 taca Exp $ -BLAKE2s (locale-2.1.3.gem) = 6d1c649842d063511789883c22fb9ddc29b441c628d36c06176cf113d5e4b46e -SHA512 (locale-2.1.3.gem) = 09e305e4aa3359eebe87ceef1c4cdd8ad87c57d08daafb3c0bcdc31c05a82784ae0e2b2e5113dea5fbd22b641e707961d880f4274f36454ec7b2927ba396f986 -Size (locale-2.1.3.gem) = 103936 bytes +BLAKE2s (locale-2.1.4.gem) = f86e91d49650837d33a5b5dea99932ab8d453a5f31798357a2ed2d451fd50b17 +SHA512 (locale-2.1.4.gem) = 391e07ea2116b00cf2b93c06512b9076b4b0739c8fb4959eb2fbb248fefc999103ddb69450aed5e4db281c57df7dd669c81db470f1f94d4d13ff3f2adb32ea23 +Size (locale-2.1.4.gem) = 103936 bytes --_----------=_171128934442040--