Re: git: cc9a30d2dcd3 - main - gtk2: remove false dependency on gtk2

From: Baptiste Daroussin <bapt_at_FreeBSD.org>
Date: Mon, 30 Jan 2023 15:59:41 UTC
To be more precise, those ports do not depend on gtk+20 at all.

Bapt

On Mon, Jan 30, 2023 at 02:44:17PM +0000, Baptiste Daroussin wrote:
> The branch main has been updated by bapt:
> 
> URL: https://cgit.FreeBSD.org/ports/commit/?id=cc9a30d2dcd3414868c937b3e6f5199ff6e7b567
> 
> commit cc9a30d2dcd3414868c937b3e6f5199ff6e7b567
> Author:     Baptiste Daroussin <bapt@FreeBSD.org>
> AuthorDate: 2023-01-30 14:36:13 +0000
> Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
> CommitDate: 2023-01-30 14:43:40 +0000
> 
>     gtk2: remove false dependency on gtk2
> ---
>  x11/appmenu-registrar/Makefile   | 3 ++-
>  x11/mate-applet-appmenu/Makefile | 3 ++-
>  2 files changed, 4 insertions(+), 2 deletions(-)
> 
> diff --git a/x11/appmenu-registrar/Makefile b/x11/appmenu-registrar/Makefile
> index da7bd0f128d5..29c96ea50c2a 100644
> --- a/x11/appmenu-registrar/Makefile
> +++ b/x11/appmenu-registrar/Makefile
> @@ -1,5 +1,6 @@
>  PORTNAME=	appmenu-registrar
>  DISTVERSION=	0.7.6
> +PORTREVISION=	1
>  CATEGORIES=	x11
>  
>  PATCH_SITES=	${GL_SITE}/${GL_ACCOUNT}/${GL_PROJECT}/-/commit/
> @@ -24,7 +25,7 @@ MESON_ARGS=	-Dvalapanel=disabled \
>  		-Dregistrar=enabled \
>  		-Dappmenu-gtk-module=disabled
>  
> -USE_GNOME=	gtk30 glib20 gtk20 gdkpixbuf2
> +USE_GNOME=	gtk30 glib20 gdkpixbuf2
>  
>  USE_GITLAB=	yes
>  GL_ACCOUNT=	vala-panel-project
> diff --git a/x11/mate-applet-appmenu/Makefile b/x11/mate-applet-appmenu/Makefile
> index 7484c501fb85..9492eceb43dd 100644
> --- a/x11/mate-applet-appmenu/Makefile
> +++ b/x11/mate-applet-appmenu/Makefile
> @@ -1,5 +1,6 @@
>  PORTNAME=	mate-applet-appmenu
>  DISTVERSION=	0.7.6
> +PORTREVISION=	1
>  CATEGORIES=	x11
>  
>  PATCH_SITES=	${GL_SITE}/${GL_ACCOUNT}/${GL_PROJECT}/-/commit/
> @@ -27,7 +28,7 @@ MESON_ARGS=	-Dvalapanel=disabled \
>  		-Dappmenu-gtk-module=disabled
>  
>  USE_MATE=	panel
> -USE_GNOME=	gtk30 glib20 gtk20 gdkpixbuf2
> +USE_GNOME=	gtk30 glib20 gdkpixbuf2
>  GLIB_SCHEMAS=	org.valapanel.appmenu.gschema.xml
>  
>  USE_GITLAB=	yes