diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2011-11-02 06:59:35 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2011-11-02 06:59:35 +0800 |
commit | fc0eeccae0b19a3f8c045d3cfbc2dfe457ba0aaa (patch) | |
tree | d661a41b4fe7aefdca713b4515e18f64fb08ddff /databases | |
parent | 85ded549f839aa4bceeaee5cb0254e1980751eb2 (diff) | |
download | freebsd-ports-gnome-fc0eeccae0b19a3f8c045d3cfbc2dfe457ba0aaa.tar.gz freebsd-ports-gnome-fc0eeccae0b19a3f8c045d3cfbc2dfe457ba0aaa.tar.zst freebsd-ports-gnome-fc0eeccae0b19a3f8c045d3cfbc2dfe457ba0aaa.zip |
Send ports@ ruby ports over ruby@
most of these were from stas@
Diffstat (limited to 'databases')
-rw-r--r-- | databases/ruby-cdb/Makefile | 2 | ||||
-rw-r--r-- | databases/ruby-gdbm/Makefile | 2 | ||||
-rw-r--r-- | databases/ruby-kyotocabinet/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/databases/ruby-cdb/Makefile b/databases/ruby-cdb/Makefile index a49eb6eba510..dd7140bee255 100644 --- a/databases/ruby-cdb/Makefile +++ b/databases/ruby-cdb/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 interface to D. J. Bernstein's cdb (constant database) library BUILD_DEPENDS= ${NONEXISTENT}:${CDB_PORTDIR}:build diff --git a/databases/ruby-gdbm/Makefile b/databases/ruby-gdbm/Makefile index f90bf66652bb..729c2cabf4d3 100644 --- a/databases/ruby-gdbm/Makefile +++ b/databases/ruby-gdbm/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= # none PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTFILES= # none -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= A Ruby extension to GDBM library BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/${RUBY_PORT}:patch diff --git a/databases/ruby-kyotocabinet/Makefile b/databases/ruby-kyotocabinet/Makefile index 7986b679c44f..a23e68b74fb2 100644 --- a/databases/ruby-kyotocabinet/Makefile +++ b/databases/ruby-kyotocabinet/Makefile @@ -13,7 +13,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ${PORTNAME}-ruby-${PORTVERSION} DIST_SUBDIR= ruby -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby (1.9.1+) binding to Kyoto Cabinet LIB_DEPENDS= kyotocabinet.9:${PORTSDIR}/databases/kyotocabinet |