diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2009-08-04 06:06:32 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2009-08-04 06:06:32 +0800 |
commit | 78c2ea923ea12378fac876c2aa90f29f34099140 (patch) | |
tree | b3aaf40a10327d8fcf1e50d4b98839033c41a136 | |
parent | 2314db339e9a71ec9fdbf513f092191a42b450ee (diff) | |
download | freebsd-ports-gnome-78c2ea923ea12378fac876c2aa90f29f34099140.tar.gz freebsd-ports-gnome-78c2ea923ea12378fac876c2aa90f29f34099140.tar.zst freebsd-ports-gnome-78c2ea923ea12378fac876c2aa90f29f34099140.zip |
follow convention and send the ruby- ports to ruby@
-rw-r--r-- | audio/ruby-xmms2/Makefile | 2 | ||||
-rw-r--r-- | databases/ruby-dbd_interbase/Makefile | 2 | ||||
-rw-r--r-- | databases/ruby-dbd_msql/Makefile | 2 | ||||
-rw-r--r-- | databases/ruby-dbd_mysql/Makefile | 2 | ||||
-rw-r--r-- | databases/ruby-dbd_odbc/Makefile | 2 | ||||
-rw-r--r-- | databases/ruby-dbd_pg/Makefile | 2 | ||||
-rw-r--r-- | databases/ruby-dbd_sqlite/Makefile | 2 | ||||
-rw-r--r-- | databases/ruby-dbi/Makefile | 2 | ||||
-rw-r--r-- | devel/ruby-eet/Makefile | 2 | ||||
-rw-r--r-- | devel/ruby-event-loop/Makefile | 2 | ||||
-rw-r--r-- | devel/ruby-flexmock/Makefile | 2 | ||||
-rw-r--r-- | devel/ruby-wirble/Makefile | 2 | ||||
-rw-r--r-- | graphics/ruby-redact/Makefile | 2 | ||||
-rw-r--r-- | lang/ruby-extensions/Makefile | 2 |
14 files changed, 14 insertions, 14 deletions
diff --git a/audio/ruby-xmms2/Makefile b/audio/ruby-xmms2/Makefile index 07f3d8429ea3..cc6c1466e3f9 100644 --- a/audio/ruby-xmms2/Makefile +++ b/audio/ruby-xmms2/Makefile @@ -9,7 +9,7 @@ PORTREVISION= 2 CATEGORIES= audio ruby PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby Bindings for XMMS2 LIB_DEPENDS+= xmmsclient.4:${PORTSDIR}/audio/xmms2 diff --git a/databases/ruby-dbd_interbase/Makefile b/databases/ruby-dbd_interbase/Makefile index f3acb9ef1ed2..5669608458d9 100644 --- a/databases/ruby-dbd_interbase/Makefile +++ b/databases/ruby-dbd_interbase/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ${RUBY_DBI_DISTNAME} DIST_SUBDIR= ruby -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= InterBase driver for DBI-for-Ruby RUN_DEPENDS= ${RUBY_SITELIBDIR}/dbi.rb:${RUBY_DBI_PORTDIR} \ diff --git a/databases/ruby-dbd_msql/Makefile b/databases/ruby-dbd_msql/Makefile index 0b4c7b7fbaa4..3a31337cde91 100644 --- a/databases/ruby-dbd_msql/Makefile +++ b/databases/ruby-dbd_msql/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ${RUBY_DBI_DISTNAME} DIST_SUBDIR= ruby -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= mSQL driver for DBI-for-Ruby RUN_DEPENDS= ${RUBY_SITELIBDIR}/dbi.rb:${RUBY_DBI_PORTDIR} \ diff --git a/databases/ruby-dbd_mysql/Makefile b/databases/ruby-dbd_mysql/Makefile index 5c7f31d87976..d6702f5fb7f5 100644 --- a/databases/ruby-dbd_mysql/Makefile +++ b/databases/ruby-dbd_mysql/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ${RUBY_DBI_DISTNAME} DIST_SUBDIR= ruby -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= MySQL driver for DBI-for-Ruby RUN_DEPENDS= ${RUBY_SITELIBDIR}/dbi.rb:${RUBY_DBI_PORTDIR} \ diff --git a/databases/ruby-dbd_odbc/Makefile b/databases/ruby-dbd_odbc/Makefile index 617db2924932..7162189b2dac 100644 --- a/databases/ruby-dbd_odbc/Makefile +++ b/databases/ruby-dbd_odbc/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ${RUBY_DBI_DISTNAME} DIST_SUBDIR= ruby -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= ODBC driver for DBI-for-Ruby RUN_DEPENDS= ${RUBY_SITELIBDIR}/dbi.rb:${RUBY_DBI_PORTDIR} \ diff --git a/databases/ruby-dbd_pg/Makefile b/databases/ruby-dbd_pg/Makefile index 71ae4d39044c..3dca2d67a28a 100644 --- a/databases/ruby-dbd_pg/Makefile +++ b/databases/ruby-dbd_pg/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ${RUBY_DBI_DISTNAME} DIST_SUBDIR= ruby -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= PostgreSQL driver for DBI-for-Ruby RUN_DEPENDS= ${RUBY_SITELIBDIR}/dbi.rb:${RUBY_DBI_PORTDIR} \ diff --git a/databases/ruby-dbd_sqlite/Makefile b/databases/ruby-dbd_sqlite/Makefile index 795b6717b66b..fffdeab8720b 100644 --- a/databases/ruby-dbd_sqlite/Makefile +++ b/databases/ruby-dbd_sqlite/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ${RUBY_DBI_DISTNAME} DIST_SUBDIR= ruby -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= SQLite driver for DBI-for-Ruby LIB_DEPENDS= sqlite.2:${PORTSDIR}/databases/sqlite2 diff --git a/databases/ruby-dbi/Makefile b/databases/ruby-dbi/Makefile index 3d11cf5869ac..ddbcf4ef77b6 100644 --- a/databases/ruby-dbi/Makefile +++ b/databases/ruby-dbi/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ${RUBY_DBI_DISTNAME} DIST_SUBDIR= ruby -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= DBI-for-Ruby - a common interface for SQL-based databases RUN_DEPENDS= ${RUBY_SITELIBDIR}/aspectr.rb:${PORTSDIR}/devel/ruby-aspectr diff --git a/devel/ruby-eet/Makefile b/devel/ruby-eet/Makefile index 02a21d1cf1ce..43e4a67390ea 100644 --- a/devel/ruby-eet/Makefile +++ b/devel/ruby-eet/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.code-monkey.de/pub/ruby-eet/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ruby-eet-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby support for reading and writing EET files LIB_DEPENDS= eet.9:${PORTSDIR}/devel/eet diff --git a/devel/ruby-event-loop/Makefile b/devel/ruby-event-loop/Makefile index b417a5cbc080..97e2fcfaa350 100644 --- a/devel/ruby-event-loop/Makefile +++ b/devel/ruby-event-loop/Makefile @@ -11,7 +11,7 @@ CATEGORIES= devel ruby MASTER_SITES= http://www.brockman.se/software/ruby-event-loop/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= An Event loop for Ruby USE_RUBY= yes diff --git a/devel/ruby-flexmock/Makefile b/devel/ruby-flexmock/Makefile index 25529abafe6c..5457032c58e6 100644 --- a/devel/ruby-flexmock/Makefile +++ b/devel/ruby-flexmock/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} EXTRACT_SUFX= .tgz DIST_SUBDIR= ruby -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= A simple mock object for Ruby USE_RUBY= yes diff --git a/devel/ruby-wirble/Makefile b/devel/ruby-wirble/Makefile index 400b052cca46..93bf43d9d138 100644 --- a/devel/ruby-wirble/Makefile +++ b/devel/ruby-wirble/Makefile @@ -12,7 +12,7 @@ MASTER_SITES=http://pablotron.org/files/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ${PORTNAME}-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= A set of enhancements of irb DOCS_EN= README diff --git a/graphics/ruby-redact/Makefile b/graphics/ruby-redact/Makefile index 4de1dc2601c6..c6e056458c14 100644 --- a/graphics/ruby-redact/Makefile +++ b/graphics/ruby-redact/Makefile @@ -11,7 +11,7 @@ CATEGORIES= graphics ruby MASTER_SITES= ftp://ftp.code-monkey.de/pub/redact/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= An edje compiler written in ruby BUILD_DEPENDS= ${RUBY_SITEARCHLIBDIR}/imlib2.so:${PORTSDIR}/graphics/ruby-imlib2 \ diff --git a/lang/ruby-extensions/Makefile b/lang/ruby-extensions/Makefile index c927e0aee1a1..575cbc2b234a 100644 --- a/lang/ruby-extensions/Makefile +++ b/lang/ruby-extensions/Makefile @@ -15,7 +15,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION} EXTRACT_SUFX= .tgz DIST_SUBDIR= ruby -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= Useful extensions for Ruby's standard classes RUBY_SETUP= install.rb |