Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Mar 2023 22:21:36 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: ec252b5f5e1b - main - emulators/pcsxr: Deprecate and set expiration date to 2023-03-31
Message-ID:  <202303062221.326MLatS094841@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=ec252b5f5e1b06177baf1feaa1767a78280077b3

commit ec252b5f5e1b06177baf1feaa1767a78280077b3
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2023-03-06 21:28:11 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2023-03-06 22:21:23 +0000

    emulators/pcsxr: Deprecate and set expiration date to 2023-03-31
    
    Abandoned upstream and not up to standard compared to other emulators so
    point users to RetroArch.
    
    PR:             269836
    Reviewed by:    martymac (maintainer)
---
 emulators/pcsxr/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/emulators/pcsxr/Makefile b/emulators/pcsxr/Makefile
index c20a23100f37..926268c7bea3 100644
--- a/emulators/pcsxr/Makefile
+++ b/emulators/pcsxr/Makefile
@@ -9,6 +9,9 @@ WWW=		http://pcsxr.codeplex.com
 
 LICENSE=	GPLv3+
 
+DEPRECATED=	Abandoned upstream and no development in 5+ years, consider using games/retroarch
+EXPIRATION_DATE=2023-03-31
+
 ONLY_FOR_ARCHS=	amd64 i386
 
 LIB_DEPENDS=	libvorbis.so:audio/libvorbis \



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