diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-17 17:54:27 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-17 17:54:27 +0000 |
commit | 37f0f0aa36cdefb8e10f093697cd1419ef4c8c9f (patch) | |
tree | b60c0f8e883d615b5ee979fb08c589557c5aac02 /textproc | |
parent | 67bb8db263f86de3c01b4945c626aab3163552be (diff) |
Notes
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} |