Date: Thu, 15 Apr 1999 14:10:02 -0700 (PDT) From: Yasuhiro Fukuma <yasuf@big.or.jp> To: freebsd-ports@FreeBSD.org Subject: Re: ports/10906: Update: lang/ruby Message-ID: <199904152110.OAA06141@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/10906; it has been noted by GNATS. From: Yasuhiro Fukuma <yasuf@big.or.jp> To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: Re: ports/10906: Update: lang/ruby Date: Fri, 16 Apr 1999 06:07:28 +0900 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 <usagi@ruby.club.or.jp> # # $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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199904152110.OAA06141>