diff options
-rw-r--r-- | devel/ruby-gems/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 | ||||
-rw-r--r-- | mail/ruby-tmail/Makefile | 2 | ||||
-rw-r--r-- | net/ruby-spread/Makefile | 2 | ||||
-rw-r--r-- | sysutils/ruby-log4r/Makefile | 2 | ||||
-rw-r--r-- | www/ruby-cruisecontrolrb/Makefile | 4 |
8 files changed, 9 insertions, 9 deletions
diff --git a/devel/ruby-gems/Makefile b/devel/ruby-gems/Makefile index 3c53ec0a8401..247dfd74fa93 100644 --- a/devel/ruby-gems/Makefile +++ b/devel/ruby-gems/Makefile @@ -15,7 +15,7 @@ DISTNAME= ruby${PORTNAME}-${PORTVERSION} EXTRACT_SUFX= .tgz DIST_SUBDIR= ruby -MAINTAINER= pgollucci@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= Package management framework for the Ruby language USE_RUBY= yes diff --git a/lang/ruby-lua/Makefile b/lang/ruby-lua/Makefile index b6796c228cad..595c3141b2b9 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= pgollucci@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 493e01236d2d..7ec96b562948 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= pgollucci@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 cd837e8091e7..92abf2a82f62 100644 --- a/lang/ruby-perl/Makefile +++ b/lang/ruby-perl/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.yoshidam.net/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DIST_SUBDIR= ruby -MAINTAINER= pgollucci@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= A Ruby extension module to use the functions of Perl from Ruby USE_PERL5= yes diff --git a/mail/ruby-tmail/Makefile b/mail/ruby-tmail/Makefile index db210a1bf07e..f1f23cb1c475 100644 --- a/mail/ruby-tmail/Makefile +++ b/mail/ruby-tmail/Makefile @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DIST_SUBDIR= ruby -MAINTAINER= pgollucci@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= A RFC2822/MIME compliant mail manipulating library for Ruby USE_RUBY= yes diff --git a/net/ruby-spread/Makefile b/net/ruby-spread/Makefile index 328601f33d5c..9a3db92b5535 100644 --- a/net/ruby-spread/Makefile +++ b/net/ruby-spread/Makefile @@ -13,7 +13,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= rb_${PORTNAME} DIST_SUBDIR= ruby -MAINTAINER= pgollucci@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby interface to the Spread library LIB_DEPENDS= tspread.1:${PORTSDIR}/net/spread diff --git a/sysutils/ruby-log4r/Makefile b/sysutils/ruby-log4r/Makefile index a9fa12e316b0..8ef87b1b988d 100644 --- a/sysutils/ruby-log4r/Makefile +++ b/sysutils/ruby-log4r/Makefile @@ -14,7 +14,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION} EXTRACT_SUFX= .tgz DIST_SUBDIR= ruby -MAINTAINER= pgollucci@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= A flexible logging library written in Ruby USE_RUBY= yes diff --git a/www/ruby-cruisecontrolrb/Makefile b/www/ruby-cruisecontrolrb/Makefile index c5458da622b6..6c8b9fdeeb21 100644 --- a/www/ruby-cruisecontrolrb/Makefile +++ b/www/ruby-cruisecontrolrb/Makefile @@ -1,6 +1,6 @@ # Ports collection makefile for: ruby-cruisecontrolrb # Date created: 25 Sep 2007 -# Whom: Philip M. Gollucci <pgollucci@FreeBSD.org> +# Whom: Philip M. Gollucci <pgollucci@p6m7g8.com> # # $FreeBSD$ @@ -12,7 +12,7 @@ MASTER_SITES= RF PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} EXTRACT_SUFX= .tgz -MAINTAINER= pgollucci@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= Continuous Integration Server For Rails Applications RUN_DEPENDS= rubygem-mongrel>=1.0.1:${PORTSDIR}/www/rubygem-mongrel \ |