Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Oct 2023 09:55:00 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 30eeff99e425 - main - emulators/ines: Deprecate and set expiration date to 2023-11-30
Message-ID:  <202310220955.39M9t0Lo016038@gitrepo.freebsd.org>

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

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

commit 30eeff99e4251106ae3d1b560111aab96b3af25a
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2023-10-22 09:38:39 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2023-10-22 09:54:20 +0000

    emulators/ines: Deprecate and set expiration date to 2023-11-30
    
    Only supprots i386 and there are better alternatives available such as
    emulators/higan or puNES (not ported yet)
---
 emulators/ines/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/emulators/ines/Makefile b/emulators/ines/Makefile
index 200871f5b7fe..8ef988c34c83 100644
--- a/emulators/ines/Makefile
+++ b/emulators/ines/Makefile
@@ -10,6 +10,9 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Nintendo Entertainment System emulator for X11
 WWW=		https://fms.komkon.org/iNES/
 
+DEPRECATED=	Ancient NES emulator that only works on i386, consider using emulators/higan
+EXPIRATION_DATE=2023-11-30
+
 LIB_DEPENDS=	libc.so.5:misc/compat5x
 
 ONLY_FOR_ARCHS=	i386



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