summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-11-14 01:42:00 +0000
committerSteve Price <steve@FreeBSD.org>1999-11-14 01:42:00 +0000
commit80abec415ec955ce5915f1286fa157d0a0e35884 (patch)
treede7ee8a41a5ae6309cd8b151b443d28f30edbd0a /lang
parentUpdate to version 0.22. (diff)
Update to version 0.6.1.
PR: 14631 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=23065
Diffstat (limited to 'lang')
-rw-r--r--lang/ruby14-irb/Makefile7
-rw-r--r--lang/ruby14-irb/distinfo2
-rw-r--r--lang/ruby14-irb/pkg-plist4
3 files changed, 9 insertions, 4 deletions
diff --git a/lang/ruby14-irb/Makefile b/lang/ruby14-irb/Makefile
index bbb96edbdf85..a13966e82b81 100644
--- a/lang/ruby14-irb/Makefile
+++ b/lang/ruby14-irb/Makefile
@@ -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; \
diff --git a/lang/ruby14-irb/distinfo b/lang/ruby14-irb/distinfo
index fca7772eae0c..a1e5d751f513 100644
--- a/lang/ruby14-irb/distinfo
+++ b/lang/ruby14-irb/distinfo
@@ -1 +1 @@
-MD5 (irb-0.5.1.tgz) = d504dca29617614bfa8f0b96b3ca85f4
+MD5 (irb-0.6.1.tgz) = dae176750a0ec6d8b636da103de2d222
diff --git a/lang/ruby14-irb/pkg-plist b/lang/ruby14-irb/pkg-plist
index fed7ab9567f7..2d26df6549aa 100644
--- a/lang/ruby14-irb/pkg-plist
+++ b/lang/ruby14-irb/pkg-plist
@@ -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