Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Dec 2022 21:31:30 GMT
From:      =?utf-8?Q?Fernando=20Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: afc3e31ebadc - main - games/acm: Deprecate.
Message-ID:  <202212032131.2B3LVUNY076585@gitrepo.freebsd.org>

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

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

commit afc3e31ebadc3a290aad44559f2404407da5639c
Author:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
AuthorDate: 2022-12-03 21:15:56 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
CommitDate: 2022-12-03 21:15:56 +0000

    games/acm: Deprecate.
    
    The port is not maintained, abandoned upstream and it does not work with any of
    the instructions found online:
    
    https://www.icosaedro.it/acm/manual/acmdoc-basic.htm
    https://www.gnu.org/software/acm/manual/acm.html#Launching-a-game
    
    In addition the distribution is hosted by amdmi3@ who was not aware of that.
    
    PR:     257223
    Reported by:    dufresnep@zoho.com
---
 games/acm/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/games/acm/Makefile b/games/acm/Makefile
index 3e27e392c8c3..39452e223c93 100644
--- a/games/acm/Makefile
+++ b/games/acm/Makefile
@@ -10,6 +10,9 @@ COMMENT=	Aerial combat simulator for X11
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+DEPRECATED=	Abandoned upstream. Does not work.
+EXPIRATION_DATE=	2023-03-31
+
 USES=		perl5 xorg
 USE_PERL5=	build
 USE_XORG=	x11 xext



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