Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=bzbAkAuD; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=Z/ArDCv/ Received: by mail.netbsd.org (Postfix, from userid 605) id 5C00784D6B; Sun, 5 May 2024 16:33:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714926824; bh=+vIUhHI221Lx/wuQRmxKNoobTWieRh20z+dPlRzlUKk=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=bzbAkAuDZ0OvaSxAW5psQShNumRhlPmfm/4UfgHwGkrBjVNaQEEe8lQ7wy2pGrzGO /ydcXTQPW2CZabNzrDT0xA+k7nKrNKgc7HAnqaXygrfsnwLyq8sLVnLiPLYmbRiF49 kc1f1FyzNYLVFyadvyzOs077V0YuQ7loWhWpHPfI= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4FEF684D80 for ; Sun, 5 May 2024 16:20:11 +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 8kbx1GdgbY9b for ; Sun, 5 May 2024 16:20:10 +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 B22A184D0E for ; Sun, 5 May 2024 16:20:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714926010; bh=+vIUhHI221Lx/wuQRmxKNoobTWieRh20z+dPlRzlUKk=; h=Date:From:Subject:To:Reply-To; b=Z/ArDCv/KVHPqrouGUwzqj2aOZzQUkLZT3vTh2IjUV5eUx8GeQIi4mxSqUmxoJjYZ 64phjqr3PeU4jaStiLU4boMllntduFsEaPkKpQLkgyMDLRpPIjXThu3ZNUGeJGx3nK ElOXIWmZxZeyIAmPTVIAz7JM3bg+EJzamep7TSxo= Received: by cvs.NetBSD.org (Postfix, from userid 500) id A33B4FA2C; Sun, 5 May 2024 16:20:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171492601033150" MIME-Version: 1.0 Date: Sun, 5 May 2024 16:20:10 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-fiber-local To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20240505162010.A33B4FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171492601033150 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun May 5 16:20:10 UTC 2024 Modified Files: pkgsrc/devel/ruby-fiber-local: Makefile PLIST distinfo Log Message: devel/ruby-fiber-local: update to 1.1.0 1.1.0 (2024-05-02) * Use Fiber storage for inheritance/dynamic scope. (#3) * Expose fiber_local_attribute_name and add test. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ruby-fiber-local/Makefile \ pkgsrc/devel/ruby-fiber-local/PLIST \ pkgsrc/devel/ruby-fiber-local/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171492601033150 Content-Disposition: inline Content-Length: 2390 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ruby-fiber-local/Makefile diff -u pkgsrc/devel/ruby-fiber-local/Makefile:1.1 pkgsrc/devel/ruby-fiber-local/Makefile:1.2 --- pkgsrc/devel/ruby-fiber-local/Makefile:1.1 Fri Nov 11 13:25:16 2022 +++ pkgsrc/devel/ruby-fiber-local/Makefile Sun May 5 16:20:10 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2022/11/11 13:25:16 taca Exp $ +# $NetBSD: Makefile,v 1.2 2024/05/05 16:20:10 taca Exp $ -DISTNAME= fiber-local-1.0.0 +DISTNAME= fiber-local-1.1.0 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org @@ -10,5 +10,7 @@ LICENSE= mit USE_LANGUAGES= # none +DEPENDS+= ${RUBY_PKGPREFIX}-fiber-storage>=0:../../devel/ruby-fiber-storage + .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/ruby-fiber-local/PLIST diff -u pkgsrc/devel/ruby-fiber-local/PLIST:1.1 pkgsrc/devel/ruby-fiber-local/PLIST:1.2 --- pkgsrc/devel/ruby-fiber-local/PLIST:1.1 Fri Nov 11 13:25:16 2022 +++ pkgsrc/devel/ruby-fiber-local/PLIST Sun May 5 16:20:10 2024 @@ -1,5 +1,7 @@ -@comment $NetBSD: PLIST,v 1.1 2022/11/11 13:25:16 taca Exp $ +@comment $NetBSD: PLIST,v 1.2 2024/05/05 16:20:10 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/lib/fiber/local.rb ${GEM_LIBDIR}/lib/fiber/local/version.rb +${GEM_LIBDIR}/license.md +${GEM_LIBDIR}/readme.md ${GEM_HOME}/specifications/${GEM_NAME}.gemspec Index: pkgsrc/devel/ruby-fiber-local/distinfo diff -u pkgsrc/devel/ruby-fiber-local/distinfo:1.1 pkgsrc/devel/ruby-fiber-local/distinfo:1.2 --- pkgsrc/devel/ruby-fiber-local/distinfo:1.1 Fri Nov 11 13:25:16 2022 +++ pkgsrc/devel/ruby-fiber-local/distinfo Sun May 5 16:20:10 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2022/11/11 13:25:16 taca Exp $ +$NetBSD: distinfo,v 1.2 2024/05/05 16:20:10 taca Exp $ -BLAKE2s (fiber-local-1.0.0.gem) = b40360e972ac7b3b9d0311c5c20ac954febb933bf38716d3cb5b10695ae8a95f -SHA512 (fiber-local-1.0.0.gem) = 6784f91c8eb37c553e34e476cc85bf5b985b086913e045dcecc28e2b5ead093d158e10d51f6d7a0e1f16a3e466825ec1fe771071a4688301befd327b78013e81 -Size (fiber-local-1.0.0.gem) = 5632 bytes +BLAKE2s (fiber-local-1.1.0.gem) = 0f928ef5ea718f26dd91ed162ad660919bd4829d155faa9bfd03d2217d2d698b +SHA512 (fiber-local-1.1.0.gem) = 2c6563bc72a3fdcb9e640ae6b190e1f6b59d697d7a45dfa14811d03ee18e4ba5f8f659305f917a26c47b2495449ae7d6bd654ec12cea39509e4b205e720c67c5 +Size (fiber-local-1.1.0.gem) = 10752 bytes --_----------=_171492601033150--