diff options
author | knu <knu@FreeBSD.org> | 2004-02-17 11:44:48 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2004-02-17 11:44:48 +0800 |
commit | 1d7626c6c07cb5fb76a8c35f3524a488f00e8027 (patch) | |
tree | 541c737c680d5bcdd6262b675448df94c0f2b798 /math/ruby-narray/Makefile | |
parent | 0171f5cf92da35f7ce6ff1c94e50b859e8e84186 (diff) | |
download | freebsd-ports-gnome-1d7626c6c07cb5fb76a8c35f3524a488f00e8027.tar.gz freebsd-ports-gnome-1d7626c6c07cb5fb76a8c35f3524a488f00e8027.tar.zst freebsd-ports-gnome-1d7626c6c07cb5fb76a8c35f3524a488f00e8027.zip |
Update to 0.5.7p1 which now supports ruby 1.8.
PR: ports/62868
Submitted by: Shin'ya Murakami <murashin@edamame.summing.com>
Diffstat (limited to 'math/ruby-narray/Makefile')
-rw-r--r-- | math/ruby-narray/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/ruby-narray/Makefile b/math/ruby-narray/Makefile index a4fa2242830a..79ca32626724 100644 --- a/math/ruby-narray/Makefile +++ b/math/ruby-narray/Makefile @@ -6,7 +6,7 @@ # PORTNAME= narray -PORTVERSION= 0.5.7 +PORTVERSION= 0.5.7p1 CATEGORIES= math ruby MASTER_SITES= http://www.ir.isas.ac.jp/~masa/ruby/dist/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} |