aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Logvinov <avl@FreeBSD.org>2010-12-08 23:08:04 +0000
committerAlexander Logvinov <avl@FreeBSD.org>2010-12-08 23:08:04 +0000
commit29c6893e43aebe3726665de81f15cf14b31edd45 (patch)
tree66e0490e1355afad48b1b6f462cdfc3445ab9cb2
parent2a11d91402fb5bc5a73ab770268cbaf92eb5ce60 (diff)
downloadports-29c6893e43aebe3726665de81f15cf14b31edd45.tar.gz
ports-29c6893e43aebe3726665de81f15cf14b31edd45.zip
- Re-assign all my ruby* ports to ruby@
Discussed with: pgollucci, stas
Notes
Notes: svn path=/head/; revision=265881
-rw-r--r--benchmarks/rubygem-railsbench/Makefile2
-rw-r--r--databases/ruby-sybct/Makefile2
-rw-r--r--databases/rubygem-activerecord-jdbc-adapter/Makefile2
-rw-r--r--databases/rubygem-activerecord-jdbcmysql-adapter/Makefile2
-rw-r--r--databases/rubygem-jdbc-mysql/Makefile2
-rw-r--r--databases/rubygem-rbase/Makefile2
-rw-r--r--devel/rubygem-analogger/Makefile2
-rw-r--r--devel/rubygem-authlogic/Makefile2
-rw-r--r--devel/rubygem-builder/Makefile2
-rw-r--r--devel/rubygem-daemons/Makefile2
-rw-r--r--devel/rubygem-eventmachine/Makefile2
-rw-r--r--devel/rubygem-fastthread/Makefile2
-rw-r--r--devel/rubygem-gem_plugin/Makefile2
-rw-r--r--devel/rubygem-jruby-jars/Makefile2
-rw-r--r--devel/rubygem-ruby-debug-ide/Makefile2
-rw-r--r--devel/rubygem-ruby-ole/Makefile2
-rw-r--r--devel/rubygem-warbler/Makefile2
-rw-r--r--graphics/rubygem-captcha/Makefile2
-rw-r--r--graphics/rubygem-gd2/Makefile2
-rw-r--r--graphics/rubygem-railroad/Makefile2
-rw-r--r--graphics/rubygem-turing/Makefile2
-rw-r--r--russian/rubygem-russian/Makefile2
-rw-r--r--russian/rubygem-rutils/Makefile2
-rw-r--r--textproc/rubygem-spreadsheet/Makefile2
-rw-r--r--www/ruby-fcgi/Makefile2
-rw-r--r--www/rubygem-bluecloth/Makefile2
-rw-r--r--www/rubygem-maruku/Makefile2
-rw-r--r--www/rubygem-mongrel_cluster/Makefile2
28 files changed, 28 insertions, 28 deletions
diff --git a/benchmarks/rubygem-railsbench/Makefile b/benchmarks/rubygem-railsbench/Makefile
index c57e4a52cca4..ee02e9d90834 100644
--- a/benchmarks/rubygem-railsbench/Makefile
+++ b/benchmarks/rubygem-railsbench/Makefile
@@ -9,7 +9,7 @@ PORTVERSION= 0.9.8
CATEGORIES= benchmarks rubygems
MASTER_SITES= RG
-MAINTAINER= avl@FreeBSD.org
+MAINTAINER= ruby@FreeBSD.org
COMMENT= Scripts designed for benchmarking of Rails applications
RUN_DEPENDS= rubygem-hoe>=1.2.0:${PORTSDIR}/devel/rubygem-hoe
diff --git a/databases/ruby-sybct/Makefile b/databases/ruby-sybct/Makefile
index b72da1b9e775..712f2592e597 100644
--- a/databases/ruby-sybct/Makefile
+++ b/databases/ruby-sybct/Makefile
@@ -13,7 +13,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME}-ruby-${PORTVERSION}
DIST_SUBDIR= ruby
-MAINTAINER= avl@FreeBSD.org
+MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby module for accessing Sybase databases
LIB_DEPENDS= tds.5:${PORTSDIR}/databases/freetds
diff --git a/databases/rubygem-activerecord-jdbc-adapter/Makefile b/databases/rubygem-activerecord-jdbc-adapter/Makefile
index 3caa2e6d4d31..aa6636a8536e 100644
--- a/databases/rubygem-activerecord-jdbc-adapter/Makefile
+++ b/databases/rubygem-activerecord-jdbc-adapter/Makefile
@@ -9,7 +9,7 @@ PORTVERSION= 0.9.2
CATEGORIES= databases rubygems java
MASTER_SITES= RG
-MAINTAINER= avl@FreeBSD.org
+MAINTAINER= ruby@FreeBSD.org
COMMENT= JDBC adapter for ActiveRecord, for use within JRuby on Rails
RUN_DEPENDS= jruby:${PORTSDIR}/lang/jruby
diff --git a/databases/rubygem-activerecord-jdbcmysql-adapter/Makefile b/databases/rubygem-activerecord-jdbcmysql-adapter/Makefile
index 4174ec6eeecb..cb0e29ac8bce 100644
--- a/databases/rubygem-activerecord-jdbcmysql-adapter/Makefile
+++ b/databases/rubygem-activerecord-jdbcmysql-adapter/Makefile
@@ -10,7 +10,7 @@ PORTREVISION= 2
CATEGORIES= databases rubygems java
MASTER_SITES= RG
-MAINTAINER= avl@FreeBSD.org
+MAINTAINER= ruby@FreeBSD.org
COMMENT= An ActiveRecord driver for MySQL using JDBC running under JRuby
RUN_DEPENDS= rubygem-jdbc-mysql>=5.0.4:${PORTSDIR}/databases/rubygem-jdbc-mysql \
diff --git a/databases/rubygem-jdbc-mysql/Makefile b/databases/rubygem-jdbc-mysql/Makefile
index 68f61c880798..3f31b19eb512 100644
--- a/databases/rubygem-jdbc-mysql/Makefile
+++ b/databases/rubygem-jdbc-mysql/Makefile
@@ -9,7 +9,7 @@ PORTVERSION= 5.0.4
CATEGORIES= databases rubygems java
MASTER_SITES= RG
-MAINTAINER= avl@FreeBSD.org
+MAINTAINER= ruby@FreeBSD.org
COMMENT= MySQL JDBC driver for JRuby
RUN_DEPENDS= jruby:${PORTSDIR}/lang/jruby
diff --git a/databases/rubygem-rbase/Makefile b/databases/rubygem-rbase/Makefile
index 7b9dcc662612..cff8311a627c 100644
--- a/databases/rubygem-rbase/Makefile
+++ b/databases/rubygem-rbase/Makefile
@@ -9,7 +9,7 @@ PORTVERSION= 0.1.3
CATEGORIES= databases rubygems
MASTER_SITES= RG
-MAINTAINER= avl@FreeBSD.org
+MAINTAINER= ruby@FreeBSD.org
COMMENT= Library to create/read/write to XBase databases (*.DBF files)
USE_RUBY= yes
diff --git a/devel/rubygem-analogger/Makefile b/devel/rubygem-analogger/Makefile
index efc0844a44d6..804329588ffe 100644
--- a/devel/rubygem-analogger/Makefile
+++ b/devel/rubygem-analogger/Makefile
@@ -10,7 +10,7 @@ PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
-MAINTAINER= avl@FreeBSD.org
+MAINTAINER= ruby@FreeBSD.org
COMMENT= A fast, flexible, easy to use logging service for Ruby
RUN_DEPENDS= rubygem-eventmachine>=0.0.0:${PORTSDIR}/devel/rubygem-eventmachine
diff --git a/devel/rubygem-authlogic/Makefile b/devel/rubygem-authlogic/Makefile
index 602ebd5119d6..e8d6de7abb42 100644
--- a/devel/rubygem-authlogic/Makefile
+++ b/devel/rubygem-authlogic/Makefile
@@ -10,7 +10,7 @@ PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
-MAINTAINER= avl@FreeBSD.org
+MAINTAINER= ruby@FreeBSD.org
COMMENT= A clean, simple, and unobtrusive Ruby authentication solution
RUN_DEPENDS= rubygem-activesupport>=0:${PORTSDIR}/devel/rubygem-activesupport
diff --git a/devel/rubygem-builder/Makefile b/devel/rubygem-builder/Makefile
index 68642ac6ade9..692551b36588 100644
--- a/devel/rubygem-builder/Makefile
+++ b/devel/rubygem-builder/Makefile
@@ -11,7 +11,7 @@ PORTVERSION= 2.1.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
-MAINTAINER= avl@FreeBSD.org
+MAINTAINER= ruby@FreeBSD.org
COMMENT= Facilitate programatic generation of XML markup
USE_RUBY= yes
diff --git a/devel/rubygem-daemons/Makefile b/devel/rubygem-daemons/Makefile
index ac6034e7639e..5120ad7e0634 100644
--- a/devel/rubygem-daemons/Makefile
+++ b/devel/rubygem-daemons/Makefile
@@ -9,7 +9,7 @@ PORTVERSION= 1.1.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
-MAINTAINER= avl@FreeBSD.org
+MAINTAINER= ruby@FreeBSD.org
COMMENT= A toolkit to convert your script to a controllable daemon
USE_RUBY= yes
diff --git a/devel/rubygem-eventmachine/Makefile b/devel/rubygem-eventmachine/Makefile
index c99b8ffa8929..709efec258b2 100644
--- a/devel/rubygem-eventmachine/Makefile
+++ b/devel/rubygem-eventmachine/Makefile
@@ -9,7 +9,7 @@ PORTVERSION= 0.12.10
CATEGORIES= devel rubygems
MASTER_SITES= RG
-MAINTAINER= avl@FreeBSD.org
+MAINTAINER= ruby@FreeBSD.org
COMMENT= A fast, simple event-processing library for Ruby programs
USE_RUBY= yes
diff --git a/devel/rubygem-fastthread/Makefile b/devel/rubygem-fastthread/Makefile
index 38db046ce6d7..75fd332d9cc1 100644
--- a/devel/rubygem-fastthread/Makefile
+++ b/devel/rubygem-fastthread/Makefile
@@ -9,7 +9,7 @@ PORTVERSION= 1.0.7
CATEGORIES= devel rubygems
MASTER_SITES= RG
-MAINTAINER= avl@FreeBSD.org
+MAINTAINER= ruby@FreeBSD.org
COMMENT= Optimized replacement for thread.rb primitives
USE_RUBY= yes
diff --git a/devel/rubygem-gem_plugin/Makefile b/devel/rubygem-gem_plugin/Makefile
index 48f421bd87e9..e2aa61a78c52 100644
--- a/devel/rubygem-gem_plugin/Makefile
+++ b/devel/rubygem-gem_plugin/Makefile
@@ -10,7 +10,7 @@ PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
-MAINTAINER= avl@FreeBSD.org
+MAINTAINER= ruby@FreeBSD.org
COMMENT= Gem Based Plugin System
USE_RUBY= yes
diff --git a/devel/rubygem-jruby-jars/Makefile b/devel/rubygem-jruby-jars/Makefile
index 57bae679017b..70c02f2b9ebd 100644
--- a/devel/rubygem-jruby-jars/Makefile
+++ b/devel/rubygem-jruby-jars/Makefile
@@ -9,7 +9,7 @@ PORTVERSION= 1.5.6
CATEGORIES= devel rubygems java
MASTER_SITES= RG
-MAINTAINER= avl@FreeBSD.org
+MAINTAINER= ruby@FreeBSD.org
COMMENT= JAR files from the JRuby distribution
USE_JAVA= yes
diff --git a/devel/rubygem-ruby-debug-ide/Makefile b/devel/rubygem-ruby-debug-ide/Makefile
index 32e2a286d64c..53d6c58db20f 100644
--- a/devel/rubygem-ruby-debug-ide/Makefile
+++ b/devel/rubygem-ruby-debug-ide/Makefile
@@ -9,7 +9,7 @@ PORTVERSION= 0.4.11
CATEGORIES= devel rubygems
MASTER_SITES= RG
-MAINTAINER= avl@FreeBSD.org
+MAINTAINER= ruby@FreeBSD.org
COMMENT= IDE interface for ruby-debug
RUN_DEPENDS= rubygem-ruby-debug-base>=0.10.0:${PORTSDIR}/devel/rubygem-ruby-debug-base
diff --git a/devel/rubygem-ruby-ole/Makefile b/devel/rubygem-ruby-ole/Makefile
index 964985851a27..43f49b17281b 100644
--- a/devel/rubygem-ruby-ole/Makefile
+++ b/devel/rubygem-ruby-ole/Makefile
@@ -10,7 +10,7 @@ PORTVERSION= 1.2.11.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
-MAINTAINER= avl@FreeBSD.org
+MAINTAINER= ruby@FreeBSD.org
COMMENT= A library for easy read/write access to OLE compound documents
USE_RUBY= yes
diff --git a/devel/rubygem-warbler/Makefile b/devel/rubygem-warbler/Makefile
index bd8fd15b5fc1..447ecddcea1c 100644
--- a/devel/rubygem-warbler/Makefile
+++ b/devel/rubygem-warbler/Makefile
@@ -10,7 +10,7 @@ PORTREVISION= 2
CATEGORIES= devel rubygems java
MASTER_SITES= RG
-MAINTAINER= avl@FreeBSD.org
+MAINTAINER= ruby@FreeBSD.org
COMMENT= A constructor of .war files of Rails applications
RUN_DEPENDS= jruby:${PORTSDIR}/lang/jruby \
diff --git a/graphics/rubygem-captcha/Makefile b/graphics/rubygem-captcha/Makefile
index b1a2ddd02163..8e7e7642d85a 100644
--- a/graphics/rubygem-captcha/Makefile
+++ b/graphics/rubygem-captcha/Makefile
@@ -10,7 +10,7 @@ PORTREVISION= 4
CATEGORIES= graphics rubygems
MASTER_SITES= RG
-MAINTAINER= avl@FreeBSD.org
+MAINTAINER= ruby@FreeBSD.org
COMMENT= A simple CAPTCHA written in Ruby
BUILD_DEPENDS= ${RUBY_SITEARCHLIBDIR}/GD.so:${PORTSDIR}/graphics/ruby-gd
diff --git a/graphics/rubygem-gd2/Makefile b/graphics/rubygem-gd2/Makefile
index 5f2e155e27da..2cc0e636e216 100644
--- a/graphics/rubygem-gd2/Makefile
+++ b/graphics/rubygem-gd2/Makefile
@@ -10,7 +10,7 @@ PORTREVISION= 3
CATEGORIES= graphics rubygems
MASTER_SITES= RG
-MAINTAINER= avl@FreeBSD.org
+MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby binding for Thomas Boutell's gd 2.x graphics library #'
LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd
diff --git a/graphics/rubygem-railroad/Makefile b/graphics/rubygem-railroad/Makefile
index 284ef451913d..4cbe8f65712d 100644
--- a/graphics/rubygem-railroad/Makefile
+++ b/graphics/rubygem-railroad/Makefile
@@ -9,7 +9,7 @@ PORTVERSION= 0.5.0
CATEGORIES= graphics devel rubygems
MASTER_SITES= RG
-MAINTAINER= avl@FreeBSD.org
+MAINTAINER= ruby@FreeBSD.org
COMMENT= A class diagrams generator for Ruby on Rails applications
USE_RUBY= yes
diff --git a/graphics/rubygem-turing/Makefile b/graphics/rubygem-turing/Makefile
index da3e1e37663e..4f51ea70dabd 100644
--- a/graphics/rubygem-turing/Makefile
+++ b/graphics/rubygem-turing/Makefile
@@ -10,7 +10,7 @@ PORTREVISION= 3
CATEGORIES= graphics rubygems
MASTER_SITES= RG
-MAINTAINER= avl@FreeBSD.org
+MAINTAINER= ruby@FreeBSD.org
COMMENT= Easy to use and customize/extend implementation of captcha
RUN_DEPENDS= rubygem-gd2>=1.0:${PORTSDIR}/graphics/rubygem-gd2
diff --git a/russian/rubygem-russian/Makefile b/russian/rubygem-russian/Makefile
index 61f11fe32517..9bd8c24fb6b6 100644
--- a/russian/rubygem-russian/Makefile
+++ b/russian/rubygem-russian/Makefile
@@ -9,7 +9,7 @@ PORTVERSION= 0.2.7
CATEGORIES= russian devel rubygems
MASTER_SITES= RG
-MAINTAINER= avl@FreeBSD.org
+MAINTAINER= ruby@FreeBSD.org
COMMENT= Russian language support for Ruby and Rails, based on I18n library
USE_RUBY= yes
diff --git a/russian/rubygem-rutils/Makefile b/russian/rubygem-rutils/Makefile
index bf09e4264078..78d53378c517 100644
--- a/russian/rubygem-rutils/Makefile
+++ b/russian/rubygem-rutils/Makefile
@@ -9,7 +9,7 @@ PORTVERSION= 1.0.3
CATEGORIES= russian devel rubygems
MASTER_SITES= RG
-MAINTAINER= avl@FreeBSD.org
+MAINTAINER= ruby@FreeBSD.org
COMMENT= Simple processing of russian strings
USE_RUBY= yes
diff --git a/textproc/rubygem-spreadsheet/Makefile b/textproc/rubygem-spreadsheet/Makefile
index 2f8516e76993..43f1180ccd79 100644
--- a/textproc/rubygem-spreadsheet/Makefile
+++ b/textproc/rubygem-spreadsheet/Makefile
@@ -11,7 +11,7 @@ PORTREVISION= 1
CATEGORIES= textproc rubygems
MASTER_SITES= RG
-MAINTAINER= avl@FreeBSD.org
+MAINTAINER= ruby@FreeBSD.org
COMMENT= A Ruby module to generate Microsoft Excel compatible files
RUN_DEPENDS= rubygem-ruby-ole>=0:${PORTSDIR}/devel/rubygem-ruby-ole
diff --git a/www/ruby-fcgi/Makefile b/www/ruby-fcgi/Makefile
index e8b29a2daa1c..dec0e9edaf7d 100644
--- a/www/ruby-fcgi/Makefile
+++ b/www/ruby-fcgi/Makefile
@@ -13,7 +13,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
EXTRACT_SUFX= .tgz
DIST_SUBDIR= ruby
-MAINTAINER= avl@FreeBSD.org
+MAINTAINER= ruby@FreeBSD.org
COMMENT= FastCGI library for Ruby
LIB_DEPENDS= fcgi.0:${PORTSDIR}/www/fcgi
diff --git a/www/rubygem-bluecloth/Makefile b/www/rubygem-bluecloth/Makefile
index 2a74bc3cff4a..406fb653f516 100644
--- a/www/rubygem-bluecloth/Makefile
+++ b/www/rubygem-bluecloth/Makefile
@@ -8,7 +8,7 @@ CATEGORIES= www rubygems
MASTER_SITES= RG
DISTNAME= BlueCloth-${PORTVERSION}
-MAINTAINER= avl@FreeBSD.org
+MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby implementation of Markdown, a text-to-HTML conversion tool
GEM_NAME= ${DISTNAME}
diff --git a/www/rubygem-maruku/Makefile b/www/rubygem-maruku/Makefile
index e66c0228c152..9db0a0b91274 100644
--- a/www/rubygem-maruku/Makefile
+++ b/www/rubygem-maruku/Makefile
@@ -9,7 +9,7 @@ PORTVERSION= 0.6.0
CATEGORIES= www rubygems
MASTER_SITES= RG
-MAINTAINER= avl@FreeBSD.org
+MAINTAINER= ruby@FreeBSD.org
COMMENT= A Markdown and PHP Markdown extra interpreter for Ruby
RUN_DEPENDS= rubygem-syntax>=1.0.0:${PORTSDIR}/textproc/rubygem-syntax
diff --git a/www/rubygem-mongrel_cluster/Makefile b/www/rubygem-mongrel_cluster/Makefile
index ebd50ea9e3d0..5dca9d6c15d1 100644
--- a/www/rubygem-mongrel_cluster/Makefile
+++ b/www/rubygem-mongrel_cluster/Makefile
@@ -10,7 +10,7 @@ PORTREVISION= 2
CATEGORIES= www rubygems
MASTER_SITES= RG
-MAINTAINER= avl@FreeBSD.org
+MAINTAINER= ruby@FreeBSD.org
COMMENT= Manages multiple Mongrel processes
RUN_DEPENDS= rubygem-mongrel>=1.0.2:${PORTSDIR}/www/rubygem-mongrel