Date: Mon, 24 Apr 2000 22:58:19 +0900 From: yasuf@bsdclub.org To: FreeBSD-gnats-submit@freebsd.org Subject: ports/18194: Update port: lang/ruby Message-ID: <20000424225819S.yasuf@bsdclub.org>
next in thread | raw e-mail | index | archive | help
>Number: 18194 >Category: ports >Synopsis: Update port: lang/ruby >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Apr 24 07:00:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Yasuhiro Fukuma >Release: FreeBSD 4.0-STABLE i386 >Organization: >Environment: >Description: This patch contains: - Updates for ruby-1.4.4. - Change of maintainer's email address. Removed file: patches/patch-aa >How-To-Repeat: >Fix: Index: ruby/Makefile =================================================================== RCS file: /home/ncvs/ports/lang/ruby/Makefile,v retrieving revision 1.19 diff -u -r1.19 Makefile --- ruby/Makefile 2000/04/12 06:20:25 1.19 +++ ruby/Makefile 2000/04/17 09:18:02 @@ -6,7 +6,7 @@ # PORTNAME= ruby -PORTVERSION= 1.4.3 +PORTVERSION= 1.4.4 CATEGORIES= lang ipv6 MASTER_SITES= ftp://ftp.netlab.co.jp/pub/lang/ruby/${BRANCH_NAME}/ \ ftp://ftp.TokyoNet.AD.JP/pub/misc/ruby/${BRANCH_NAME}/ \ @@ -15,7 +15,7 @@ ftp://ftp.krnet.ne.jp/pub/ruby/${BRANCH_NAME}/ \ ftp://mirror.nucba.ac.jp/mirror/ruby/${BRANCH_NAME}/ -MAINTAINER= yasuf@big.or.jp +MAINTAINER= yasuf@bsdclub.org GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-shared @@ -25,7 +25,8 @@ RUBY_VER= 1.4 RUBY_ARCH= ${ARCH}-freebsd${OSREL} -BRANCH_NAME= 1.4 +#BRANCH_NAME= 1.4 +BRANCH_NAME= . DOCDIR= ${PREFIX}/share/doc/ruby EXAMPLESDIR= ${PREFIX}/share/examples/ruby Index: ruby/files/md5 =================================================================== RCS file: /home/ncvs/ports/lang/ruby/files/md5,v retrieving revision 1.9 diff -u -r1.9 md5 --- ruby/files/md5 1999/12/24 04:30:32 1.9 +++ ruby/files/md5 2000/04/17 09:17:16 @@ -1 +1 @@ -MD5 (ruby-1.4.3.tar.gz) = ff2df3fa6855e087998bf5d1fb6dfbd9 +MD5 (ruby-1.4.4.tar.gz) = 066f5270077eac7737426a688354017f Index: ruby/patches/patch-aa =================================================================== RCS file: patch-aa diff -N patch-aa --- /tmp/cvsBrExZF4041 Mon Apr 24 18:38:20 2000 +++ /dev/null Mon Apr 24 17:12:42 2000 @@ -1,22 +0,0 @@ ---- ext/socket/extconf.rb.orig Fri Oct 29 13:45:41 1999 -+++ ext/socket/extconf.rb Sun Feb 20 22:04:32 2000 -@@ -57,8 +57,6 @@ - #endif - EOF - $ipv6type = "kame" -- $ipv6lib="inet6" -- $ipv6libdir="/usr/local/v6/lib" - $CFLAGS="-DINET6 "+$CFLAGS - elsif File.directory? "/usr/inet6" - $ipv6type = "linux" -@@ -225,7 +223,9 @@ - } - } - -- if (inet6 != 2 || inet4 != 2) -+ if (!(inet4 == 0 || inet4 == 2)) -+ goto bad; -+ if (!(inet6 == 0 || inet6 == 2)) - goto bad; - - if (aitop) Index: ruby/pkg/PLIST =================================================================== RCS file: /home/ncvs/ports/lang/ruby/pkg/PLIST,v retrieving revision 1.10 diff -u -r1.10 PLIST --- ruby/pkg/PLIST 1999/12/24 04:30:36 1.10 +++ ruby/pkg/PLIST 2000/04/17 09:47:49 @@ -79,12 +79,16 @@ lib/ruby/%%RUBY_VER%%/tracer.rb lib/ruby/%%RUBY_VER%%/weakref.rb lib/ruby/%%RUBY_VER%%/cgi/session.rb +lib/ruby/%%RUBY_VER%%/net/ftp.rb +lib/ruby/%%RUBY_VER%%/net/http.rb lib/ruby/%%RUBY_VER%%/net/pop.rb -lib/ruby/%%RUBY_VER%%/net/session.rb +lib/ruby/%%RUBY_VER%%/net/protocol.rb lib/ruby/%%RUBY_VER%%/net/smtp.rb -@exec /bin/mkdir -p %D/lib/ruby/%%RUBY_VER%%/site_ruby/%%RUBY_ARCH%% -@dirrm lib/ruby/%%RUBY_VER%%/site_ruby/%%RUBY_ARCH%% -@dirrm lib/ruby/%%RUBY_VER%%/site_ruby +lib/ruby/%%RUBY_VER%%/net/telnet.rb +@exec /bin/mkdir -p %D/lib/ruby/site_ruby/%%RUBY_VER%%/%%RUBY_ARCH%% +@dirrm lib/ruby/site_ruby/%%RUBY_VER%%/%%RUBY_ARCH%% +@dirrm lib/ruby/site_ruby/%%RUBY_VER%% +@dirrm lib/ruby/site_ruby @dirrm lib/ruby/%%RUBY_VER%%/%%RUBY_ARCH%% @dirrm lib/ruby/%%RUBY_VER%%/cgi @dirrm lib/ruby/%%RUBY_VER%%/net >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000424225819S.yasuf>