Date: Sat, 25 Jan 2025 02:01:19 GMT From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: cb4db63ecc05 - main - audio/vsound: undeprecate the port and assume its maintainership Message-ID: <202501250201.50P21JgG098727@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by danfe: URL: https://cgit.FreeBSD.org/ports/commit/?id=cb4db63ecc05f804eb73b38ed9616fe2d5f44cad commit cb4db63ecc05f804eb73b38ed9616fe2d5f44cad Author: Alexey Dokuchaev <danfe@FreeBSD.org> AuthorDate: 2025-01-25 01:59:10 +0000 Commit: Alexey Dokuchaev <danfe@FreeBSD.org> CommitDate: 2025-01-25 01:59:10 +0000 audio/vsound: undeprecate the port and assume its maintainership Refresh the mirror list, point WWW to the archived website copy, and remove useless empty line added in the previous commit. Fixes: 8ef09d2ff4b1 --- audio/vsound/Makefile | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/audio/vsound/Makefile b/audio/vsound/Makefile index f00404a10dfb..19376eaf687b 100644 --- a/audio/vsound/Makefile +++ b/audio/vsound/Makefile @@ -2,26 +2,22 @@ PORTNAME= vsound PORTVERSION= 0.6 PORTREVISION= 7 CATEGORIES= audio -MASTER_SITES= http://down1.chinaunix.net/distfiles/ \ - http://freebsd.nsu.ru/distfiles/ +MASTER_SITES= http://download.nus.edu.sg/mirror/gentoo/distfiles/65/ \ + http://freebsd.nsu.ru/distfiles/ LOCAL/danfe -MAINTAINER= ports@FreeBSD.org +MAINTAINER= danfe@FreeBSD.org COMMENT= Utility for capturing audio streams from programs with OSS output -WWW= http://www.vsound.org/ +WWW= http://web.archive.org/web/20210502033331/http://www.vsound.org/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -DEPRECATED= Upstream disappeared -EXPIRATION_DATE=2025-01-27 - BROKEN_riscv64= fails to compile: vsound.c:101:4: Endian guess seems incorrect. BUILD_DEPENDS= sox:audio/sox RUN_DEPENDS= sox:audio/sox USES= alias libtool - GNU_CONFIGURE= yes OPTIONS_DEFINE= DOCShome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501250201.50P21JgG098727>
