Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 01 Nov 1999 06:06:23 +0900
From:      yasuf@big.or.jp
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/14631: Update: lang/irb
Message-ID:  <19991101060623M.yasuf@big.or.jp>

next in thread | raw e-mail | index | archive | help

>Number:         14631
>Category:       ports
>Synopsis:       Update: lang/irb
>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:   Sun Oct 31 13:10:02 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Yasuhiro Fukuma
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
>Environment:

	

>Description:

This patch contains:

  - Updates for irb-0.6.1.

>How-To-Repeat:

	

>Fix:

Index: irb/Makefile
===================================================================
RCS file: /home/ncvs/ports/lang/irb/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile	1999/08/26 21:09:20	1.4
+++ Makefile	1999/10/31 05:53:37
@@ -1,12 +1,12 @@
 # New ports collection makefile for:    irb
-# Version required:     0.5.1
+# Version required:     0.6.1
 # Date created:         19 April 1999
 # Whom:                 Yasuhiro Fukuma <yasuf@big.or.jp>
 #
 # $FreeBSD: ports/lang/irb/Makefile,v 1.4 1999/08/26 21:09:20 cpiazza Exp $
 #
 
-DISTNAME=	irb-0.5.1
+DISTNAME=	irb-0.6.1
 CATEGORIES=	lang
 MASTER_SITES=	ftp://ftp.netlab.co.jp/pub/lang/ruby/contrib/ \
 		ftp://ftp.TokyoNet.AD.JP/pub/misc/ruby/contrib/ \
@@ -25,6 +25,9 @@
 
 RUBY=		${LOCALBASE}/bin/ruby
 RUBY_VER=	1.4
+
+post-patch:
+	${RM} -f ${WRKSRC}/instirb.rb
 
 do-build:
 	( cd ${WRKSRC}; \
Index: irb/files/md5
===================================================================
RCS file: /home/ncvs/ports/lang/irb/files/md5,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 md5
--- md5	1999/07/13 02:56:48	1.1.1.1
+++ md5	1999/10/31 05:43:30
@@ -1 +1 @@
-MD5 (irb-0.5.1.tgz) = d504dca29617614bfa8f0b96b3ca85f4
+MD5 (irb-0.6.1.tgz) = dae176750a0ec6d8b636da103de2d222
Index: irb/pkg/PLIST
===================================================================
RCS file: /home/ncvs/ports/lang/irb/pkg/PLIST,v
retrieving revision 1.2
diff -u -r1.2 PLIST
--- PLIST	1999/08/26 21:09:21	1.2
+++ PLIST	1999/10/31 05:55:56
@@ -1,4 +1,5 @@
 bin/irb
+lib/ruby/%%RUBY_VER%%/irb/completion.rb
 lib/ruby/%%RUBY_VER%%/irb/frame.rb
 lib/ruby/%%RUBY_VER%%/irb/input-method.rb
 lib/ruby/%%RUBY_VER%%/irb/loader.rb
@@ -9,10 +10,11 @@
 lib/ruby/%%RUBY_VER%%/irb/ruby-token.rb
 lib/ruby/%%RUBY_VER%%/irb/slex.rb
 lib/ruby/%%RUBY_VER%%/irb/version.rb
+lib/ruby/%%RUBY_VER%%/irb/workspace-binding-2.rb
+lib/ruby/%%RUBY_VER%%/irb/workspace-binding.rb
 lib/ruby/%%RUBY_VER%%/irb/xmp.rb
 @dirrm lib/ruby/%%RUBY_VER%%/irb
 share/doc/ruby/irb/README
 share/doc/ruby/irb/README-add
 share/doc/ruby/irb/README-install
 @dirrm share/doc/ruby/irb
-@unexec /bin/rmdir %D/share/doc/ruby >/dev/null 2>&1 || true

>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?19991101060623M.yasuf>