git: 1c587e670902 - main - emulators/libretro-mame: expire on 2025-03-31 for Python 3.8
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 02 Nov 2024 13:14:12 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1c587e67090253c9683829f73decb0ccb01998ca
commit 1c587e67090253c9683829f73decb0ccb01998ca
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2024-11-02 13:13:56 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2024-11-02 13:13:56 +0000
emulators/libretro-mame: expire on 2025-03-31 for Python 3.8
---
emulators/libretro-mame/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/emulators/libretro-mame/Makefile b/emulators/libretro-mame/Makefile
index 5b12e44eed31..67ea6c9c002f 100644
--- a/emulators/libretro-mame/Makefile
+++ b/emulators/libretro-mame/Makefile
@@ -10,6 +10,9 @@ WWW= https://github.com/libretro/mame
LICENSE= BSD2CLAUSE GPLv2
LICENSE_COMB= multi
+DEPRECATED= Uses expired Python 3.8
+EXPIRATION_DATE=2025-03-31
+
USES= compiler:c++11-lib gl gmake pkgconfig python:3.8,build
USE_LDCONFIG= yes