diff options
author | Christos Margiolis <christos@FreeBSD.org> | 2024-04-05 11:10:44 +0000 |
---|---|---|
committer | Christos Margiolis <christos@FreeBSD.org> | 2024-04-05 11:10:44 +0000 |
commit | 2067ff3c2fbc1493181c0be0aee3609b7b23031a (patch) | |
tree | 09d72e9bc4c44f235e7342a124d5aa6da60da14a /audio/virtual_oss/Makefile | |
parent | 80796436df053f790a6997f8239a131c62d3d19c (diff) | |
download | ports-2067ff3c2fbc1493181c0be0aee3609b7b23031a.tar.gz ports-2067ff3c2fbc1493181c0be0aee3609b7b23031a.zip |
audio/virtual_oss: Take over maintenance
Since HPS' passing, virtual_oss has been left unmaintained.
Sponsored by: The FreeBSD Foundation
Reviewed by: bapt
Differential Revision: https://reviews.freebsd.org/D44608
Diffstat (limited to 'audio/virtual_oss/Makefile')
-rw-r--r-- | audio/virtual_oss/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/virtual_oss/Makefile b/audio/virtual_oss/Makefile index 44f9156c2c00..7516049ab627 100644 --- a/audio/virtual_oss/Makefile +++ b/audio/virtual_oss/Makefile @@ -4,9 +4,9 @@ DISTVERSION= 1.3.1 PORTREVISION= 1 CATEGORIES= audio -MAINTAINER= ports@FreeBSD.org +MAINTAINER= christos@FreeBSD.org COMMENT= Virtual OSS multi device mixer application -WWW= https://github.com/hselasky/virtual_oss +WWW= https://github.com/freebsd/virtual_oss LICENSE= BSD2CLAUSE @@ -16,7 +16,7 @@ USES= uidfix USE_RC_SUBR= virtual_oss USE_GITHUB= yes -GH_ACCOUNT= hselasky +GH_ACCOUNT= freebsd SUB_LIST+= LIBSAMPLERATE="${LOCALBASE}/lib/libsamplerate.so:" |