git: b86281355664 - main - net/sems: Mark BROKEN and set expiration date to 2025-12-31

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Sat, 04 Oct 2025 08:13:28 UTC
The branch main has been updated by diizzy:

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

commit b862813556648d363d712b01e975f495ecc5c25c
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2025-09-28 20:28:09 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2025-10-04 08:11:47 +0000

    net/sems: Mark BROKEN and set expiration date to 2025-12-31
    
    (lib)codec2 and (lib)ilbc are not found despite being defined as
    dependencies. Given that the PR has been open for more than a year
    without getting any attention set expiration date to the end of the
    year.
    
    PR:             277816
---
 net/sems/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/net/sems/Makefile b/net/sems/Makefile
index a16818a51de1..ee8b4cc4c081 100644
--- a/net/sems/Makefile
+++ b/net/sems/Makefile
@@ -10,6 +10,9 @@ WWW=		https://github.com/sems-server
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/doc/COPYING
 
+BROKEN=		Fails to detect declared dependencies
+EXPIRATION_DATE=2025-12-31
+
 LIB_DEPENDS=	libopus.so:audio/opus \
 		libcodec2.so:audio/codec2 \
 		libevent.so:devel/libevent \