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 /textproc | |
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 'textproc')
-rw-r--r-- | textproc/eruby/Makefile | 1 | ||||
-rw-r--r-- | textproc/ruby-gdome/Makefile | 1 | ||||
-rw-r--r-- | textproc/ruby-qt2xml/Makefile | 2 | ||||
-rw-r--r-- | textproc/ruby-sablot/Makefile | 2 | ||||
-rw-r--r-- | textproc/ruby-xmlparser/Makefile | 2 |
5 files changed, 5 insertions, 3 deletions
diff --git a/textproc/eruby/Makefile b/textproc/eruby/Makefile index cd3c1445dccd..ecadb56cd9ad 100644 --- a/textproc/eruby/Makefile +++ b/textproc/eruby/Makefile @@ -7,6 +7,7 @@ PORTNAME= eruby PORTVERSION= 0.9.6 +PORTREVISION= 1 CATEGORIES= textproc www ruby MASTER_SITES= http://www.modruby.net/archive/ DIST_SUBDIR= ruby diff --git a/textproc/ruby-gdome/Makefile b/textproc/ruby-gdome/Makefile index cbd756b0050f..6aa2d639ec62 100644 --- a/textproc/ruby-gdome/Makefile +++ b/textproc/ruby-gdome/Makefile @@ -7,6 +7,7 @@ PORTNAME= gdome PORTVERSION= 0.1 +PORTREVISION= 1 CATEGORIES= textproc ruby MASTER_SITES= http://download.berlios.de/libgdome-ruby/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} diff --git a/textproc/ruby-qt2xml/Makefile b/textproc/ruby-qt2xml/Makefile index 86b007538d45..1fe67f34bf94 100644 --- a/textproc/ruby-qt2xml/Makefile +++ b/textproc/ruby-qt2xml/Makefile @@ -7,7 +7,7 @@ PORTNAME= qt2xml PORTVERSION= ${RUBY_QT2_PORTVERSION} -PORTREVISION= ${RUBY_QT2_PORTREVISION} +PORTREVISION= 1 CATEGORIES= textproc x11-toolkits ruby MASTER_SITES= ${RUBY_QT2_MASTER_SITES} PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} diff --git a/textproc/ruby-sablot/Makefile b/textproc/ruby-sablot/Makefile index 22c99cca3a52..5476bd3c52cb 100644 --- a/textproc/ruby-sablot/Makefile +++ b/textproc/ruby-sablot/Makefile @@ -7,7 +7,7 @@ PORTNAME= sablot PORTVERSION= 0.5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc ruby MASTER_SITES= http://www.rubycolor.org/arc/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} diff --git a/textproc/ruby-xmlparser/Makefile b/textproc/ruby-xmlparser/Makefile index f2bac49d2d6d..6c63175ef3d0 100644 --- a/textproc/ruby-xmlparser/Makefile +++ b/textproc/ruby-xmlparser/Makefile @@ -7,7 +7,7 @@ PORTNAME= xmlparser PORTVERSION= 0.6.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc ruby MASTER_SITES= http://www.yoshidam.net/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} |