diff options
author | swills <swills@FreeBSD.org> | 2011-11-03 22:43:28 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2011-11-03 22:43:28 +0800 |
commit | 4ee9df728bdb49247a6e6f8d7fc6829087019373 (patch) | |
tree | 31bcd4ab0ddb2d399a57183d1f61705263b32af0 /devel | |
parent | c82580a529dbe6bfdfc82518e6956ae31a53a732 (diff) | |
download | freebsd-ports-gnome-4ee9df728bdb49247a6e6f8d7fc6829087019373.tar.gz freebsd-ports-gnome-4ee9df728bdb49247a6e6f8d7fc6829087019373.tar.zst freebsd-ports-gnome-4ee9df728bdb49247a6e6f8d7fc6829087019373.zip |
- Change maintainer to ruby@ so that any ruby@ folks can update them
Diffstat (limited to 'devel')
-rw-r--r-- | devel/rubygem-filemagic/Makefile | 2 | ||||
-rw-r--r-- | devel/rubygem-mkrf/Makefile | 2 | ||||
-rw-r--r-- | devel/rubygem-railsless-deploy/Makefile | 2 | ||||
-rw-r--r-- | devel/rubygem-sdl/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/devel/rubygem-filemagic/Makefile b/devel/rubygem-filemagic/Makefile index 2c91ac5c9ed0..be0efb4f8394 100644 --- a/devel/rubygem-filemagic/Makefile +++ b/devel/rubygem-filemagic/Makefile @@ -11,7 +11,7 @@ CATEGORIES= devel ruby MASTER_SITES= RG DISTNAME= ruby-${PORTNAME}-${PORTVERSION} -MAINTAINER= swills@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= A Ruby binding to libmagic(3) GEM_NAME= ${DISTNAME} diff --git a/devel/rubygem-mkrf/Makefile b/devel/rubygem-mkrf/Makefile index b47812663057..f2ae79e1d533 100644 --- a/devel/rubygem-mkrf/Makefile +++ b/devel/rubygem-mkrf/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 0.2.3 CATEGORIES= devel rubygems MASTER_SITES= RG -MAINTAINER= swills@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= Replacement to mkmf generates Rakefiles to build C Extensions USE_RUBY= yes diff --git a/devel/rubygem-railsless-deploy/Makefile b/devel/rubygem-railsless-deploy/Makefile index b93503da0f92..fe51aea09c83 100644 --- a/devel/rubygem-railsless-deploy/Makefile +++ b/devel/rubygem-railsless-deploy/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.0.2 CATEGORIES= devel rubygems MASTER_SITES= RG -MAINTAINER= swills@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= Replacement for the rails deploy strategy which ships with Capistrano RUN_DEPENDS= rubygem-capistrano>=1.0.0:${PORTSDIR}/sysutils/rubygem-capistrano diff --git a/devel/rubygem-sdl/Makefile b/devel/rubygem-sdl/Makefile index 071672110285..6bc26d08cb49 100644 --- a/devel/rubygem-sdl/Makefile +++ b/devel/rubygem-sdl/Makefile @@ -11,7 +11,7 @@ CATEGORIES= devel graphics audio ruby MASTER_SITES= RG DISTNAME= rubysdl-${PORTVERSION} -MAINTAINER= swills@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby extension library to use SDL library RUN_DEPENDS= rubygem-opengl>=0.60.1:${PORTSDIR}/graphics/rubygem-opengl |