Received: by mail.netbsd.org (Postfix, from userid 605) id 6206784D2C; Mon, 23 Mar 2020 15:36:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E00A884CE7 for ; Mon, 23 Mar 2020 15:36:04 +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 djvwYLPvZI8d for ; Mon, 23 Mar 2020 15:36: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 6E8C284C8B for ; Mon, 23 Mar 2020 15:36:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 65ECCFB27; Mon, 23 Mar 2020 15:36:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1584977764263140" MIME-Version: 1.0 Date: Mon, 23 Mar 2020 15:36:04 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20200323153604.65ECCFB27@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. --_----------=_1584977764263140 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Mon Mar 23 15:36:04 UTC 2020 Modified Files: pkgsrc/devel/ruby-locale: Makefile pkgsrc/devel/ruby-memoist: Makefile Log Message: Add USE_LANGUAGES Add "USE_LANGUAGES= # none". To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/ruby-locale/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/ruby-memoist/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1584977764263140 Content-Disposition: inline Content-Length: 1385 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ruby-locale/Makefile diff -u pkgsrc/devel/ruby-locale/Makefile:1.8 pkgsrc/devel/ruby-locale/Makefile:1.9 --- pkgsrc/devel/ruby-locale/Makefile:1.8 Sun Feb 16 04:21:50 2020 +++ pkgsrc/devel/ruby-locale/Makefile Mon Mar 23 15:36:04 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2020/02/16 04:21:50 tsutsui Exp $ +# $NetBSD: Makefile,v 1.9 2020/03/23 15:36:04 taca Exp $ DISTNAME= locale-2.1.3 CATEGORIES= devel @@ -8,5 +8,7 @@ HOMEPAGE= https://ruby-gettext.github.co COMMENT= Pure ruby library which provides basic APIs for localization LICENSE= ruby-license OR gnu-lgpl-v3 +USE_LANGUAGES= # none + .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/ruby-memoist/Makefile diff -u pkgsrc/devel/ruby-memoist/Makefile:1.4 pkgsrc/devel/ruby-memoist/Makefile:1.5 --- pkgsrc/devel/ruby-memoist/Makefile:1.4 Wed Dec 11 14:51:36 2019 +++ pkgsrc/devel/ruby-memoist/Makefile Mon Mar 23 15:36:04 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2019/12/11 14:51:36 tsutsui Exp $ +# $NetBSD: Makefile,v 1.5 2020/03/23 15:36:04 taca Exp $ DISTNAME= memoist-0.16.2 CATEGORIES= devel @@ -8,5 +8,7 @@ HOMEPAGE= https://github.com/matthewrudy COMMENT= Replacement of memoizable, memoize methods invocation LICENSE= mit +USE_LANGUAGES= # none + .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1584977764263140--