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 /lang | |
parent | 035a58aa11f8c4a4858bd22b6da404f8e4d9c403 (diff) | |
download | freebsd-ports-graphics-3ea3d0713c07e9484963d07baa51e2c15875a754.tar.gz freebsd-ports-graphics-3ea3d0713c07e9484963d07baa51e2c15875a754.tar.zst freebsd-ports-graphics-3ea3d0713c07e9484963d07baa51e2c15875a754.zip |
- Assign all unmaintained ruby ports to ruby@,
so people will know where to send questions to.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ruby-js/Makefile | 2 | ||||
-rw-r--r-- | lang/ruby-lua/Makefile | 2 | ||||
-rw-r--r-- | lang/ruby-lua4/Makefile | 2 | ||||
-rw-r--r-- | lang/ruby-perl/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/lang/ruby-js/Makefile b/lang/ruby-js/Makefile index 4d4130f72f7..c08ca78b6be 100644 --- a/lang/ruby-js/Makefile +++ b/lang/ruby-js/Makefile @@ -13,7 +13,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ruby${PORTNAME}-${PORTVERSION} DIST_SUBDIR= ruby -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= A Ruby binding to NJS JavaScript Interpreter LIB_DEPENDS= js.0:${PORTSDIR}/lang/njs diff --git a/lang/ruby-lua/Makefile b/lang/ruby-lua/Makefile index 652df5a8958..595c3141b2b 100644 --- a/lang/ruby-lua/Makefile +++ b/lang/ruby-lua/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= rub-${PORTNAME}-${PORTVERSION} DIST_SUBDIR= ruby -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= A Ruby extension to make Lua script language as a class USE_LUA= 5.0 diff --git a/lang/ruby-lua4/Makefile b/lang/ruby-lua4/Makefile index 9428dfe6d61..7ec96b56294 100644 --- a/lang/ruby-lua4/Makefile +++ b/lang/ruby-lua4/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ruby${PORTNAME}-${PORTVERSION} DIST_SUBDIR= ruby -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= A Ruby extension to make Lua script language as a class USE_LUA= 4.0 diff --git a/lang/ruby-perl/Makefile b/lang/ruby-perl/Makefile index 1bf2c47eba9..0f6c795876b 100644 --- a/lang/ruby-perl/Makefile +++ b/lang/ruby-perl/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.yoshidam.net/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DIST_SUBDIR= ruby -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= A Ruby extension module to use the functions of Perl from Ruby USE_PERL5= yes |