summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2003-01-23 17:59:01 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2003-01-23 17:59:01 +0000
commitc7c2616d1400d7eef82121639ce02f769e7d0314 (patch)
tree527b0d33fdda6308fe08ab0d9664c0cd7bc9cede /math
parent* Update to 1.0.4 (diff)
Update to 0.1.7. It now builds and works fine with ruby 1.8.
Notes
Notes: svn path=/head/; revision=73870
Diffstat (limited to 'math')
-rw-r--r--math/ruby-bitvector/Makefile7
-rw-r--r--math/ruby-bitvector/distinfo2
-rw-r--r--math/ruby-bitvector/pkg-descr5
3 files changed, 7 insertions, 7 deletions
diff --git a/math/ruby-bitvector/Makefile b/math/ruby-bitvector/Makefile
index cc0ab9a532ab..ee686b5e6593 100644
--- a/math/ruby-bitvector/Makefile
+++ b/math/ruby-bitvector/Makefile
@@ -6,12 +6,11 @@
#
PORTNAME= bitvector
-PORTVERSION= 0.1.6
-PORTREVISION= 1
+PORTVERSION= 0.1.7
CATEGORIES= math ruby
-MASTER_SITES= http://www.ce.chalmers.se/~feldt/ruby/extensions/bitvector/
+MASTER_SITES= ${MASTER_SITE_RUBY}
+MASTER_SITE_SUBDIR= contrib
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
-DISTNAME= ${PORTNAME}_${PORTVERSION:S/./-/g}
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
diff --git a/math/ruby-bitvector/distinfo b/math/ruby-bitvector/distinfo
index 8c5e78baff8b..1f722fbb7679 100644
--- a/math/ruby-bitvector/distinfo
+++ b/math/ruby-bitvector/distinfo
@@ -1 +1 @@
-MD5 (ruby/bitvector_0-1-6.tar.gz) = 32f15ab28c6fee955f3911b5626e5eb5
+MD5 (ruby/bitvector-0.1.7.tar.gz) = 7bdbf54403f59b6dfde657d773c6ff6c
diff --git a/math/ruby-bitvector/pkg-descr b/math/ruby-bitvector/pkg-descr
index 4bffd1cf6a6d..ffa05134fc2b 100644
--- a/math/ruby-bitvector/pkg-descr
+++ b/math/ruby-bitvector/pkg-descr
@@ -1,6 +1,7 @@
BitVector is a fairly extensive and fast BitVector class for Ruby.
Handles sequences of up to 2**32-1 bits (about 500 Mb). Implemented
-as a wrapper around Bit::Vector version 6.0 by Steffen Beyer.
+as a wrapper around Bit::Vector version 6.3 by Steffen Beyer.
-Author: Robert Feldt <feldt@ce.chalmers.se>
+Authors: Robert Feldt <feldt@ce.chalmers.se>,
+ Akinori MUSHA <knu@iDaemons.org>
WWW: http://www.ce.chalmers.se/~feldt/ruby/extensions/bitvector/