diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-05-12 19:54:13 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-05-12 19:54:13 +0000 |
commit | bc045782eebc4f38a02c95f59b68ed6714d41867 (patch) | |
tree | c05391388d703f0630b6556ea0a5f036894feb4a /math/ruby-bigfloat/Makefile | |
parent | Define INSTALLS_SHLIB properly. (diff) |
Update to 1.2.0.
Note: the library name has been downcased. (BigFloat -> bigfloat)
Diffstat (limited to '')
-rw-r--r-- | math/ruby-bigfloat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/ruby-bigfloat/Makefile b/math/ruby-bigfloat/Makefile index e21af77f6a86..ef8db828b28d 100644 --- a/math/ruby-bigfloat/Makefile +++ b/math/ruby-bigfloat/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bigfloat -PORTVERSION= 1.1.8 +PORTVERSION= 1.2.0 CATEGORIES= math ruby MASTER_SITES= http://www.tinyforest.gr.jp/ruby/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} |