diff options
Diffstat (limited to 'games/renpy/Makefile')
-rw-r--r-- | games/renpy/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/renpy/Makefile b/games/renpy/Makefile index 4243c7d9a68e..06e5d169acc4 100644 --- a/games/renpy/Makefile +++ b/games/renpy/Makefile @@ -1,7 +1,7 @@ PORTNAME= renpy PORTVERSION= 7.4.11 DISTVERSIONSUFFIX=-sdk -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games devel MASTER_SITES= https://www.renpy.org/dl/${PORTVERSION}/ @@ -18,6 +18,7 @@ LICENSE_PERMS_DejaVu= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept # https://github.com/renpy/renpy/issues/2003 DEPRECATED= Uses deprecated version of python +EXPIRATION_DATE= 2025-10-31 BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}game_sdl2>0:devel/py-game_sdl2@${PY_FLAVOR} |