Date: Tue, 2 May 2017 21:51:52 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> 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 Message-ID: <201705022151.v42Lpq3q086655@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705022151.v42Lpq3q086655>