diff options
author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2007-07-18 19:27:50 +0800 |
---|---|---|
committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2007-07-18 19:27:50 +0800 |
commit | b1125e173dcb2bb344b7a187a6c37076c2be4273 (patch) | |
tree | f731347d66d314baebdd4994ce3655bb15f45ee3 /audio | |
parent | d3b54c442886e37027c4a68a7eef1173e31c8ccc (diff) | |
download | freebsd-ports-gnome-b1125e173dcb2bb344b7a187a6c37076c2be4273.tar.gz freebsd-ports-gnome-b1125e173dcb2bb344b7a187a6c37076c2be4273.tar.zst freebsd-ports-gnome-b1125e173dcb2bb344b7a187a6c37076c2be4273.zip |
Pass maintainership to Jung-uk Kim; he is putting much more effort
into this port than I do.
Approved by: jkim, miwi (mentor)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/oss/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/oss/Makefile b/audio/oss/Makefile index 32df0aa47c35..1d11758533a8 100644 --- a/audio/oss/Makefile +++ b/audio/oss/Makefile @@ -11,7 +11,7 @@ CATEGORIES= audio kld MASTER_SITES= http://developer.opensound.com/sources/stable/ DISTNAME= ${PORTNAME}-v${DISTVERSION}-src-cddl -MAINTAINER= trasz@FreeBSD.org +MAINTAINER= jkim@FreeBSD.org COMMENT= Open Sound System BUILD_DEPENDS= gawk:${PORTSDIR}/lang/gawk |