git: a57aa32e28d2 - main - x11-toolkits/wxgtk28: mark deprecated

From: Loïc Bartoletti <lbartoletti_at_FreeBSD.org>
Date: Thu, 22 Dec 2022 12:01:11 UTC
The branch main has been updated by lbartoletti:

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

commit a57aa32e28d215c830dcc6c27c3cdfdbef1e6991
Author:     Loïc Bartoletti <lbartoletti@FreeBSD.org>
AuthorDate: 2022-10-15 20:47:00 +0000
Commit:     Loïc Bartoletti <lbartoletti@FreeBSD.org>
CommitDate: 2022-12-22 12:00:18 +0000

    x11-toolkits/wxgtk28: mark deprecated
    
    wxgtk28 is not maintained upstream. All ports still using wxgtk28:
    
    - Are abandonned upstream
    - Can be built with wxgtk 3.2 (only games/blokish requires 3.0)
    - Are broken (emulators/lisaem)
    
    Approved by:    portmgr
    Differential Revision:  https://reviews.freebsd.org/D37129
---
 x11-toolkits/wxgtk28-contrib/Makefile | 3 +++
 x11-toolkits/wxgtk28/Makefile         | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/x11-toolkits/wxgtk28-contrib/Makefile b/x11-toolkits/wxgtk28-contrib/Makefile
index 2eb9c526fdc7..8191659415ec 100644
--- a/x11-toolkits/wxgtk28-contrib/Makefile
+++ b/x11-toolkits/wxgtk28-contrib/Makefile
@@ -1,6 +1,9 @@
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	The wxWidgets GUI toolkit contributed libraries
 
+DEPRECATED=	Abandoned project, use wx 3.x
+EXPIRATION_DATE=	2022-12-31
+
 WXGTK_FLAVOR=	gtk2-contrib
 MASTERDIR=	${.CURDIR}/../wxgtk28
 
diff --git a/x11-toolkits/wxgtk28/Makefile b/x11-toolkits/wxgtk28/Makefile
index 9d69d0073055..591ff83f0e1b 100644
--- a/x11-toolkits/wxgtk28/Makefile
+++ b/x11-toolkits/wxgtk28/Makefile
@@ -10,6 +10,9 @@ MAINTAINER?=	desktop@FreeBSD.org
 COMMENT?=	The wxWidgets GUI toolkit with GTK+ bindings
 WWW=		https://www.wxwidgets.org/
 
+DEPRECATED=	Abandoned project, use wx 3.x
+EXPIRATION_DATE=	2022-12-31
+
 LIB_DEPENDS+=	libpng.so:graphics/png\
 		libtiff.so:graphics/tiff\
 		libexpat.so:textproc/expat2