Received: by mail.netbsd.org (Postfix, from userid 605) id ED23A84E91; Tue, 6 Sep 2022 00:06:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C269384E81 for ; Tue, 6 Sep 2022 00:03:37 +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 A0FmcKLEYHOS for ; Tue, 6 Sep 2022 00:03:37 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2360E84D50 for ; Tue, 6 Sep 2022 00:03:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1C6AFFA90; Tue, 6 Sep 2022 00:03:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1662422617132100" MIME-Version: 1.0 Date: Tue, 6 Sep 2022 00:03:37 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/databases/ruby-activeldap To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20220906000337.1C6AFFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1662422617132100 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Tue Sep 6 00:03:37 UTC 2022 Modified Files: pkgsrc/databases/ruby-activeldap: Makefile Log Message: databases/ruby-activeldap: avoid build with ruby26 To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 pkgsrc/databases/ruby-activeldap/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1662422617132100 Content-Disposition: inline Content-Length: 735 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/ruby-activeldap/Makefile diff -u pkgsrc/databases/ruby-activeldap/Makefile:1.25 pkgsrc/databases/ruby-activeldap/Makefile:1.26 --- pkgsrc/databases/ruby-activeldap/Makefile:1.25 Thu Sep 1 15:20:46 2022 +++ pkgsrc/databases/ruby-activeldap/Makefile Tue Sep 6 00:03:36 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2022/09/01 15:20:46 taca Exp $ +# $NetBSD: Makefile,v 1.26 2022/09/06 00:03:36 taca Exp $ DISTNAME= activeldap-6.1.0 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/activeldap-/activeldap${RUBY_RAILS}-/} @@ -19,5 +19,7 @@ USE_LANGUAGES= # none RUBY_RAILS_ACCEPTED= # empty +RUBY_VERSIONS_INCOMPATIBLE= 26 + .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1662422617132100--