From owner-freebsd-ports Sun Oct 31 13:10:28 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 94D0B14EDE for ; Sun, 31 Oct 1999 13:10:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA83110; Sun, 31 Oct 1999 13:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from smtp2.teleway.ne.jp (smtp2.teleway.ne.jp [203.140.129.37]) by hub.freebsd.org (Postfix) with ESMTP id 7173A14A29 for ; Sun, 31 Oct 1999 13:06:29 -0800 (PST) (envelope-from yasuf@big.or.jp) Received: from localhost (kokura1-39.teleway.ne.jp [210.234.51.39]) by smtp2.teleway.ne.jp (8.9.3+3.2W/3.7W) with ESMTP id GAA22287 for ; Mon, 1 Nov 1999 06:06:25 +0900 (JST) (envelope-from yasuf@big.or.jp) Message-Id: <19991101060623M.yasuf@big.or.jp> Date: Mon, 01 Nov 1999 06:06:23 +0900 From: yasuf@big.or.jp Reply-To: yasuf@big.or.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/14631: Update: lang/irb Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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 # # $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