diff options
author | steve <steve@FreeBSD.org> | 1999-11-14 09:42:00 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-11-14 09:42:00 +0800 |
commit | 0a8407a7d96d3f031907720176c0660441b48369 (patch) | |
tree | b0920a5fd78c67345c1e858d80b947c65a5fe7a3 | |
parent | 4a026b5f65926084229947968ccf9e32d0976c22 (diff) | |
download | freebsd-ports-gnome-0a8407a7d96d3f031907720176c0660441b48369.tar.gz freebsd-ports-gnome-0a8407a7d96d3f031907720176c0660441b48369.tar.zst freebsd-ports-gnome-0a8407a7d96d3f031907720176c0660441b48369.zip |
Update to version 0.6.1.
PR: 14631
Submitted by: maintainer
-rw-r--r-- | lang/ruby14-irb/Makefile | 7 | ||||
-rw-r--r-- | lang/ruby14-irb/distinfo | 2 | ||||
-rw-r--r-- | lang/ruby14-irb/pkg-plist | 4 |
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 |