diff options
author | stas <stas@FreeBSD.org> | 2009-06-16 23:53:25 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2009-06-16 23:53:25 +0800 |
commit | 3ea3d0713c07e9484963d07baa51e2c15875a754 (patch) | |
tree | ebc774c1e92698f727e32e456d39bfcb655a66f5 /databases | |
parent | 035a58aa11f8c4a4858bd22b6da404f8e4d9c403 (diff) | |
download | freebsd-ports-gnome-3ea3d0713c07e9484963d07baa51e2c15875a754.tar.gz freebsd-ports-gnome-3ea3d0713c07e9484963d07baa51e2c15875a754.tar.zst freebsd-ports-gnome-3ea3d0713c07e9484963d07baa51e2c15875a754.zip |
- Assign all unmaintained ruby ports to ruby@,
so people will know where to send questions to.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/ruby-dbd_proxy/Makefile | 2 | ||||
-rw-r--r-- | databases/ruby-memcache/Makefile | 2 | ||||
-rw-r--r-- | databases/ruby-msql/Makefile | 2 | ||||
-rw-r--r-- | databases/ruby-o_dbm/Makefile | 2 | ||||
-rw-r--r-- | databases/ruby-search-namazu/Makefile | 2 | ||||
-rw-r--r-- | databases/ruby-sqlite/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/databases/ruby-dbd_proxy/Makefile b/databases/ruby-dbd_proxy/Makefile index 62fe9ec6aae9..97fa251f707f 100644 --- a/databases/ruby-dbd_proxy/Makefile +++ b/databases/ruby-dbd_proxy/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ${RUBY_DBI_DISTNAME} DIST_SUBDIR= ruby -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= Proxy/Server driver for DBI-for-Ruby RUN_DEPENDS= ${RUBY_SITELIBDIR}/dbi.rb:${RUBY_DBI_PORTDIR} diff --git a/databases/ruby-memcache/Makefile b/databases/ruby-memcache/Makefile index f997ce4556d0..70a4ec26ab94 100644 --- a/databases/ruby-memcache/Makefile +++ b/databases/ruby-memcache/Makefile @@ -13,7 +13,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= Ruby-MemCache-${PORTVERSION} DIST_SUBDIR= ruby -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= A memcached client library for Ruby BUILD_DEPENDS= ${RUBY_SITELIBDIR}/io/reactor.rb:${PORTSDIR}/devel/ruby-io-reactor diff --git a/databases/ruby-msql/Makefile b/databases/ruby-msql/Makefile index b6c18018145e..643302d469a9 100644 --- a/databases/ruby-msql/Makefile +++ b/databases/ruby-msql/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ruby-${PORTNAME}-${PORTVERSION} DIST_SUBDIR= ruby -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby API for mSQL LIB_DEPENDS= msql.1:${PORTSDIR}/databases/msql diff --git a/databases/ruby-o_dbm/Makefile b/databases/ruby-o_dbm/Makefile index 1d37459c54e7..ca34474327a3 100644 --- a/databases/ruby-o_dbm/Makefile +++ b/databases/ruby-o_dbm/Makefile @@ -13,7 +13,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} EXTRACT_SUFX= .tgz DIST_SUBDIR= ruby -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= An OODB-like DBM module for Ruby USE_RUBY= yes diff --git a/databases/ruby-search-namazu/Makefile b/databases/ruby-search-namazu/Makefile index b48f1a19d98c..62fc1323d7fc 100644 --- a/databases/ruby-search-namazu/Makefile +++ b/databases/ruby-search-namazu/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.tietew.jp/pub/ruby/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DIST_SUBDIR= ruby -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby library which wraps libnmz of Namazu LIB_DEPENDS= nmz.8:${PORTSDIR}/japanese/namazu2 diff --git a/databases/ruby-sqlite/Makefile b/databases/ruby-sqlite/Makefile index 960f7cf39d5d..f9c6ce691710 100644 --- a/databases/ruby-sqlite/Makefile +++ b/databases/ruby-sqlite/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ${PORTNAME}-ruby-${PORTVERSION} DIST_SUBDIR= ruby -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby interface to the SQLite DB engine version 2 LIB_DEPENDS= sqlite.2:${PORTSDIR}/databases/sqlite2 |