Update to version 0.6.1.

PR:		14631
Submitted by:	maintainer
This commit is contained in:
Steve Price 1999-11-14 01:42:00 +00:00
parent 64b2c4b96b
commit 80abec415e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=23065
3 changed files with 9 additions and 4 deletions

View File

@ -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$
#
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/ \
@ -26,6 +26,9 @@ PLIST_SUB+= RUBY_VER="${RUBY_VER}"
RUBY= ${LOCALBASE}/bin/ruby
RUBY_VER= 1.4
post-patch:
${RM} -f ${WRKSRC}/instirb.rb
do-build:
( cd ${WRKSRC}; \
${MV} irb.rb irb.tmpl; \

View File

@ -1 +1 @@
MD5 (irb-0.5.1.tgz) = d504dca29617614bfa8f0b96b3ca85f4
MD5 (irb-0.6.1.tgz) = dae176750a0ec6d8b636da103de2d222

View File

@ -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-lex.rb
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