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 2443A1A9239 for ; Fri, 14 Jan 2022 15:51:53 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 3824984F39; Fri, 14 Jan 2022 15:51:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7026284F36 for ; Fri, 14 Jan 2022 15:51:51 +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 8p0x_2ojNhG6 for ; Fri, 14 Jan 2022 15:51:51 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id CA33A84F35 for ; Fri, 14 Jan 2022 15:51:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C3502FB24; Fri, 14 Jan 2022 15:51:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1642175510211130" MIME-Version: 1.0 Date: Fri, 14 Jan 2022 15:51:50 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/net/ruby-tw To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20220114155150.C3502FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1642175510211130 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Fri Jan 14 15:51:50 UTC 2022 Modified Files: pkgsrc/net/ruby-tw: Makefile Log Message: net/ruby-tw: s/RUBY_JSON_VERSION/RUBY_JSON_VER/ Replase RUBY_JSON_VERSION to RUBY_JSON_VER. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 pkgsrc/net/ruby-tw/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1642175510211130 Content-Disposition: inline Content-Length: 776 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/ruby-tw/Makefile diff -u pkgsrc/net/ruby-tw/Makefile:1.24 pkgsrc/net/ruby-tw/Makefile:1.25 --- pkgsrc/net/ruby-tw/Makefile:1.24 Sat Jan 18 23:33:21 2020 +++ pkgsrc/net/ruby-tw/Makefile Fri Jan 14 15:51:50 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2020/01/18 23:33:21 rillig Exp $ +# $NetBSD: Makefile,v 1.25 2022/01/14 15:51:50 taca Exp $ DISTNAME= tw-1.3.1 CATEGORIES= net @@ -15,7 +15,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-rainbow>=3.0 DEPENDS+= ${RUBY_PKGPREFIX}-twitter>=6.2.0:../../net/ruby-twitter DEPENDS+= ${RUBY_PKGPREFIX}-oauth>=0.5.4:../../security/ruby-oauth -OVERRIDE_GEMSPEC+= json>=${RUBY_JSON_VERSION} +OVERRIDE_GEMSPEC+= json>=${RUBY_JSON_VER} .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1642175510211130--