diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-03-21 19:41:14 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-03-21 19:41:14 +0000 |
commit | 9c0b035df0300937b24eab1cff8f87323bd60a5d (patch) | |
tree | 3b6202ac4b6659e2af14538ded03e3cbb6c19c15 | |
parent | Update to 0.127 (diff) |
Mark DEPRECATED and set EXPIRATION_DATE to 2019-03-31
Reference: https://www.ruby-lang.org/en/downloads/branches/
Notes
Notes:
svn path=/head/; revision=496498
-rw-r--r-- | lang/ruby23/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/ruby23/Makefile b/lang/ruby23/Makefile index d81b4cd49feb..1bd1b25356aa 100644 --- a/lang/ruby23/Makefile +++ b/lang/ruby23/Makefile @@ -20,6 +20,8 @@ LICENSE_FILE_RUBY= ${WRKSRC}/COPYING BROKEN_SSL= openssl111 BROKEN_SSL_REASON_openssl111=does not detect and buid the openssl*.rb bits +DEPRECATED= Use lang/ruby24 or above +EXPIRATION_DATE=2019-03-31 # Using LIB_DEPENDS finds the libffi from gcc which causes problems BUILD_DEPENDS= libffi>=0:devel/libffi |