diff options
author | knu <knu@FreeBSD.org> | 2001-09-18 01:54:27 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-09-18 01:54:27 +0800 |
commit | c97509cb800059e3a20d77a1178ccb9bbd7a2375 (patch) | |
tree | 3e51ce5f99ffca747d541c38e82243437ced30d1 /math | |
parent | 5a47fa472a9af626731ae9d4f2b80581f7baf1df (diff) | |
download | freebsd-ports-gnome-c97509cb800059e3a20d77a1178ccb9bbd7a2375.tar.gz freebsd-ports-gnome-c97509cb800059e3a20d77a1178ccb9bbd7a2375.tar.zst freebsd-ports-gnome-c97509cb800059e3a20d77a1178ccb9bbd7a2375.zip |
Bump the PORTREVISION's of the ports which install architecture
dependent ruby modules, due to the RUBY_ARCH change I've just
committed.
Diffstat (limited to 'math')
-rw-r--r-- | math/ruby-bigfloat/Makefile | 1 | ||||
-rw-r--r-- | math/ruby-bitvector/Makefile | 1 | ||||
-rw-r--r-- | math/ruby-math3d/Makefile | 1 | ||||
-rw-r--r-- | math/ruby-narray/Makefile | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/math/ruby-bigfloat/Makefile b/math/ruby-bigfloat/Makefile index 51c06893c968..f26fd81417b2 100644 --- a/math/ruby-bigfloat/Makefile +++ b/math/ruby-bigfloat/Makefile @@ -7,6 +7,7 @@ PORTNAME= bigfloat PORTVERSION= 1.1.7 +PORTREVISION= 1 CATEGORIES= math ruby MASTER_SITES= http://www.tinyforest.gr.jp/ruby/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} diff --git a/math/ruby-bitvector/Makefile b/math/ruby-bitvector/Makefile index fadc4b956e81..aa6f3bfdbc30 100644 --- a/math/ruby-bitvector/Makefile +++ b/math/ruby-bitvector/Makefile @@ -7,6 +7,7 @@ PORTNAME= bitvector PORTVERSION= 0.1.6 +PORTREVISION= 1 CATEGORIES= math ruby MASTER_SITES= http://www.ce.chalmers.se/~feldt/ruby/extensions/bitvector/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} diff --git a/math/ruby-math3d/Makefile b/math/ruby-math3d/Makefile index 4b956ef23733..848e252fd470 100644 --- a/math/ruby-math3d/Makefile +++ b/math/ruby-math3d/Makefile @@ -7,6 +7,7 @@ PORTNAME= math3d PORTVERSION= 0.02 +PORTREVISION= 1 CATEGORIES= math ruby MASTER_SITES= http://www2.giganet.net/~yoshi/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} diff --git a/math/ruby-narray/Makefile b/math/ruby-narray/Makefile index 5ac3b607fbec..7a31abcd6f3e 100644 --- a/math/ruby-narray/Makefile +++ b/math/ruby-narray/Makefile @@ -7,6 +7,7 @@ PORTNAME= narray PORTVERSION= 0.5.4 +PORTREVISION= 1 CATEGORIES= math ruby MASTER_SITES= http://www.ir.isas.ac.jp/~masa/ruby/dist/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} |