diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2011-11-01 22:59:35 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2011-11-01 22:59:35 +0000 |
commit | 24d3feefdb6df0340e4df9b0570975d62c10fc40 (patch) | |
tree | bc8cf845a78f569dcd904cd7e5d9f7a3647940a6 /audio | |
parent | f1dde8025bfed439cc2d0bb08f2ce67293b71f97 (diff) |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/ruby-audiofile/Makefile | 2 | ||||
-rw-r--r-- | audio/ruby-esound/Makefile | 2 | ||||
-rw-r--r-- | audio/ruby-freedb/Makefile | 2 | ||||
-rw-r--r-- | audio/ruby-mp3info/Makefile | 2 | ||||
-rw-r--r-- | audio/ruby-mp3tag/Makefile | 2 | ||||
-rw-r--r-- | audio/ruby-musicbrainz/Makefile | 2 | ||||
-rw-r--r-- | audio/ruby-smf/Makefile | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/audio/ruby-audiofile/Makefile b/audio/ruby-audiofile/Makefile index 959c97ad6215..658b497060fc 100644 --- a/audio/ruby-audiofile/Makefile +++ b/audio/ruby-audiofile/Makefile @@ -14,7 +14,7 @@ DISTNAME= ruby-${PORTNAME}-${PORTVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${CDDB_DISTNAME}${EXTRACT_SUFX} DIST_SUBDIR= ruby -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= A Ruby binding to the audiofile library LIB_DEPENDS= audiofile.0:${PORTSDIR}/audio/libaudiofile diff --git a/audio/ruby-esound/Makefile b/audio/ruby-esound/Makefile index 355aec445462..981a4555f13e 100644 --- a/audio/ruby-esound/Makefile +++ b/audio/ruby-esound/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 EsounD library LIB_DEPENDS= esd.2:${PORTSDIR}/audio/esound diff --git a/audio/ruby-freedb/Makefile b/audio/ruby-freedb/Makefile index 5f7ed10562e2..cb69a654128d 100644 --- a/audio/ruby-freedb/Makefile +++ b/audio/ruby-freedb/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 library that provides access to Freedb/CDDB servers USE_RUBY= yes diff --git a/audio/ruby-mp3info/Makefile b/audio/ruby-mp3info/Makefile index a74b640eebb7..d6ed23ffbd98 100644 --- a/audio/ruby-mp3info/Makefile +++ b/audio/ruby-mp3info/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 library to access to information on mp3 files USE_BZIP2= yes diff --git a/audio/ruby-mp3tag/Makefile b/audio/ruby-mp3tag/Makefile index 0edbdb0a5ca4..0cf20a04fb31 100644 --- a/audio/ruby-mp3tag/Makefile +++ b/audio/ruby-mp3tag/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://users.cybercity.dk/~dsl8950/ruby/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DIST_SUBDIR= ruby -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= A Ruby module to manipulate ID3v1.1 tags in MP3 files USE_RUBY= yes diff --git a/audio/ruby-musicbrainz/Makefile b/audio/ruby-musicbrainz/Makefile index a3d54ea23842..074d175ee195 100644 --- a/audio/ruby-musicbrainz/Makefile +++ b/audio/ruby-musicbrainz/Makefile @@ -13,7 +13,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= mb-ruby-${PORTVERSION} DIST_SUBDIR= ruby -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= MusicBrainz bindings for Ruby LIB_DEPENDS= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz diff --git a/audio/ruby-smf/Makefile b/audio/ruby-smf/Makefile index 1c367790b0bc..50da59e21a49 100644 --- a/audio/ruby-smf/Makefile +++ b/audio/ruby-smf/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.funaba.org/archive/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DIST_SUBDIR= ruby -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby module to handle Standard MIDI Files USE_RUBY= yes |