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 DC0941A9239 for ; Sun, 7 Nov 2021 17:21:21 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 54CEB84D67; Sun, 7 Nov 2021 17:21:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8B72484D2E for ; Sun, 7 Nov 2021 17:21:20 +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 p1_Zt3jh2TeR for ; Sun, 7 Nov 2021 17:21:20 +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 DB75784CD9 for ; Sun, 7 Nov 2021 17:21:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D3578FAEC; Sun, 7 Nov 2021 17:21:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_163630567959440" MIME-Version: 1.0 Date: Sun, 7 Nov 2021 17:21:19 +0000 From: "Pierre Pronchery" Subject: CVS commit: pkgsrc/devel/ruby-redmine To: pkgsrc-changes@NetBSD.org Reply-To: khorben@netbsd.org X-Mailer: log_accum Message-Id: <20211107172119.D3578FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_163630567959440 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: khorben Date: Sun Nov 7 17:21:19 UTC 2021 Modified Files: pkgsrc/devel/ruby-redmine: redmine.mk Log Message: Typo in an error message NFCI To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/ruby-redmine/redmine.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_163630567959440 Content-Disposition: inline Content-Length: 747 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ruby-redmine/redmine.mk diff -u pkgsrc/devel/ruby-redmine/redmine.mk:1.3 pkgsrc/devel/ruby-redmine/redmine.mk:1.4 --- pkgsrc/devel/ruby-redmine/redmine.mk:1.3 Tue Aug 31 15:05:02 2021 +++ pkgsrc/devel/ruby-redmine/redmine.mk Sun Nov 7 17:21:19 2021 @@ -1,4 +1,4 @@ -# $NetBSD: redmine.mk,v 1.3 2021/08/31 15:05:02 taca Exp $ +# $NetBSD: redmine.mk,v 1.4 2021/11/07 17:21:19 khorben Exp $ .if !defined(_RUBY_REDMINE_MK) _RUBY_REDMINE_MK= # defined @@ -41,7 +41,7 @@ RM_VERSIONS_SUPPORTED?= 42 41 RM_VERSION_DEFAULT?= 42 RM_VERSIONS_SUPPORTED?= 42 .else -.error "There is no remine support Ruby ${RUBY_VERSION}" +.error "There is no redmine support Ruby ${RUBY_VERSION}" .endif RM_VERSION?= # empty --_----------=_163630567959440--