diff options
author | wiz <wiz@pkgsrc.org> | 2011-02-28 14:52:37 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-02-28 14:52:37 +0000 |
commit | 4c3db3a9dda9f4a092d226b433bf9aed80214b27 (patch) | |
tree | faf1f48e391a5f43e0aa1f07d71638cd832c02f0 /audio/akode | |
parent | 77adbba1c790602b85d982fbc65ff128cd795af1 (diff) | |
download | pkgsrc-4c3db3a9dda9f4a092d226b433bf9aed80214b27.tar.gz |
Reset maintainer for retired developers.
Diffstat (limited to 'audio/akode')
-rw-r--r-- | audio/akode/Makefile | 4 | ||||
-rw-r--r-- | audio/akode/Makefile.common | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/audio/akode/Makefile b/audio/akode/Makefile index 06bafb3e77b..bd9ae6f5a00 100644 --- a/audio/akode/Makefile +++ b/audio/akode/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.3 2009/12/15 21:30:51 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2011/02/28 14:52:39 wiz Exp $ # PKGNAME= akode-2.0.2 PKGREVISION= 2 -MAINTAINER= hasso@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Simple audio decoding framework (base package) LICENSE= gnu-lgpl-v2 diff --git a/audio/akode/Makefile.common b/audio/akode/Makefile.common index d2477ad0d6f..0c98ffe82de 100644 --- a/audio/akode/Makefile.common +++ b/audio/akode/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.1.1.1 2009/02/26 18:00:34 hasso Exp $ +# $NetBSD: Makefile.common,v 1.2 2011/02/28 14:52:39 wiz Exp $ # # used by audio/akode/Makefile # used by audio/akode-plugins-alsa/Makefile @@ -18,7 +18,7 @@ CATEGORIES= audio MASTER_SITES= http://www.kde-apps.org/CONTENT/content-files/ EXTRACT_SUFX= .tar.bz2 -MAINTAINER= hasso@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://carewolf.com/akode/ WRKSRC= ${WRKDIR}/akode-${AKODE_VERSION} |