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 /lang | |
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 'lang')
-rw-r--r-- | lang/ruby-devel/Makefile | 2 | ||||
-rw-r--r-- | lang/ruby-lua/Makefile | 1 | ||||
-rw-r--r-- | lang/ruby-perl/Makefile | 1 | ||||
-rw-r--r-- | lang/ruby-python/Makefile | 2 | ||||
-rw-r--r-- | lang/ruby-tcltklib/Makefile | 1 | ||||
-rw-r--r-- | lang/ruby/Makefile | 2 | ||||
-rw-r--r-- | lang/ruby16/Makefile | 2 | ||||
-rw-r--r-- | lang/ruby18/Makefile | 2 |
8 files changed, 8 insertions, 5 deletions
diff --git a/lang/ruby-devel/Makefile b/lang/ruby-devel/Makefile index ba67065b0240..3acae91dac5c 100644 --- a/lang/ruby-devel/Makefile +++ b/lang/ruby-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= ruby${RUBY_R} PORTVERSION= ${RUBY_PORTVERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang ruby ipv6 MASTER_SITES= ${MASTER_SITE_RUBY} MASTER_SITE_SUBDIR= snapshots diff --git a/lang/ruby-lua/Makefile b/lang/ruby-lua/Makefile index 42dcdd94acd4..647d3342271c 100644 --- a/lang/ruby-lua/Makefile +++ b/lang/ruby-lua/Makefile @@ -7,6 +7,7 @@ PORTNAME= lua PORTVERSION= 20010831 +PORTREVISION= 1 CATEGORIES= lang ruby MASTER_SITES= http://ruby-lua.unolotiene.com/img/18/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} diff --git a/lang/ruby-perl/Makefile b/lang/ruby-perl/Makefile index 4458cfa38d02..c7fd44ad8e31 100644 --- a/lang/ruby-perl/Makefile +++ b/lang/ruby-perl/Makefile @@ -7,6 +7,7 @@ PORTNAME= perl PORTVERSION= 0.2.7 +PORTREVISION= 1 CATEGORIES= lang ruby perl5 MASTER_SITES= http://www.yoshidam.net/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} diff --git a/lang/ruby-python/Makefile b/lang/ruby-python/Makefile index 11562bd919b6..b8dc237f9809 100644 --- a/lang/ruby-python/Makefile +++ b/lang/ruby-python/Makefile @@ -7,7 +7,7 @@ PORTNAME= python PORTVERSION= 0.3.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang ruby python MASTER_SITES= http://www.goto.info.waseda.ac.jp/~fukusima/ruby/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} diff --git a/lang/ruby-tcltklib/Makefile b/lang/ruby-tcltklib/Makefile index 3e1703baee83..be98d06b8ff5 100644 --- a/lang/ruby-tcltklib/Makefile +++ b/lang/ruby-tcltklib/Makefile @@ -7,6 +7,7 @@ PORTNAME= tcltklib PORTVERSION= ${RUBY_PORTVERSION} +PORTREVISION= 1 CATEGORIES+= lang x11-toolkits ruby tcl${TCL_VERSION} tk${TK_VERSION} MASTER_SITES= # none DISTFILES= # none diff --git a/lang/ruby/Makefile b/lang/ruby/Makefile index b17b6adae0ba..b9cdef3313c7 100644 --- a/lang/ruby/Makefile +++ b/lang/ruby/Makefile @@ -7,7 +7,7 @@ PORTNAME= ruby${RUBY_R} PORTVERSION= ${RUBY_PORTVERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang ruby ipv6 MASTER_SITES= ${MASTER_SITE_RUBY} MASTER_SITE_SUBDIR= snapshots diff --git a/lang/ruby16/Makefile b/lang/ruby16/Makefile index b17b6adae0ba..b9cdef3313c7 100644 --- a/lang/ruby16/Makefile +++ b/lang/ruby16/Makefile @@ -7,7 +7,7 @@ PORTNAME= ruby${RUBY_R} PORTVERSION= ${RUBY_PORTVERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang ruby ipv6 MASTER_SITES= ${MASTER_SITE_RUBY} MASTER_SITE_SUBDIR= snapshots diff --git a/lang/ruby18/Makefile b/lang/ruby18/Makefile index ba67065b0240..3acae91dac5c 100644 --- a/lang/ruby18/Makefile +++ b/lang/ruby18/Makefile @@ -7,7 +7,7 @@ PORTNAME= ruby${RUBY_R} PORTVERSION= ${RUBY_PORTVERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang ruby ipv6 MASTER_SITES= ${MASTER_SITE_RUBY} MASTER_SITE_SUBDIR= snapshots |