From 33c11d7cc95ed2631608150ee5a433459a46fa11 Mon Sep 17 00:00:00 2001 From: knu <knu@FreeBSD.org> Date: Fri, 1 Jun 2001 11:39:36 +0000 Subject: Update lang/ruby to 1.6.4-preview5. --- lang/ruby16/Makefile | 5 ++--- lang/ruby16/distinfo | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'lang/ruby16') diff --git a/lang/ruby16/Makefile b/lang/ruby16/Makefile index 227025d4a8c6..2ec7ff6ca6e3 100644 --- a/lang/ruby16/Makefile +++ b/lang/ruby16/Makefile @@ -7,7 +7,6 @@ PORTNAME= ruby PORTVERSION= ${RUBY_PORTVERSION} -PORTREVISION= 1 CATEGORIES= lang ruby ipv6 MASTER_SITES= ${MASTER_SITE_RUBY} MASTER_SITE_SUBDIR= ${RUBY_VER} @@ -31,8 +30,8 @@ CONFIGURE_ARGS= --enable-shared MAN1= ruby${_RUBY_SUFFIX}.1 MLINKS= ruby${_RUBY_SUFFIX}.1 ruby.1 -.if !defined(WITH_LIBC_R) -CONFIGURE_ARGS+= --with-libc_r=no +.if defined(WITH_LIBC_R) +CONFIGURE_ARGS+= --with-libc_r=yes .endif .include <bsd.port.pre.mk> diff --git a/lang/ruby16/distinfo b/lang/ruby16/distinfo index fb578d06c249..085164a78a89 100644 --- a/lang/ruby16/distinfo +++ b/lang/ruby16/distinfo @@ -1 +1 @@ -MD5 (ruby/ruby-1.6.4-preview4.tar.gz) = 857488c44a4b543491480c39a0303f50 +MD5 (ruby/ruby-1.6.4-preview5.tar.gz) = a4a256f41f78faad1b2d73efc8bb32f3 -- cgit