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 C83A81A9239 for ; Sun, 16 Jan 2022 13:59:44 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id EF5E084E7C; Sun, 16 Jan 2022 13:59:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 361F584DC2 for ; Sun, 16 Jan 2022 13:59:43 +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 7R3tbDkbA7AB for ; Sun, 16 Jan 2022 13:59:42 +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 7F67684D59 for ; Sun, 16 Jan 2022 13:59:42 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 77CD4FB24; Sun, 16 Jan 2022 13:59:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1642341582206420" MIME-Version: 1.0 Date: Sun, 16 Jan 2022 13:59:42 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/lang/ruby31 To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20220116135942.77CD4FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1642341582206420 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Jan 16 13:59:42 UTC 2022 Added Files: pkgsrc/lang/ruby31: DESCR Makefile Log Message: lang/ruby31: add package version 3.1.0 This a meta package including Ruby 3.1 full release. It includes ruby31-base and ruby31-readline package. No package should depend on this package directly. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/lang/ruby31/DESCR pkgsrc/lang/ruby31/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1642341582206420 Content-Disposition: inline Content-Length: 1200 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/lang/ruby31/DESCR diff -u /dev/null pkgsrc/lang/ruby31/DESCR:1.1 --- /dev/null Sun Jan 16 13:59:42 2022 +++ pkgsrc/lang/ruby31/DESCR Sun Jan 16 13:59:42 2022 @@ -0,0 +1,5 @@ +This a meta package including Ruby 3.1 full release. + +It includes ruby31-base and ruby31-readline package. + +No package should depend on this package directly. Index: pkgsrc/lang/ruby31/Makefile diff -u /dev/null pkgsrc/lang/ruby31/Makefile:1.1 --- /dev/null Sun Jan 16 13:59:42 2022 +++ pkgsrc/lang/ruby31/Makefile Sun Jan 16 13:59:42 2022 @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1 2022/01/16 13:59:42 taca Exp $ +# + +DISTNAME= # empty +PKGNAME= ${RUBY_PKGPREFIX}-${RUBY_VERSION} +CATEGORIES= lang ruby +MASTER_SITES= # empty +DISTFILES= # empty + +MAINTAINER= taca@NetBSD.org +HOMEPAGE= http://www.ruby-lang.org/en/ +COMMENT= Ruby programming language ${RUBY_VERSION} meta package + +META_PACKAGE= yes + +DEPENDS+= ${RUBY_BASE}>=${RUBY_VERSION}:${RUBY_SRCDIR} +DEPENDS+= ${RUBY_NAME}-readline>=${RUBY_VERSION}:../../devel/ruby-readline + +RUBY_VERSIONS_ACCEPTED= 31 + +.include "../../lang/ruby/rubyversion.mk" +.include "../../lang/ruby/Makefile.common" +.include "../../mk/bsd.pkg.mk" --_----------=_1642341582206420--