git: ec252b5f5e1b - main - emulators/pcsxr: Deprecate and set expiration date to 2023-03-31

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Mon, 06 Mar 2023 22:21:36 UTC
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 \