Received: by mail.netbsd.org (Postfix, from userid 605) id 5EF9B84D97; Sun, 15 Mar 2020 15:32:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DC72D84D63 for ; Sun, 15 Mar 2020 15:32:37 +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 q7wEDSpeJx3W for ; Sun, 15 Mar 2020 15:32:37 +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 4436B84D28 for ; Sun, 15 Mar 2020 15:32:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 41CCEFB27; Sun, 15 Mar 2020 15:32:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1584286357116770" MIME-Version: 1.0 Date: Sun, 15 Mar 2020 15:32:37 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/x11/ruby-tk-gem To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20200315153237.41CCEFB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1584286357116770 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Mar 15 15:32:37 UTC 2020 Modified Files: pkgsrc/x11/ruby-tk-gem: Makefile Log Message: x11/ruby-tk-gem: allow build with ruby27-base Allow build package with ruby27-base. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/x11/ruby-tk-gem/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1584286357116770 Content-Disposition: inline Content-Length: 732 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/ruby-tk-gem/Makefile diff -u pkgsrc/x11/ruby-tk-gem/Makefile:1.6 pkgsrc/x11/ruby-tk-gem/Makefile:1.7 --- pkgsrc/x11/ruby-tk-gem/Makefile:1.6 Sun Dec 29 16:59:24 2019 +++ pkgsrc/x11/ruby-tk-gem/Makefile Sun Mar 15 15:32:37 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2019/12/29 16:59:24 taca Exp $ +# $NetBSD: Makefile,v 1.7 2020/03/15 15:32:37 taca Exp $ DISTNAME= tk-0.2.0 PKGREVISION= 1 @@ -9,7 +9,7 @@ HOMEPAGE= https://github.com/ruby/tk COMMENT= Tk interface module using tcltklib LICENSE= 2-clause-bsd -RUBY_VERSIONS_ACCEPTED= 24 25 26 +RUBY_VERSIONS_ACCEPTED= 24 25 26 27 CONFIGURE_ARGS+= --with-X11-dir=${X11BASE:Q} \ --with-X11-lib=${BUILDLINK_PREFIX.libX11}/lib --_----------=_1584286357116770--