From owner-svn-ports-head@freebsd.org Fri May 5 12:30:56 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E2C65D5D616; Fri, 5 May 2017 12:30:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B48891EA8; Fri, 5 May 2017 12:30:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v45CUtIQ042413; Fri, 5 May 2017 12:30:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v45CUtF6042412; Fri, 5 May 2017 12:30:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705051230.v45CUtF6042412@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 5 May 2017 12:30:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440151 - head/Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2017 12:30:57 -0000 Author: sunpoet Date: Fri May 5 12:30:55 2017 New Revision: 440151 URL: https://svnweb.freebsd.org/changeset/ports/440151 Log: Update comment: remove ruby 2.1 Modified: head/Mk/bsd.default-versions.mk Modified: head/Mk/bsd.default-versions.mk ============================================================================== --- head/Mk/bsd.default-versions.mk Fri May 5 11:57:56 2017 (r440150) +++ head/Mk/bsd.default-versions.mk Fri May 5 12:30:55 2017 (r440151) @@ -81,7 +81,7 @@ PYTHON_DEFAULT?= 2.7 PYTHON2_DEFAULT?= 2.7 # Possible values: 3.3, 3.4, 3.5, 3.6 PYTHON3_DEFAULT?= 3.6 -# Possible values: 2.1, 2.2, 2.3, 2.4 +# Possible values: 2.2, 2.3, 2.4 RUBY_DEFAULT?= 2.3 # Possible values: 4.2, 4.3, 4.4, 4.5, 4.6 SAMBA_DEFAULT?= 4.4