Received: by mail.netbsd.org (Postfix, from userid 605) id EFE2084ECF; Tue, 29 Nov 2022 12:39:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2C39B84ECE for ; Tue, 29 Nov 2022 12:39:06 +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 i_DVovQltbnN for ; Tue, 29 Nov 2022 12:39:05 +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 9DC6A84D2D for ; Tue, 29 Nov 2022 12:39:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4F8A6FA90; Tue, 29 Nov 2022 12:39:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1669725545190350" MIME-Version: 1.0 Date: Tue, 29 Nov 2022 12:39:05 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-contracts To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20221129123905.4F8A6FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1669725545190350 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Tue Nov 29 12:39:05 UTC 2022 Modified Files: pkgsrc/devel/ruby-contracts: Makefile distinfo Log Message: devel/ruby-contracts: update to 0.17 0.17 (2021-05-17) No release note nor changelog for 0.17, but 0.17 add support for Ruby 3.0. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/ruby-contracts/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/ruby-contracts/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1669725545190350 Content-Disposition: inline Content-Length: 1698 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ruby-contracts/Makefile diff -u pkgsrc/devel/ruby-contracts/Makefile:1.3 pkgsrc/devel/ruby-contracts/Makefile:1.4 --- pkgsrc/devel/ruby-contracts/Makefile:1.3 Tue May 4 08:19:51 2021 +++ pkgsrc/devel/ruby-contracts/Makefile Tue Nov 29 12:39:05 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2021/05/04 08:19:51 taca Exp $ +# $NetBSD: Makefile,v 1.4 2022/11/29 12:39:05 taca Exp $ -DISTNAME= contracts-0.16.1 +DISTNAME= contracts-0.17 CATEGORIES= devel MAINTAINER= minskim@NetBSD.org @@ -10,5 +10,7 @@ LICENSE= 2-clause-bsd USE_LANGUAGES= # none +RUBY_VERSIONS_ACCEPTED= 30 31 + .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/ruby-contracts/distinfo diff -u pkgsrc/devel/ruby-contracts/distinfo:1.5 pkgsrc/devel/ruby-contracts/distinfo:1.6 --- pkgsrc/devel/ruby-contracts/distinfo:1.5 Tue Oct 26 10:19:28 2021 +++ pkgsrc/devel/ruby-contracts/distinfo Tue Nov 29 12:39:05 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2021/10/26 10:19:28 nia Exp $ +$NetBSD: distinfo,v 1.6 2022/11/29 12:39:05 taca Exp $ -BLAKE2s (contracts-0.16.1.gem) = 95af6f521f6c726b4107a734ed37bdc30cdd14f83276519cb0786a0637daa5eb -SHA512 (contracts-0.16.1.gem) = bc182431de9efbc6d23603c68a64eddcd3f27ea1ac8c2c9ff00840cf38d2f58ba595304127e6b43e504d3aa387559a5c1429b671dadac175d3a4ad2c02edbf6a -Size (contracts-0.16.1.gem) = 57856 bytes +BLAKE2s (contracts-0.17.gem) = cac0721c9bcad6822b0cfdd67b8a6354324583fe74df41e412935c4318125e26 +SHA512 (contracts-0.17.gem) = bce1417e7b505ec35b43917d53cbdb175995ff877da2a6122e08b3c7e537d557785987a0110006525dd079f09d574be3f5f4793154f99ac91c32f83662fa311b +Size (contracts-0.17.gem) = 58368 bytes --_----------=_1669725545190350--