diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2009-02-13 15:31:11 +0000 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2009-02-13 15:31:11 +0000 |
commit | 17f89bc151641330c771d997ec9751f853257328 (patch) | |
tree | 3050e94c7a637c083f6b7f99ecae2bc20ddd1430 /audio/id3v2 | |
parent | b3bd71dfd10813f40c8d64537d0948530eaa8ee0 (diff) | |
download | FreeBSD-ports-17f89bc151641330c771d997ec9751f853257328.zip FreeBSD-ports-17f89bc151641330c771d997ec9751f853257328.tar.gz |
- Pass maintainership to submitter
Submitted by: Sergey Voronkov via freebsd-ports@
Diffstat (limited to 'audio/id3v2')
-rw-r--r-- | audio/id3v2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/id3v2/Makefile b/audio/id3v2/Makefile index 92d790c..d94b15d 100644 --- a/audio/id3v2/Makefile +++ b/audio/id3v2/Makefile @@ -11,7 +11,7 @@ CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= id3v2 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= serg@tmn.ru COMMENT= Command line id3v2 tag editor LIB_DEPENDS= id3-3.8.3:${PORTSDIR}/audio/id3lib |