diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2009-06-16 15:53:25 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2009-06-16 15:53:25 +0000 |
commit | cc69d7aa7d8a279c32a2798872c1d26d33ad4201 (patch) | |
tree | 9e07b5af195014d0e3d4e4baefd5f499802f063b /audio | |
parent | 18971b06c67e29f3761591676197a943343ac88e (diff) |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/ruby-musicextras/Makefile | 2 | ||||
-rw-r--r-- | audio/ruby-ogginfo/Makefile | 2 | ||||
-rw-r--r-- | audio/ruby-shout/Makefile | 2 | ||||
-rw-r--r-- | audio/ruby-vorbisfile/Makefile | 2 | ||||
-rw-r--r-- | audio/ruby-xmms/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/audio/ruby-musicextras/Makefile b/audio/ruby-musicextras/Makefile index e7b2760f763e..aa3989ac3a08 100644 --- a/audio/ruby-musicextras/Makefile +++ b/audio/ruby-musicextras/Makefile @@ -12,7 +12,7 @@ CATEGORIES= audio ruby MASTER_SITES= http://www.divineinvasion.net/musicextras/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= Automatically retrieving extra information for songs RUN_DEPENDS= ${RUBY_SITELIBDIR}/mp3info.rb:${PORTSDIR}/audio/ruby-mp3info \ diff --git a/audio/ruby-ogginfo/Makefile b/audio/ruby-ogginfo/Makefile index 75716fa622d9..cbaba73537a4 100644 --- a/audio/ruby-ogginfo/Makefile +++ b/audio/ruby-ogginfo/Makefile @@ -15,7 +15,7 @@ DISTFILES= ${PORTNAME}.rb DIST_SUBDIR= ruby/ogginfo-0.1 EXTRACT_ONLY= # none -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= A Ruby library to access to information on ogg files USE_RUBY= yes diff --git a/audio/ruby-shout/Makefile b/audio/ruby-shout/Makefile index c0e2bb2b3d00..e12ce7dcaf24 100644 --- a/audio/ruby-shout/Makefile +++ b/audio/ruby-shout/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ruby-${PORTNAME}-${PORTVERSION} DIST_SUBDIR= ruby -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= A Ruby binding to the libshout library LIB_DEPENDS= shout.5:${PORTSDIR}/audio/libshout2 diff --git a/audio/ruby-vorbisfile/Makefile b/audio/ruby-vorbisfile/Makefile index ec9a7c7d5b5b..a74ed4636f7a 100644 --- a/audio/ruby-vorbisfile/Makefile +++ b/audio/ruby-vorbisfile/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ruby-${PORTNAME}-${PORTVERSION} DIST_SUBDIR= ruby -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= A Ruby extension wrapping libvorbisfile LIB_DEPENDS= vorbisfile.5:${PORTSDIR}/audio/libvorbis diff --git a/audio/ruby-xmms/Makefile b/audio/ruby-xmms/Makefile index ccee8da91b2f..3674c409d3f2 100644 --- a/audio/ruby-xmms/Makefile +++ b/audio/ruby-xmms/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ${PORTNAME}-ruby-${PORTVERSION} DIST_SUBDIR= ruby -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= XMMS bindings for Ruby LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms |