Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Aug 2024 14:37:47 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: 4c91ad532d33 - main - audio/deadbeef: prepare the port for update (unbreak and undeprecate)
Message-ID:  <202408071437.477EblgF020778@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by danfe:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4c91ad532d33cfe253946a0816f29bfa27c8167b

commit 4c91ad532d33cfe253946a0816f29bfa27c8167b
Author:     Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2024-08-07 14:36:48 +0000
Commit:     Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2024-08-07 14:36:48 +0000

    audio/deadbeef: prepare the port for update (unbreak and undeprecate)
    
    - Chase multiple HTTP/{1.1,2} 301 redirections in the WWW address
    - Remove CDDA from the default options in sight of its expiration
    
    PR:     278909
---
 audio/deadbeef/Makefile | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/audio/deadbeef/Makefile b/audio/deadbeef/Makefile
index c42a50e3d7f5..b6bb8200bd8b 100644
--- a/audio/deadbeef/Makefile
+++ b/audio/deadbeef/Makefile
@@ -2,17 +2,15 @@ PORTNAME=	deadbeef
 PORTVERSION=	0.7.2
 PORTREVISION=	28
 CATEGORIES=	audio
-MASTER_SITES=	SF/${PORTNAME}/
+MASTER_SITES=	SF/${PORTNAME}/Archive
 
 MAINTAINER=	danfe@FreeBSD.org
 COMMENT=	Ultimate music player for Unix-like systems
-WWW=		http://deadbeef.sourceforge.net/
+WWW=		https://deadbeef.sourceforge.io/
 
 LICENSE=	GPLv2 LGPL21
 LICENSE_COMB=	dual
 
-BROKEN=		unfetchable
-
 GNU_CONFIGURE=	yes
 USES=		compiler:c11 desktop-file-utils gettext gmake gnome iconv \
 		libtool pkgconfig shebangfix tar:bzip2
@@ -35,7 +33,7 @@ OPTIONS_DEFINE=	PULSEAUDIO GUI VFS LASTFM ART SUPEREQ SID FFAP VTX \
 		PSF ADPLUG DSP MONO2STEREO CONVERTER VFS_ZIP ALAC PLTBROWSER \
 		WMA SC68
 OPTIONS_DEFAULT=MAD GTK2 VFS LASTFM ART SUPEREQ SID FFAP VTX HOSTKEYS \
-		OGG FLAC SNDFILE WAVPACK CDDA GME DUMB NOTIFY MUSEPACK \
+		OGG FLAC SNDFILE WAVPACK GME DUMB NOTIFY MUSEPACK \
 		WILDMIDI TTA DCA AAC MMS SHN SHELLEXEC M3U PSF ADPLUG DSP \
 		MONO2STEREO CONVERTER VFS_ZIP HOTKEYS ALAC PLTBROWSER WMA SC68
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408071437.477EblgF020778>