git: 6611a1c2b487 - main - net/gupnp14: Deprecate and set expiration date to 2023-03-30

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Sun, 05 Nov 2023 07:52:26 UTC
The branch main has been updated by diizzy:

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

commit 6611a1c2b48715234b0d7519ac82c92ea7b228a3
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2023-11-05 07:24:36 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2023-11-05 07:52:12 +0000

    net/gupnp14: Deprecate and set expiration date to 2023-03-30
    
    Legacy version that's unsupported upstream, it also fails to build with
    newer versions of libxml2. Consider migrating to net/gupnp
    
    PR:             273432
    Approved by:    portmgr (maintainer timeout, 1+ month)
---
 net/gupnp14/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/net/gupnp14/Makefile b/net/gupnp14/Makefile
index f647665caf26..ed20d838e64f 100644
--- a/net/gupnp14/Makefile
+++ b/net/gupnp14/Makefile
@@ -12,6 +12,9 @@ WWW=		https://wiki.gnome.org/Projects/GUPnP
 LICENSE=	LGPL20
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+DEPRECATED=	Unsupported legacy version upstream, also fails to build with newer versions of libxml2. Consider migrating to net/gupnp
+EXPIRATION_DATE=2023-11-30
+
 BUILD_DEPENDS=	glib>=2.66:devel/glib20 \
 		gobject-introspection>=1.36:devel/gobject-introspection \
 		gssdp14>=1.3.0:net/gssdp14 \