mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Update lang/ruby19 to 1.9.3.286
- Don't try to cleanup dir created by ruby-gems - Trim headers while here Feature safe: yes
This commit is contained in:
parent
9df8bc9f87
commit
be4019c82b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=306751
5 changed files with 5 additions and 20 deletions
|
@ -194,9 +194,9 @@ RUBY19= "@comment "
|
|||
# Ruby 1.9
|
||||
#
|
||||
RUBY_RELVERSION= 1.9.3
|
||||
RUBY_PORTREVISION= 1
|
||||
RUBY_PORTREVISION= 0
|
||||
RUBY_PORTEPOCH= 1
|
||||
RUBY_PATCHLEVEL= 194
|
||||
RUBY_PATCHLEVEL= 286
|
||||
|
||||
RUBY_VERSION?= ${RUBY_RELVERSION}.${RUBY_PATCHLEVEL}
|
||||
RUBY_DISTVERSION?= ${RUBY_RELVERSION}-p${RUBY_PATCHLEVEL}
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: ruby18
|
||||
# Date created: 6 May 2001
|
||||
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
|
||||
#
|
||||
# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= ruby
|
||||
PORTVERSION= ${RUBY_PORTVERSION}
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (ruby/ruby-1.9.3-p194.tar.bz2) = a9d1ea9eaea075c60048369a63b35b3b5a06a30aa214a3d990e0bb71212db8fa
|
||||
SIZE (ruby/ruby-1.9.3-p194.tar.bz2) = 9841223
|
||||
SHA256 (ruby/ruby-1.9.3-p286.tar.bz2) = 5281656c7a0ae48b64f28d845a96b4dfa16ba1357a911265752787585fb5ea64
|
||||
SIZE (ruby/ruby-1.9.3-p286.tar.bz2) = 9961862
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
--- thread_pthread.c.orig 2012-09-20 00:26:58.000000000 -0700
|
||||
+++ thread_pthread.c 2012-09-20 00:27:17.000000000 -0700
|
||||
@@ -248,6 +248,7 @@
|
||||
#endif
|
||||
|
||||
r = pthread_cond_init(&cond->cond, &attr);
|
||||
+ pthread_condattr_destroy(&attr);
|
||||
if (r != 0) {
|
||||
rb_bug_errno("pthread_cond_init", r);
|
||||
}
|
|
@ -1030,5 +1030,4 @@ include/ruby-1.9/ruby.h
|
|||
@dirrmtry %%RUBY_VENDORARCHLIBDIR%%
|
||||
@dirrmtry %%RUBY_VENDORLIBDIR%%
|
||||
@dirrmtry lib/ruby/vendor_ruby
|
||||
@dirrmtry lib/ruby/gems
|
||||
@dirrmtry lib/ruby
|
||||
|
|
Loading…
Add table
Reference in a new issue