summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--comms/ruby-termios/Makefile4
-rw-r--r--converters/ruby-uconv/Makefile4
-rw-r--r--databases/ruby-mysql/Makefile4
-rw-r--r--databases/ruby-postgresql/Makefile4
-rw-r--r--databases/ruby-qdbm/Makefile3
-rw-r--r--devel/ruby-subversion/Makefile3
-rw-r--r--graphics/ruby-RMagick/Makefile3
-rw-r--r--graphics/ruby-gd/Makefile4
-rw-r--r--graphics/ruby-imlib2/Makefile4
-rw-r--r--graphics/ruby-opengl/Makefile3
-rw-r--r--mail/ruby-tmail/Makefile4
-rw-r--r--math/ruby-gsl/Makefile4
-rw-r--r--multimedia/ruby-ming/Makefile3
-rw-r--r--security/ruby-tcpwrap/Makefile4
-rw-r--r--sysutils/ruby-quota/Makefile4
-rw-r--r--textproc/ruby-eruby/Makefile4
-rw-r--r--textproc/ruby-xmlparser/Makefile4
-rw-r--r--www/ap-ruby/Makefile4
-rw-r--r--www/ap2-ruby/Makefile4
-rw-r--r--www/ruby-clearsilver/Makefile4
-rw-r--r--x11/ruby-gtk/Makefile4
21 files changed, 42 insertions, 37 deletions
diff --git a/comms/ruby-termios/Makefile b/comms/ruby-termios/Makefile
index 842556dc9c4..09fcdd51cba 100644
--- a/comms/ruby-termios/Makefile
+++ b/comms/ruby-termios/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.15 2005/11/02 09:48:33 taca Exp $
+# $NetBSD: Makefile,v 1.16 2006/01/03 15:07:28 taca Exp $
#
DISTNAME= ruby-termios-0.9.4
PKGNAME= ${RUBY_PKGPREFIX}-termios-0.9.4
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= comms ruby
MASTER_SITES= http://arika.org/archive/
diff --git a/converters/ruby-uconv/Makefile b/converters/ruby-uconv/Makefile
index 5626d36ed3a..4397cad57f9 100644
--- a/converters/ruby-uconv/Makefile
+++ b/converters/ruby-uconv/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2005/11/02 09:48:33 taca Exp $
+# $NetBSD: Makefile,v 1.13 2006/01/03 15:07:28 taca Exp $
DISTNAME= uconv-0.4.12
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= converters japanese ruby
MASTER_SITES= http://www.yoshidam.net/
diff --git a/databases/ruby-mysql/Makefile b/databases/ruby-mysql/Makefile
index 32458c0f63d..1f4b6ae4ef4 100644
--- a/databases/ruby-mysql/Makefile
+++ b/databases/ruby-mysql/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.19 2005/11/03 07:17:39 taca Exp $
+# $NetBSD: Makefile,v 1.20 2006/01/03 15:07:29 taca Exp $
#
DISTNAME= mysql-ruby-2.7
PKGNAME= ${RUBY_PKGPREFIX}-mysql-2.7
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= databases ruby
MASTER_SITES= http://tmtm.org/downloads/mysql/ruby/
diff --git a/databases/ruby-postgresql/Makefile b/databases/ruby-postgresql/Makefile
index f3a45bf633a..30b938860c0 100644
--- a/databases/ruby-postgresql/Makefile
+++ b/databases/ruby-postgresql/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.25 2005/11/02 09:48:33 taca Exp $
+# $NetBSD: Makefile,v 1.26 2006/01/03 15:07:29 taca Exp $
DISTNAME= ruby-postgres-${VERSION}
PKGNAME= ${RUBY_PKGPREFIX}-postgresql-${VERSION}
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= databases ruby
MASTER_SITES= http://raa.ruby-lang.org/cache/postgres/ \
http://ruby.scripting.ca/postgres/archive/ \
diff --git a/databases/ruby-qdbm/Makefile b/databases/ruby-qdbm/Makefile
index c65a5d6bbb7..2be21de5212 100644
--- a/databases/ruby-qdbm/Makefile
+++ b/databases/ruby-qdbm/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2006/01/03 14:44:54 taca Exp $
+# $NetBSD: Makefile,v 1.3 2006/01/03 15:07:29 taca Exp $
#
.include "../../databases/qdbm/Makefile.common"
PKGNAME= ${RUBY_PKGPREFIX}-qdbm-1.0.0.${QDBM_VERSION}
+PKGREVISION= 1
CATEGORIES= databases ruby
MAINTAINER= obata@lins.jp
diff --git a/devel/ruby-subversion/Makefile b/devel/ruby-subversion/Makefile
index 448ba009048..c5b227040e7 100644
--- a/devel/ruby-subversion/Makefile
+++ b/devel/ruby-subversion/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2006/01/03 14:47:42 taca Exp $
+# $NetBSD: Makefile,v 1.8 2006/01/03 15:07:29 taca Exp $
PKGNAME= ${RUBY_PKGPREFIX}-subversion-${SVNVER}
+PKGREVISION= 1
COMMENT= Ruby bindings for Subversion
.include "../../devel/subversion/Makefile.common"
diff --git a/graphics/ruby-RMagick/Makefile b/graphics/ruby-RMagick/Makefile
index 9073d4250d4..6f5f045914c 100644
--- a/graphics/ruby-RMagick/Makefile
+++ b/graphics/ruby-RMagick/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2005/11/28 06:41:21 jlam Exp $
+# $NetBSD: Makefile,v 1.14 2006/01/03 15:07:29 taca Exp $
DISTNAME= RMagick-1.9.3
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= graphics ruby
MASTER_SITES= http://rubyforge.org/frs/download.php/6499/
EXTRACT_SUFX= .tar.bz2
diff --git a/graphics/ruby-gd/Makefile b/graphics/ruby-gd/Makefile
index eaed7a46140..ce0cf3d357b 100644
--- a/graphics/ruby-gd/Makefile
+++ b/graphics/ruby-gd/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2006/01/03 07:28:21 taca Exp $
+# $NetBSD: Makefile,v 1.17 2006/01/03 15:07:29 taca Exp $
DISTNAME= ruby-GD-${VER}-1
PKGNAME= ${RUBY_PKGPREFIX}-gd-${VER}.1
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= graphics ruby
MASTER_SITES= http://raa.ruby-lang.org/cache/ruby-gd/ \
http://tam.0xfa.com/ruby-gd/
diff --git a/graphics/ruby-imlib2/Makefile b/graphics/ruby-imlib2/Makefile
index ae6258e0341..d39da0417bb 100644
--- a/graphics/ruby-imlib2/Makefile
+++ b/graphics/ruby-imlib2/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2005/11/02 09:48:34 taca Exp $
+# $NetBSD: Makefile,v 1.7 2006/01/03 15:07:29 taca Exp $
DISTNAME= imlib2-ruby-${VER}
PKGNAME= ${RUBY_PKGPREFIX}-imlib2-${VER}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= graphics ruby
MASTER_SITES= http://www.pablotron.org/download/
diff --git a/graphics/ruby-opengl/Makefile b/graphics/ruby-opengl/Makefile
index 1b3952f461c..7a38ef1b516 100644
--- a/graphics/ruby-opengl/Makefile
+++ b/graphics/ruby-opengl/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.23 2005/12/05 23:55:09 rillig Exp $
+# $NetBSD: Makefile,v 1.24 2006/01/03 15:07:29 taca Exp $
DISTNAME= rbogl-${VERSION}
PKGNAME= ${RUBY_PKGPREFIX}-opengl-${VERSION}
+PKGREVISION= 1
CATEGORIES= graphics ruby
MASTER_SITES= http://www2.giganet.net/~yoshi/
diff --git a/mail/ruby-tmail/Makefile b/mail/ruby-tmail/Makefile
index bd57aaf4280..703eeea27b1 100644
--- a/mail/ruby-tmail/Makefile
+++ b/mail/ruby-tmail/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2005/11/02 09:48:34 taca Exp $
+# $NetBSD: Makefile,v 1.12 2006/01/03 15:07:29 taca Exp $
DISTNAME= tmail-0.10.8
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= mail ruby
MASTER_SITES= http://i.loveruby.net/archive/tmail/
diff --git a/math/ruby-gsl/Makefile b/math/ruby-gsl/Makefile
index 3d5c51720f2..824a4e1faa5 100644
--- a/math/ruby-gsl/Makefile
+++ b/math/ruby-gsl/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2005/11/02 09:48:34 taca Exp $
+# $NetBSD: Makefile,v 1.10 2006/01/03 15:07:29 taca Exp $
DISTNAME= ruby-gsl-0.2.0
PKGNAME= ${RUBY_PKGPREFIX}-gsl-0.2.0
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ruby-gsl/}
diff --git a/multimedia/ruby-ming/Makefile b/multimedia/ruby-ming/Makefile
index 43237f56f54..00fef087384 100644
--- a/multimedia/ruby-ming/Makefile
+++ b/multimedia/ruby-ming/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/11/04 04:35:42 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2006/01/03 15:07:29 taca Exp $
DISTNAME= ming-ruby-${VER}
PKGNAME= ${RUBY_PKGPREFIX}-ming-${VER}
+PKGREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= http://madscientist.jp/~ikegami/sources/
diff --git a/security/ruby-tcpwrap/Makefile b/security/ruby-tcpwrap/Makefile
index 816f72887c4..0c2f2a59f7c 100644
--- a/security/ruby-tcpwrap/Makefile
+++ b/security/ruby-tcpwrap/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2005/11/02 09:48:34 taca Exp $
+# $NetBSD: Makefile,v 1.14 2006/01/03 15:07:29 taca Exp $
DISTNAME= ruby-tcpwrap-0.6
PKGNAME= ${RUBY_PKGPREFIX}-tcpwrap-0.6
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= security ruby
MASTER_SITES= http://www.shugo.net/archive/ruby-tcpwrap/
diff --git a/sysutils/ruby-quota/Makefile b/sysutils/ruby-quota/Makefile
index d077e795f41..af3daa00095 100644
--- a/sysutils/ruby-quota/Makefile
+++ b/sysutils/ruby-quota/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.12 2005/11/02 09:48:34 taca Exp $
+# $NetBSD: Makefile,v 1.13 2006/01/03 15:07:29 taca Exp $
#
DISTNAME= ruby-quota-0.5.1
PKGNAME= ${RUBY_PKGPREFIX}-quota-0.5.1
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= sysutils ruby
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ruby-quota/}
diff --git a/textproc/ruby-eruby/Makefile b/textproc/ruby-eruby/Makefile
index 8fcbeca7666..700e97603a4 100644
--- a/textproc/ruby-eruby/Makefile
+++ b/textproc/ruby-eruby/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.18 2005/12/05 23:55:21 rillig Exp $
+# $NetBSD: Makefile,v 1.19 2006/01/03 15:07:29 taca Exp $
DISTNAME= eruby-${ERUBY_VERSION}
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
-PKGREVISION= 5
+PKGREVISION= 6
CATEGORIES= textproc ruby
MASTER_SITES= http://www.modruby.net/archive/
diff --git a/textproc/ruby-xmlparser/Makefile b/textproc/ruby-xmlparser/Makefile
index 420c327dfd7..3ef41b71d74 100644
--- a/textproc/ruby-xmlparser/Makefile
+++ b/textproc/ruby-xmlparser/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.6 2005/11/02 09:48:34 taca Exp $
+# $NetBSD: Makefile,v 1.7 2006/01/03 15:07:30 taca Exp $
#
DISTNAME= xmlparser-0.6.8.1
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= textproc ruby
MASTER_SITES= http://www.yoshidam.net/
diff --git a/www/ap-ruby/Makefile b/www/ap-ruby/Makefile
index 7e97458111a..80d0cce0186 100644
--- a/www/ap-ruby/Makefile
+++ b/www/ap-ruby/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.25 2005/12/29 06:22:21 jlam Exp $
+# $NetBSD: Makefile,v 1.26 2006/01/03 15:07:30 taca Exp $
#
DISTNAME= mod_ruby-${VERSION}
PKGNAME= ap-${RUBY_PKGPREFIX}-${VERSION}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= www ruby
MASTER_SITES= http://www.modruby.net/archive/
diff --git a/www/ap2-ruby/Makefile b/www/ap2-ruby/Makefile
index 6ee258d41ae..05e47b44e49 100644
--- a/www/ap2-ruby/Makefile
+++ b/www/ap2-ruby/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2005/12/29 06:22:21 jlam Exp $
+# $NetBSD: Makefile,v 1.17 2006/01/03 15:07:30 taca Exp $
DISTNAME= mod_ruby-${VERSION}
PKGNAME= ap2-${RUBY_PKGPREFIX}-${VERSION}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= www ruby
MASTER_SITES= http://www.modruby.net/archive/
diff --git a/www/ruby-clearsilver/Makefile b/www/ruby-clearsilver/Makefile
index 7370ec18d19..cafa751b2eb 100644
--- a/www/ruby-clearsilver/Makefile
+++ b/www/ruby-clearsilver/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2006/01/03 14:25:51 taca Exp $
+# $NetBSD: Makefile,v 1.10 2006/01/03 15:07:30 taca Exp $
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
.include "../../www/clearsilver/Makefile.common"
diff --git a/x11/ruby-gtk/Makefile b/x11/ruby-gtk/Makefile
index 7807b5eb749..0647692c896 100644
--- a/x11/ruby-gtk/Makefile
+++ b/x11/ruby-gtk/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.34 2005/11/02 09:48:34 taca Exp $
+# $NetBSD: Makefile,v 1.35 2006/01/03 15:07:30 taca Exp $
DISTNAME= ruby-gtk-${VERSION}
PKGNAME= ${RUBY_PKGPREFIX}-gtk-${VERSION}
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= x11 ruby
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ruby-gnome/}