Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 2CE877A16A for ; Sun, 9 Apr 2017 15:54:30 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id C2FFC84E01; Sun, 9 Apr 2017 15:54:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5331784E00 for ; Sun, 9 Apr 2017 15:54:29 +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 TKuE6L6_p_MM for ; Sun, 9 Apr 2017 15:54:29 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B66DC84DB2 for ; Sun, 9 Apr 2017 15:54:28 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B1A73FBE4; Sun, 9 Apr 2017 15:54:28 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_149175326850820" MIME-Version: 1.0 Date: Sun, 9 Apr 2017 15:54:28 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/lang/ruby To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20170409155428.B1A73FBE4@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. --_----------=_149175326850820 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Apr 9 15:54:28 UTC 2017 Modified Files: pkgsrc/lang/ruby: rubyversion.mk Log Message: Fix accidently modified RUBY23_VERSION. To generate a diff of this commit: cvs rdiff -u -r1.170 -r1.171 pkgsrc/lang/ruby/rubyversion.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_149175326850820 Content-Disposition: inline Content-Length: 718 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/ruby/rubyversion.mk diff -u pkgsrc/lang/ruby/rubyversion.mk:1.170 pkgsrc/lang/ruby/rubyversion.mk:1.171 --- pkgsrc/lang/ruby/rubyversion.mk:1.170 Sun Apr 9 15:49:50 2017 +++ pkgsrc/lang/ruby/rubyversion.mk Sun Apr 9 15:54:28 2017 @@ -1,4 +1,4 @@ -# $NetBSD: rubyversion.mk,v 1.170 2017/04/09 15:49:50 taca Exp $ +# $NetBSD: rubyversion.mk,v 1.171 2017/04/09 15:54:28 taca Exp $ # # This file determines which Ruby version is used as a dependency for @@ -230,7 +230,7 @@ RUBY_VERSION_REQD?= ${PKGNAME_REQD:C/rub RUBY18_VERSION= 1.8.7 RUBY21_VERSION= 2.1.10 RUBY22_VERSION= 2.2.7 -RUBY23_VERSION= 2.3.2 +RUBY23_VERSION= 2.3.3 # patch level RUBY18_PATCHLEVEL= pl374 --_----------=_149175326850820--