From owner-svn-ports-head@freebsd.org Tue May 2 21:51:54 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 49378D5B263; Tue, 2 May 2017 21:51:54 +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 F35C4AFB; Tue, 2 May 2017 21:51:53 +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 v42LprV1086657; Tue, 2 May 2017 21:51:53 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v42Lpq3q086655; Tue, 2 May 2017 21:51:52 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705022151.v42Lpq3q086655@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 2 May 2017 21:51:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439972 - in head: Mk lang lang/ruby21 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: Tue, 02 May 2017 21:51:54 -0000 Author: sunpoet Date: Tue May 2 21:51:52 2017 New Revision: 439972 URL: https://svnweb.freebsd.org/changeset/ports/439972 Log: Remove lang/ruby21: upstream support ended Deleted: head/lang/ruby21/ Modified: head/Mk/bsd.ruby.mk head/lang/Makefile Modified: head/Mk/bsd.ruby.mk ============================================================================== --- head/Mk/bsd.ruby.mk Tue May 2 20:14:41 2017 (r439971) +++ head/Mk/bsd.ruby.mk Tue May 2 21:51:52 2017 (r439972) @@ -15,7 +15,7 @@ Ruby_Include_MAINTAINER= ruby@FreeBSD.or # [variables that a user may define] # # RUBY_VER - (See below) -# RUBY_DEFAULT_VER - Set to (e.g.) "2.1" if you want to refer to "ruby21" +# RUBY_DEFAULT_VER - Set to (e.g.) "2.4" if you want to refer to "ruby24" # just as "ruby". # RUBY_ARCH - (See below) # @@ -150,17 +150,7 @@ RUBY?= ${LOCALBASE}/bin/${RUBY_NAME} .if defined(RUBY_VER) # When adding a version, please keep the comment in # Mk/bsd.default-versions.mk in sync. -. if ${RUBY_VER} == 2.1 -# -# Ruby 2.1 -# -RUBY_RELVERSION= 2.1.10 -RUBY_PORTREVISION= 1 -RUBY_PORTEPOCH= 1 -RUBY_PATCHLEVEL= 0 -RUBY21= "" # PLIST_SUB helpers - -. elif ${RUBY_VER} == 2.2 +. if ${RUBY_VER} == 2.2 # # Ruby 2.2 # @@ -196,14 +186,13 @@ RUBY24= "" # PLIST_SUB helpers # # Other versions # -IGNORE= Only ruby 2.1, 2.2, 2.3 and 2.4 are supported +IGNORE= Only ruby 2.2, 2.3 and 2.4 are supported _INVALID_RUBY_VER= 1 . endif .endif # defined(RUBY_VER) .if !defined(_INVALID_RUBY_VER) -RUBY21?= "@comment " RUBY22?= "@comment " RUBY23?= "@comment " RUBY24?= "@comment " @@ -319,7 +308,6 @@ PLIST_SUB+= ${PLIST_RUBY_DIRS:C,DIR="($ RUBY_SUFFIX="${RUBY_SUFFIX}" \ RUBY_NAME="${RUBY_NAME}" \ RUBY_DEFAULT_SUFFIX="${RUBY_DEFAULT_SUFFIX}" \ - RUBY21=${RUBY21} \ RUBY22=${RUBY22} \ RUBY23=${RUBY23} \ RUBY24=${RUBY24} Modified: head/lang/Makefile ============================================================================== --- head/lang/Makefile Tue May 2 20:14:41 2017 (r439971) +++ head/lang/Makefile Tue May 2 21:51:52 2017 (r439972) @@ -301,7 +301,6 @@ SUBDIR += rexx-wrapper SUBDIR += rhino SUBDIR += rubinius - SUBDIR += ruby21 SUBDIR += ruby22 SUBDIR += ruby23 SUBDIR += ruby24