Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id A88621A923A for ; Sat, 11 Dec 2021 14:22:30 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id B4A1484EF2; Sat, 11 Dec 2021 14:22:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EFF1684E76 for ; Sat, 11 Dec 2021 14:22:28 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 1GnZXVjxpUeT for ; Sat, 11 Dec 2021 14:22:28 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7128184CE8 for ; Sat, 11 Dec 2021 14:22:28 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6AA29FAEC; Sat, 11 Dec 2021 14:22:28 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1639232548120590" MIME-Version: 1.0 Date: Sat, 11 Dec 2021 14:22:28 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/sysutils/ruby-specinfra To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20211211142228.6AA29FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1639232548120590 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sat Dec 11 14:22:28 UTC 2021 Modified Files: pkgsrc/sysutils/ruby-specinfra: Makefile distinfo Log Message: sysutils/ruby-specinfra 2.83.0 (2021-10-21) * Remove fallback from checking services to checking processes 2.83.1 (2021-10-26) * Use 'onestatus' to check if services are running on FreeBSD * Remove Ruby 1.9 from CI and add 2.7 and 3.0 To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/sysutils/ruby-specinfra/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/sysutils/ruby-specinfra/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1639232548120590 Content-Disposition: inline Content-Length: 1591 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/ruby-specinfra/Makefile diff -u pkgsrc/sysutils/ruby-specinfra/Makefile:1.11 pkgsrc/sysutils/ruby-specinfra/Makefile:1.12 --- pkgsrc/sysutils/ruby-specinfra/Makefile:1.11 Tue Jun 1 14:50:56 2021 +++ pkgsrc/sysutils/ruby-specinfra/Makefile Sat Dec 11 14:22:28 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2021/06/01 14:50:56 taca Exp $ +# $NetBSD: Makefile,v 1.12 2021/12/11 14:22:28 taca Exp $ -DISTNAME= specinfra-2.82.25 +DISTNAME= specinfra-2.83.1 CATEGORIES= sysutils MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/sysutils/ruby-specinfra/distinfo diff -u pkgsrc/sysutils/ruby-specinfra/distinfo:1.12 pkgsrc/sysutils/ruby-specinfra/distinfo:1.13 --- pkgsrc/sysutils/ruby-specinfra/distinfo:1.12 Tue Oct 26 11:20:10 2021 +++ pkgsrc/sysutils/ruby-specinfra/distinfo Sat Dec 11 14:22:28 2021 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2021/10/26 11:20:10 nia Exp $ +$NetBSD: distinfo,v 1.13 2021/12/11 14:22:28 taca Exp $ -BLAKE2s (specinfra-2.82.25.gem) = 421563e8738a122f61aaab09f0aafc042dbbc144687463145951a68c64831af6 -SHA512 (specinfra-2.82.25.gem) = 4ab876c7796b0cb6467277ee4e81424f68aa1ae3c4a8dabdd6787871926a12f234ecbaf2f5e851913c270d9af7cda1de428820fc3ad202f5aab82d06c1800dbb -Size (specinfra-2.82.25.gem) = 89600 bytes +BLAKE2s (specinfra-2.83.1.gem) = 0ebe0550d4860bf8b10602a89fadba73485cef9470e7acc3506bac64b9927169 +SHA512 (specinfra-2.83.1.gem) = bbf152e6fc404e1875849444f171722d6bf782feece3f620d7cda1b60b36f3941709cdf072a213d50df8f4e465fa9136828d8d1f00df34501a3a2f12b9bf50f6 +Size (specinfra-2.83.1.gem) = 90624 bytes --_----------=_1639232548120590--