Received: by mail.netbsd.org (Postfix, from userid 605) id B28EF84D58; Sun, 20 Sep 2020 15:44:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3A0E284D54 for ; Sun, 20 Sep 2020 15:44:05 +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 SajuJqWDVFZB for ; Sun, 20 Sep 2020 15:44:04 +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 9D25D84CDA for ; Sun, 20 Sep 2020 15:44:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9A128FB28; Sun, 20 Sep 2020 15:44:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1600616644214480" MIME-Version: 1.0 Date: Sun, 20 Sep 2020 15:44:04 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20200920154404.9A128FB28@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. --_----------=_1600616644214480 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Sep 20 15:44:04 UTC 2020 Modified Files: pkgsrc/devel/ruby-bond: Makefile pkgsrc/devel/ruby-iruby: Makefile pkgsrc/net/ruby-ffi-rzmq: Makefile pkgsrc/net/ruby-ffi-rzmq-core: Makefile pkgsrc/www/ruby-data_uri: Makefile Log Message: Add "USE_LANGUAGES= # none" for pure Ruby packages. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ruby-bond/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ruby-iruby/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/ruby-ffi-rzmq/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/ruby-ffi-rzmq-core/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/ruby-data_uri/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1600616644214480 Content-Disposition: inline Content-Length: 3319 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ruby-bond/Makefile diff -u pkgsrc/devel/ruby-bond/Makefile:1.1 pkgsrc/devel/ruby-bond/Makefile:1.2 --- pkgsrc/devel/ruby-bond/Makefile:1.1 Sun Sep 20 05:41:16 2020 +++ pkgsrc/devel/ruby-bond/Makefile Sun Sep 20 15:44:03 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2020/09/20 05:41:16 ryoon Exp $ +# $NetBSD: Makefile,v 1.2 2020/09/20 15:44:03 taca Exp $ DISTNAME= bond-0.5.1 CATEGORIES= devel @@ -8,5 +8,7 @@ HOMEPAGE= http://tagaholic.me/bond/ COMMENT= Improve autocompletion in Ruby LICENSE= mit +USE_LANGUAGES= # none + .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/ruby-iruby/Makefile diff -u pkgsrc/devel/ruby-iruby/Makefile:1.1 pkgsrc/devel/ruby-iruby/Makefile:1.2 --- pkgsrc/devel/ruby-iruby/Makefile:1.1 Sun Sep 20 08:57:32 2020 +++ pkgsrc/devel/ruby-iruby/Makefile Sun Sep 20 15:44:04 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2020/09/20 08:57:32 ryoon Exp $ +# $NetBSD: Makefile,v 1.2 2020/09/20 15:44:04 taca Exp $ DISTNAME= iruby-0.4.0 CATEGORIES= devel @@ -19,6 +19,8 @@ DEPENDS+= ${RUBY_PKGPREFIX}-ffi-rzmq-[0- DEPENDS+= ${PYPKGPREFIX}-ipython>=6.0.0:../../devel/py-ipython +USE_LANGUAGES= # none + SUBST_CLASSES+= python SUBST_STAGE.python= pre-configure SUBST_MESSAGE.python= Versioned ipython command Index: pkgsrc/net/ruby-ffi-rzmq/Makefile diff -u pkgsrc/net/ruby-ffi-rzmq/Makefile:1.1 pkgsrc/net/ruby-ffi-rzmq/Makefile:1.2 --- pkgsrc/net/ruby-ffi-rzmq/Makefile:1.1 Sun Sep 20 08:45:49 2020 +++ pkgsrc/net/ruby-ffi-rzmq/Makefile Sun Sep 20 15:44:04 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2020/09/20 08:45:49 ryoon Exp $ +# $NetBSD: Makefile,v 1.2 2020/09/20 15:44:04 taca Exp $ DISTNAME= ffi-rzmq-2.0.7 CATEGORIES= net @@ -10,5 +10,7 @@ LICENSE= mit DEPENDS+= ${RUBY_PKGPREFIX}-ffi-rzmq-core>=1.0.7:../../net/ruby-ffi-rzmq-core +USE_LANGUAGES= # none + .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/net/ruby-ffi-rzmq-core/Makefile diff -u pkgsrc/net/ruby-ffi-rzmq-core/Makefile:1.1 pkgsrc/net/ruby-ffi-rzmq-core/Makefile:1.2 --- pkgsrc/net/ruby-ffi-rzmq-core/Makefile:1.1 Sun Sep 20 08:39:57 2020 +++ pkgsrc/net/ruby-ffi-rzmq-core/Makefile Sun Sep 20 15:44:04 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2020/09/20 08:39:57 ryoon Exp $ +# $NetBSD: Makefile,v 1.2 2020/09/20 15:44:04 taca Exp $ DISTNAME= ffi-rzmq-core-1.0.7 CATEGORIES= net @@ -10,6 +10,8 @@ LICENSE= mit DEPENDS+= ${RUBY_PKGPREFIX}-ffi-[0-9]*:../../devel/ruby-ffi +USE_LANGUAGES= # none + .include "../../net/zeromq/buildlink3.mk" .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/www/ruby-data_uri/Makefile diff -u pkgsrc/www/ruby-data_uri/Makefile:1.1 pkgsrc/www/ruby-data_uri/Makefile:1.2 --- pkgsrc/www/ruby-data_uri/Makefile:1.1 Sun Sep 20 08:50:50 2020 +++ pkgsrc/www/ruby-data_uri/Makefile Sun Sep 20 15:44:04 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2020/09/20 08:50:50 ryoon Exp $ +# $NetBSD: Makefile,v 1.2 2020/09/20 15:44:04 taca Exp $ DISTNAME= data_uri-0.1.0 CATEGORIES= www @@ -8,5 +8,7 @@ HOMEPAGE= https://github.com/dball/data_ COMMENT= URI::Data class for parsing RFC2397 data URIs LICENSE= mit +USE_LANGUAGES= # none + .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1600616644214480--