Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Feb 2026 09:46:42 +0000
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 45955bb737a6 - main - audio/shairport-sync: Update to 5.0.0
Message-ID:  <6992e782.22ec5.530b63a5@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by ehaupt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=45955bb737a6b3ba6b9bdcc488920a36fa840f48

commit 45955bb737a6b3ba6b9bdcc488920a36fa840f48
Author:     Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2026-02-16 09:46:35 +0000
Commit:     Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2026-02-16 09:46:40 +0000

    audio/shairport-sync: Update to 5.0.0
    
    - Update to 5.0.0
    - Drop SNDIO from default options (deprecated upstream)
    - Add SNDIO deprecation note to OPTIONS
    
    Changelog:
    https://github.com/mikebrady/shairport-sync/releases
---
 audio/shairport-sync/Makefile | 6 +++---
 audio/shairport-sync/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/audio/shairport-sync/Makefile b/audio/shairport-sync/Makefile
index b23c10fccef3..2d0246d6988e 100644
--- a/audio/shairport-sync/Makefile
+++ b/audio/shairport-sync/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	shairport-sync
-DISTVERSION=	4.3.7
-PORTREVISION=	3
+DISTVERSION=	5.0.0
 CATEGORIES=	audio
 
 MAINTAINER=	ehaupt@FreeBSD.org
@@ -36,10 +35,11 @@ CONFIGURE_ENV+=	SSL_CFLAGS=-I${OPENSSLINC} \
 LDFLAGS+=	-lcrypto
 
 OPTIONS_DEFINE=		AIRPLAY2 ALAC ALSA MQTT PULSEAUDIO SNDIO
-OPTIONS_DEFAULT=	AIRPLAY2 SNDIO
+OPTIONS_DEFAULT=	AIRPLAY2
 AIRPLAY2_DESC=		Build with AirPlay 2 protocol support
 ALAC_DESC=		Build with libalac support (experimental)
 MQTT_DESC=		Build with MQTT protocol support
+SNDIO_DESC=		Sndio audio support (DEPRECATED upstream)
 
 AIRPLAY2_BUILD_DEPENDS=	vim:editors/vim
 AIRPLAY2_LIB_DEPENDS=	libavutil.so:multimedia/ffmpeg \
diff --git a/audio/shairport-sync/distinfo b/audio/shairport-sync/distinfo
index 57bb7f2a4fa6..73161f3de844 100644
--- a/audio/shairport-sync/distinfo
+++ b/audio/shairport-sync/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1738402418
-SHA256 (mikebrady-shairport-sync-4.3.7_GH0.tar.gz) = a1242d100b61fe1fffbbf706e919ed51d6a341c9fb8293fb42046e32ae2b3338
-SIZE (mikebrady-shairport-sync-4.3.7_GH0.tar.gz) = 566065
+TIMESTAMP = 1771234712
+SHA256 (mikebrady-shairport-sync-5.0.0_GH0.tar.gz) = c81ea6b31363b4ef56777a09e80f771c5697d1abae09575806477335d8b31a90
+SIZE (mikebrady-shairport-sync-5.0.0_GH0.tar.gz) = 632573


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6992e782.22ec5.530b63a5>