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

From: Daniel Engberg <daniel.engberg.lists_at_pyret.net>
Date: Sun, 05 Nov 2023 08:10:01 UTC
On 2023-11-05T08:52:26.000+01:00, Daniel Engberg <diizzy@FreeBSD.org>
wrote:

> 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&gt;=2.66:devel/glib20 \
> 
>          gobject-introspection&gt;=1.36:devel/gobject-introspection \
> 
>          gssdp14&gt;=1.3.0:net/gssdp14 \

Hi,

Sorry about botching the date in this commit message on this one and
0a672c8ed4a64b2e968f9c319ccb95f7f228cc7e. The deprecation date is
correct in Makefiles but I'll be more careful next time doing cut and
paste.

Best regards,

Daniel