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 14B401A921F for ; Sun, 27 Mar 2022 06:31:59 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 321C884D39; Sun, 27 Mar 2022 06:31:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6CB5B84CEE for ; Sun, 27 Mar 2022 06:31:57 +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 TnV5Y-PequNK for ; Sun, 27 Mar 2022 06:31:56 +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 9B09E84CE7 for ; Sun, 27 Mar 2022 06:31:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9459DFB24; Sun, 27 Mar 2022 06:31:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1648362716256980" MIME-Version: 1.0 Date: Sun, 27 Mar 2022 06:31:56 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220327063156.9459DFB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1648362716256980 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Mar 27 06:31:56 UTC 2022 Modified Files: pkgsrc/devel/ruby-activesupport52: Makefile pkgsrc/devel/ruby-activesupport60: Makefile pkgsrc/devel/ruby-activesupport61: Makefile pkgsrc/devel/ruby-activesupport70: Makefile Log Message: *: fix typo in comment To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ruby-activesupport52/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/ruby-activesupport60/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/ruby-activesupport61/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/ruby-activesupport70/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1648362716256980 Content-Disposition: inline Content-Length: 4068 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ruby-activesupport52/Makefile diff -u pkgsrc/devel/ruby-activesupport52/Makefile:1.1 pkgsrc/devel/ruby-activesupport52/Makefile:1.2 --- pkgsrc/devel/ruby-activesupport52/Makefile:1.1 Sun Mar 3 14:44:26 2019 +++ pkgsrc/devel/ruby-activesupport52/Makefile Sun Mar 27 06:31:56 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2019/03/03 14:44:26 taca Exp $ +# $NetBSD: Makefile,v 1.2 2022/03/27 06:31:56 wiz Exp $ DISTNAME= activesupport-${RAILS_VERSION} PKGNAME= ${RUBY_PKGPREFIX}-activesupport${RUBY_RAILS}-${RAILS_VERSION} @@ -12,7 +12,7 @@ LICENSE= mit DEPENDS+= ${RUBY_PKGPREFIX}-i18n>=0.7<2:../../devel/ruby-i18n DEPENDS+= ${RUBY_PKGPREFIX}-concurrent-ruby>=1.0.2:../../devel/ruby-concurrent-ruby DEPENDS+= ${RUBY_PKGPREFIX}-tzinfo1>=1.1<2:../../time/ruby-tzinfo1 -# minitest 5.4.3 is bundlerd with Ruby 2.2 and later. +# minitest 5.4.3 is bundled with Ruby 2.2 and later. #DEPENDS+= ${RUBY_PKGPREFIX}-minitest>=5.1<6:../../devel/ruby-minitest USE_LANGUAGES= # none Index: pkgsrc/devel/ruby-activesupport60/Makefile diff -u pkgsrc/devel/ruby-activesupport60/Makefile:1.3 pkgsrc/devel/ruby-activesupport60/Makefile:1.4 --- pkgsrc/devel/ruby-activesupport60/Makefile:1.3 Thu May 21 16:04:22 2020 +++ pkgsrc/devel/ruby-activesupport60/Makefile Sun Mar 27 06:31:56 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2020/05/21 16:04:22 taca Exp $ +# $NetBSD: Makefile,v 1.4 2022/03/27 06:31:56 wiz Exp $ DISTNAME= activesupport-${RAILS_VERSION} PKGNAME= ${RUBY_PKGPREFIX}-activesupport${RUBY_RAILS}-${RAILS_VERSION} @@ -10,7 +10,7 @@ COMMENT= Toolkit of support libraries (p LICENSE= mit DEPENDS+= ${RUBY_PKGPREFIX}-i18n>=0.7<2:../../devel/ruby-i18n -# minitest 5.4.3 is bundlerd with Ruby 2.2 and later. +# minitest 5.4.3 is bundled with Ruby 2.2 and later. #DEPENDS+= ${RUBY_PKGPREFIX}-minitest>=5.1<6:../../devel/ruby-minitest DEPENDS+= ${RUBY_PKGPREFIX}-tzinfo1>=1.1<2:../../time/ruby-tzinfo1 DEPENDS+= ${RUBY_PKGPREFIX}-concurrent-ruby>=1.0.2:../../devel/ruby-concurrent-ruby Index: pkgsrc/devel/ruby-activesupport61/Makefile diff -u pkgsrc/devel/ruby-activesupport61/Makefile:1.2 pkgsrc/devel/ruby-activesupport61/Makefile:1.3 --- pkgsrc/devel/ruby-activesupport61/Makefile:1.2 Sun Mar 27 06:29:57 2022 +++ pkgsrc/devel/ruby-activesupport61/Makefile Sun Mar 27 06:31:56 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2022/03/27 06:29:57 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2022/03/27 06:31:56 wiz Exp $ DISTNAME= activesupport-${RAILS_VERSION} PKGNAME= ${RUBY_PKGPREFIX}-activesupport${RUBY_RAILS}-${RAILS_VERSION} @@ -13,7 +13,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-i18n>=1.6:.. DEPENDS+= ${RUBY_PKGPREFIX}-tzinfo>=2.0<3:../../time/ruby-tzinfo DEPENDS+= ${RUBY_PKGPREFIX}-concurrent-ruby>=1.0<2:../../devel/ruby-concurrent-ruby DEPENDS+= ${RUBY_PKGPREFIX}-zeitwerk>=2.2<3:../../devel/ruby-zeitwerk -# minitest 5.4.3 is bundlerd with Ruby 2.2 and later. +# minitest 5.4.3 is bundled with Ruby 2.2 and later. #DEPENDS+= ${RUBY_PKGPREFIX}-minitest>=5.1<6:../../devel/ruby-minitest USE_LANGUAGES= # none Index: pkgsrc/devel/ruby-activesupport70/Makefile diff -u pkgsrc/devel/ruby-activesupport70/Makefile:1.2 pkgsrc/devel/ruby-activesupport70/Makefile:1.3 --- pkgsrc/devel/ruby-activesupport70/Makefile:1.2 Sun Mar 27 06:29:59 2022 +++ pkgsrc/devel/ruby-activesupport70/Makefile Sun Mar 27 06:31:56 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2022/03/27 06:29:59 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2022/03/27 06:31:56 wiz Exp $ DISTNAME= activesupport-${RAILS_VERSION} PKGNAME= ${RUBY_PKGPREFIX}-activesupport${RUBY_RAILS}-${RAILS_VERSION} @@ -12,7 +12,7 @@ LICENSE= mit DEPENDS+= ${RUBY_PKGPREFIX}-i18n>=1.6:../../devel/ruby-i18n DEPENDS+= ${RUBY_PKGPREFIX}-tzinfo>=2.0<3:../../time/ruby-tzinfo DEPENDS+= ${RUBY_PKGPREFIX}-concurrent-ruby>=1.0<2:../../devel/ruby-concurrent-ruby -# minitest 5.4.3 is bundlerd with Ruby 2.2 and later. +# minitest 5.4.3 is bundled with Ruby 2.2 and later. #DEPENDS+= ${RUBY_PKGPREFIX}-minitest>=5.1<6:../../devel/ruby-minitest USE_LANGUAGES= # none --_----------=_1648362716256980--