Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Aug 2023 09:31:58 GMT
From:      Rodrigo Osorio <rodrigo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c9d11048b0b5 - main - x11/antimicro: Deprecate and set expiration date to 2023-10-01
Message-ID:  <202308100931.37A9VwLB039406@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by rodrigo:

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

commit c9d11048b0b560b861989fd1b8e2097e5c33dcf0
Author:     Rodrigo Osorio <rodrigo@FreeBSD.org>
AuthorDate: 2023-08-10 08:46:27 +0000
Commit:     Rodrigo Osorio <rodrigo@FreeBSD.org>
CommitDate: 2023-08-10 08:57:45 +0000

    x11/antimicro: Deprecate and set expiration date to 2023-10-01
    
    Abandonware since 2017, a final release was made in 2022 to
    provide notification about the lack of further support.
    
    Consider using x11/antimicrox, a fork who receives new features
    and bugfixes
---
 x11/antimicro/Makefile | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/x11/antimicro/Makefile b/x11/antimicro/Makefile
index 9dbb18eec795..494c7f71fbad 100644
--- a/x11/antimicro/Makefile
+++ b/x11/antimicro/Makefile
@@ -9,18 +9,20 @@ WWW=		https://github.com/AntiMicro/antimicro
 
 LICENSE=	GPLv3
 
+DEPRECATED=	Replaced by x11/antimicrox upstream no longer maintained
+EXPIRATION_DATE=	2023-10-01
+
+USES=		cmake compiler:c++11-lang desktop-file-utils pkgconfig \
+		qt:5 sdl shared-mime-info xorg
 USE_GITHUB=	yes
 GH_ACCOUNT=	antimicro #Ryochan7
+USE_QT=		core gui linguisttools:build qmake:build buildtools:build widgets network
+USE_SDL=	sdl2
+USE_XORG=	x11 xi xtst
 
 # Upstream assumes ${LOCALBASE}/lib is part of the default linker path. Pull
 # request 268 fixes it for X11 libraries, but SDL2 is still using pkg-config
 # output (without full paths).
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-USES=		cmake compiler:c++11-lang desktop-file-utils pkgconfig \
-		qt:5 sdl shared-mime-info xorg
-USE_XORG=	x11 xi xtst
-USE_QT=		core gui linguisttools:build qmake:build buildtools:build widgets network
-USE_SDL=	sdl2
-
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308100931.37A9VwLB039406>