[Midnightbsd-cvs] mports [21238] trunk/lang/ruby22: ruby 2.2.4

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Mar 22 08:56:54 EDT 2016


Revision: 21238
          http://svnweb.midnightbsd.org/mports/?rev=21238
Author:   laffer1
Date:     2016-03-22 08:56:54 -0400 (Tue, 22 Mar 2016)
Log Message:
-----------
ruby 2.2.4

Modified Paths:
--------------
    trunk/lang/ruby22/Makefile
    trunk/lang/ruby22/distinfo

Removed Paths:
-------------
    trunk/lang/ruby22/files/patch-ext_openssl_extconf.rb

Modified: trunk/lang/ruby22/Makefile
===================================================================
--- trunk/lang/ruby22/Makefile	2016-03-22 12:25:28 UTC (rev 21237)
+++ trunk/lang/ruby22/Makefile	2016-03-22 12:56:54 UTC (rev 21238)
@@ -40,7 +40,6 @@
 LIBS+=		-lpthread -L${LOCALBASE}/lib
 USE_OPENSSL=	yes
 USE_LDCONFIG=	yes
-USE_AUTOTOOLS=	autoconf
 
 MAKE_ENV+=	LC_ALL=C
 
@@ -64,7 +63,7 @@
 CAPIDOCS_CONFIGURE_ENABLE=	install-capi
 RDOC_CONFIGURE_ENABLE=	install-rdoc
 
-USES=		execinfo cpe tar:xz
+USES=		execinfo cpe tar:xz autoreconf
 
 CPE_VENDOR=	ruby-lang
 CPE_VERSION=	${RUBY_RELVERSION}

Modified: trunk/lang/ruby22/distinfo
===================================================================
--- trunk/lang/ruby22/distinfo	2016-03-22 12:25:28 UTC (rev 21237)
+++ trunk/lang/ruby22/distinfo	2016-03-22 12:56:54 UTC (rev 21238)
@@ -1,2 +1,2 @@
-SHA256 (ruby/ruby-2.2.3.tar.xz) = c6ec90e9ed018e6d9a578fc93755d8565839908d5796809e1aecd1798c7ea8a7
-SIZE (ruby/ruby-2.2.3.tar.xz) = 10453204
+SHA256 (ruby/ruby-2.2.4.tar.xz) = d28bff4641e382681c58072ddc244d025ac47ff71dd9426a92fcfc3830d1773c
+SIZE (ruby/ruby-2.2.4.tar.xz) = 10464500

Deleted: trunk/lang/ruby22/files/patch-ext_openssl_extconf.rb
===================================================================
--- trunk/lang/ruby22/files/patch-ext_openssl_extconf.rb	2016-03-22 12:25:28 UTC (rev 21237)
+++ trunk/lang/ruby22/files/patch-ext_openssl_extconf.rb	2016-03-22 12:56:54 UTC (rev 21238)
@@ -1,15 +0,0 @@
---- ext/openssl/extconf.rb.orig	2015-04-01 22:28:09 UTC
-+++ ext/openssl/extconf.rb
-@@ -100,9 +100,9 @@ have_func("OBJ_NAME_do_all_sorted")
- have_func("SSL_SESSION_get_id")
- have_func("SSL_SESSION_cmp")
- have_func("OPENSSL_cleanse")
--have_func("SSLv2_method")
--have_func("SSLv2_server_method")
--have_func("SSLv2_client_method")
-+have_func("SSLv23_method")
-+have_func("SSLv23_server_method")
-+have_func("SSLv23_client_method")
- have_func("TLSv1_1_method")
- have_func("TLSv1_1_server_method")
- have_func("TLSv1_1_client_method")



More information about the Midnightbsd-cvs mailing list