Re: git: cb4db63ecc05 - main - audio/vsound: undeprecate the port and assume its maintainership

From: Daniel Engberg <daniel.engberg.lists_at_pyret.net>
Date: Sat, 25 Jan 2025 10:37:05 UTC
On 2025-01-25T03:01:37.000+01:00, Alexey Dokuchaev <danfe@FreeBSD.org>
wrote:

> 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=    DOCS

Hi,

Please add reasonable MASTER_SITES if you plan to revive ports.

MASTER_SITES= GENTOO/distfiles/65/ instead of point to a specific one.

freebsd.nsu.ru has been dead for at least months and still is,
https://www.isitdownrightnow.com/freebsd.nsu.ru.html

Best regards,

Daniel