From owner-freebsd-ports Thu Apr 15 14: 4:57 1999 Delivered-To: freebsd-ports@freebsd.org Received: from smtp.teleway.ne.jp (smtp.teleway.ne.jp [203.140.129.13]) by hub.freebsd.org (Postfix) with ESMTP id EBDCF14E46 for ; Thu, 15 Apr 1999 14:04:32 -0700 (PDT) (envelope-from yasuf@big.or.jp) Received: from post1a.po.teleway.ne.jp (post1a.teleway.ne.jp [203.140.129.22]) by smtp.teleway.ne.jp (8.9.3+3.2W/3.7W) with ESMTP id GAA03395 for ; Fri, 16 Apr 1999 06:02:07 +0900 (JST) (envelope-from yasuf@big.or.jp) Received: from localhost ([210.234.51.87]) by post1a.po.teleway.ne.jp (Post.Office MTA v3.0 release "turbo_2" ID# 110-55583U50000L50000S0V35) with ESMTP id AAA11460 for ; Fri, 16 Apr 1999 06:02:06 +0900 To: freebsd-ports@FreeBSD.org Subject: Re: ports/10906: Update: lang/ruby In-Reply-To: Your message of "Thu, 8 Apr 1999 15:50:02 -0700 (PDT)" <199904082250.PAA08800@freefall.freebsd.org> References: <199904082250.PAA08800@freefall.freebsd.org> X-Mailer: Mew version 1.93 on XEmacs 20.4 (Emerald) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19990416060204I.yasuf@big.or.jp> Date: Fri, 16 Apr 1999 06:02:04 +0900 From: Yasuhiro Fukuma X-Dispatcher: imput version 980905(IM100) Lines: 49 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org And 1.2.5 has released. Matz, the father of Ruby, says it's really a final release from 1.2 series (or he hopes so at least), so I believe there's no problem to commit the patches now. Thanks :) diff -ruN ruby-1.2.4.19990409/Makefile ruby/Makefile --- ruby-1.2.4.19990409/Makefile Fri Apr 9 02:57:54 1999 +++ ruby/Makefile Wed Apr 14 00:32:36 1999 @@ -1,12 +1,12 @@ # New ports collection makefile for: ruby -# Version required: 1.2.4 +# Version required: 1.2.5 # Date created: 04 September 1997 # Whom: Eiji-usagi-MATSUmoto # # $Id: Makefile,v 1.9 1999/02/22 04:11:48 steve Exp $ # -DISTNAME= ruby-1.2.4 +DISTNAME= ruby-1.2.5 CATEGORIES= lang MASTER_SITES= ftp://ftp.netlab.co.jp/pub/lang/ruby/${BRANCH_NAME}/ \ ftp://ftp.TokyoNet.AD.JP/pub/misc/ruby/${BRANCH_NAME}/ \ diff -ruN ruby-1.2.4.19990409/files/md5 ruby/files/md5 --- ruby-1.2.4.19990409/files/md5 Fri Apr 9 01:54:01 1999 +++ ruby/files/md5 Wed Apr 14 00:34:56 1999 @@ -1 +1 @@ -MD5 (ruby-1.2.4.tar.gz) = 1d72ba25cb35fecb7e910f6ce2034232 +MD5 (ruby-1.2.5.tar.gz) = 3ec298b7697843733ea0230f23b626b6 diff -ruN ruby-1.2.4.19990409/pkg/PLIST ruby/pkg/PLIST --- ruby-1.2.4.19990409/pkg/PLIST Fri Apr 9 02:58:10 1999 +++ ruby/pkg/PLIST Wed Apr 14 00:42:43 1999 @@ -40,6 +40,7 @@ lib/ruby/finalize.rb lib/ruby/ftplib.rb lib/ruby/ftools.rb +lib/ruby/getoptlong.rb lib/ruby/getopts.rb lib/ruby/importenv.rb lib/ruby/jcode.rb @@ -55,6 +56,7 @@ lib/ruby/parsearg.rb lib/ruby/parsedate.rb lib/ruby/ping.rb +lib/ruby/profile.rb lib/ruby/pstore.rb lib/ruby/rational.rb lib/ruby/readbytes.rb To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message