pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/crossfire-server crossfire-server: does not supp...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0aecd3b7c683
branches:  trunk
changeset: 390615:0aecd3b7c683
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Dec 24 14:21:00 2022 +0000

description:
crossfire-server: does not support python 3.11

diffstat:

 games/crossfire-server/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 3c67c95980a6 -r 0aecd3b7c683 games/crossfire-server/Makefile
--- a/games/crossfire-server/Makefile   Sat Dec 24 13:48:10 2022 +0000
+++ b/games/crossfire-server/Makefile   Sat Dec 24 14:21:00 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.71 2022/11/23 16:20:02 adam Exp $
+# $NetBSD: Makefile,v 1.72 2022/12/24 14:21:00 wiz Exp $
 
 DISTNAME=      crossfire-1.71.0
 PKGNAME=       ${DISTNAME:S/crossfire-/crossfire-server-/1}
@@ -22,7 +22,7 @@
 GNU_CONFIGURE= yes
 PLIST_SRC=     ${WRKDIR}/PLIST PLIST
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 310
+PYTHON_VERSIONS_ACCEPTED=      37 38 39
 
 BUILD_DEFS+=   VARBASE
 



Home | Main Index | Thread Index | Old Index