diff options
-rw-r--r-- | audio/id3lib/Makefile | 2 | ||||
-rw-r--r-- | deskutils/tagutils/Makefile | 2 | ||||
-rw-r--r-- | devel/libleaftag/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/audio/id3lib/Makefile b/audio/id3lib/Makefile index 4c2b4ab46c40..25cdd61b4344 100644 --- a/audio/id3lib/Makefile +++ b/audio/id3lib/Makefile @@ -7,7 +7,7 @@ PORTREVISION= 10 CATEGORIES= audio MASTER_SITES= SF -MAINTAINER= kaeru@inigo-tech.com +MAINTAINER= ports@FreeBSD.org COMMENT= Library for manipulating ID3v1/v1.1 and ID3v2 tags BROKEN_mips= fails to link: '_ZTSN12_GLOBAL__N_117ConstIteratorImplE' referenced in section '.data.rel.ro' of tag.lo: defined in discarded section diff --git a/deskutils/tagutils/Makefile b/deskutils/tagutils/Makefile index c879fcbed480..c5a52dccb493 100644 --- a/deskutils/tagutils/Makefile +++ b/deskutils/tagutils/Makefile @@ -7,7 +7,7 @@ PORTREVISION= 2 CATEGORIES= deskutils MASTER_SITES= http://releases.chipx86.com/leaftag/tagutils/ -MAINTAINER= kaeru@inigo-tech.com +MAINTAINER= ports@FreeBSD.org COMMENT= Command line tool for tagging files LIB_DEPENDS= libleaftag.so:devel/libleaftag diff --git a/devel/libleaftag/Makefile b/devel/libleaftag/Makefile index 7c985f8514b4..49292d9702c7 100644 --- a/devel/libleaftag/Makefile +++ b/devel/libleaftag/Makefile @@ -7,7 +7,7 @@ PORTREVISION= 4 CATEGORIES= devel deskutils MASTER_SITES= http://releases.chipx86.com/leaftag/libleaftag/ -MAINTAINER= kaeru@inigo-tech.com +MAINTAINER= ports@FreeBSD.org COMMENT= Leaftag is a library for tagging files on the desktop USES= pathfix pkgconfig libtool sqlite:2 |