Update to ruby 1.9.3-p385.

This commit is contained in:
jeremy 2013-02-07 19:02:20 +00:00
parent e0eeb63217
commit b5c8dcc7db
5 changed files with 22 additions and 21 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.33 2013/01/23 18:18:41 jeremy Exp $
# $OpenBSD: Makefile,v 1.34 2013/02/07 19:02:20 jeremy Exp $
BROKEN-sparc64 = doesnt reliably build, and depending ports randomly fail to build
@ -9,7 +9,7 @@ COMMENT-tk = tk interface for ruby
COMMENT-ri_docs = ri documentation files for ruby
VERSION = 1.9.3
PATCHLEVEL = 374
PATCHLEVEL = 385
RUBYLIBREV = 1.9.1
SHARED_LIBS = ruby19 1.0

View File

@ -1,2 +1,2 @@
SHA256 (ruby-1.9.3-p374.tar.gz) = DQ4yo1VIZ+Pt27I/vzCnLEdIYi4BDCPjEwLYmfwAVXQ=
SIZE (ruby-1.9.3-p374.tar.gz) = 12555429
SHA256 (ruby-1.9.3-p385.tar.gz) = SxXfAH9ZNeyWltQn2NYmWxIdlE0jeiNC1b7uupuDCdA=
SIZE (ruby-1.9.3-p385.tar.gz) = 12546003

View File

@ -1,22 +1,22 @@
$OpenBSD: patch-configure,v 1.7 2013/01/23 18:18:41 jeremy Exp $
$OpenBSD: patch-configure,v 1.8 2013/02/07 19:02:20 jeremy Exp $
Fix so name.
Override the arch setting to remove OpenBSD version from it,
so ports don't have to be bumped when OpenBSD version changes.
--- configure.orig Wed Jan 16 20:57:31 2013
+++ configure Thu Jan 17 08:59:36 2013
@@ -39481,7 +39481,7 @@ _ACEOF
;;
openbsd*)
--- configure.orig Wed Feb 6 05:17:31 2013
+++ configure Wed Feb 6 10:51:17 2013
@@ -16795,7 +16795,7 @@ _ACEOF
openbsd*) :
SOLIBS='$(LIBS)'
- LIBRUBY_SO='lib$(RUBY_SO_NAME).so.$(MAJOR).'`expr ${MINOR} \* 10 + ${TEENY}`
+ LIBRUBY_SO='lib$(RUBY_SO_NAME).so.'${LIBruby19_VERSION}
;;
solaris*)
SOLIBS='$(LIBS)'
@@ -40500,7 +40500,10 @@ _ACEOF
;; #(
solaris*) :
@@ -17625,7 +17625,10 @@ _ACEOF
_ACEOF
else

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST-main,v 1.7 2012/10/24 22:49:05 jeremy Exp $
@comment $OpenBSD: PLIST-main,v 1.8 2013/02/07 19:02:20 jeremy Exp $
@option no-default-conflict
@conflict ruby->=1.9,<1.10
bin/erb19
@ -871,17 +871,17 @@ lib/ruby/gems/${RUBYLIBREV}/gems/
lib/ruby/gems/${RUBYLIBREV}/gems/rake-0.9.2.2/
lib/ruby/gems/${RUBYLIBREV}/gems/rake-0.9.2.2/bin/
lib/ruby/gems/${RUBYLIBREV}/gems/rake-0.9.2.2/bin/rake
lib/ruby/gems/${RUBYLIBREV}/gems/rdoc-3.9.4/
lib/ruby/gems/${RUBYLIBREV}/gems/rdoc-3.9.4/bin/
lib/ruby/gems/${RUBYLIBREV}/gems/rdoc-3.9.4/bin/rdoc
lib/ruby/gems/${RUBYLIBREV}/gems/rdoc-3.9.4/bin/ri
lib/ruby/gems/${RUBYLIBREV}/gems/rdoc-3.9.5/
lib/ruby/gems/${RUBYLIBREV}/gems/rdoc-3.9.5/bin/
lib/ruby/gems/${RUBYLIBREV}/gems/rdoc-3.9.5/bin/rdoc
lib/ruby/gems/${RUBYLIBREV}/gems/rdoc-3.9.5/bin/ri
lib/ruby/gems/${RUBYLIBREV}/specifications/
lib/ruby/gems/${RUBYLIBREV}/specifications/bigdecimal-1.1.0.gemspec
lib/ruby/gems/${RUBYLIBREV}/specifications/io-console-0.3.gemspec
lib/ruby/gems/${RUBYLIBREV}/specifications/json-1.5.4.gemspec
lib/ruby/gems/${RUBYLIBREV}/specifications/minitest-2.5.1.gemspec
lib/ruby/gems/${RUBYLIBREV}/specifications/rake-0.9.2.2.gemspec
lib/ruby/gems/${RUBYLIBREV}/specifications/rdoc-3.9.4.gemspec
lib/ruby/gems/${RUBYLIBREV}/specifications/rdoc-3.9.5.gemspec
lib/ruby/site_ruby/
lib/ruby/site_ruby/${RUBYLIBREV}/
lib/ruby/site_ruby/${RUBYLIBREV}/${SUB}/

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST-ri_docs,v 1.5 2013/01/23 18:18:41 jeremy Exp $
@comment $OpenBSD: PLIST-ri_docs,v 1.6 2013/02/07 19:02:20 jeremy Exp $
@option no-default-conflict
@conflict ruby-ri_docs->=1.9,<1.10
share/ri/${RUBYLIBREV}/system/ACL/
@ -12804,6 +12804,7 @@ share/ri/${RUBYLIBREV}/system/Socket/udp_server_sockets-c.ri
share/ri/${RUBYLIBREV}/system/Socket/unix-c.ri
share/ri/${RUBYLIBREV}/system/Socket/unix_server_loop-c.ri
share/ri/${RUBYLIBREV}/system/Socket/unix_server_socket-c.ri
share/ri/${RUBYLIBREV}/system/Socket/unix_socket_abstract_name%3f-c.ri
share/ri/${RUBYLIBREV}/system/Socket/unpack_sockaddr_in-c.ri
share/ri/${RUBYLIBREV}/system/Socket/unpack_sockaddr_un-c.ri
share/ri/${RUBYLIBREV}/system/SocketError/