pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/crossfire-server



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Dec 24 14:21:00 UTC 2022

Modified Files:
        pkgsrc/games/crossfire-server: Makefile

Log Message:
crossfire-server: does not support python 3.11


To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 pkgsrc/games/crossfire-server/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/games/crossfire-server/Makefile
diff -u pkgsrc/games/crossfire-server/Makefile:1.71 pkgsrc/games/crossfire-server/Makefile:1.72
--- pkgsrc/games/crossfire-server/Makefile:1.71 Wed Nov 23 16:20:02 2022
+++ pkgsrc/games/crossfire-server/Makefile      Sat Dec 24 14:21:00 2022
@@ -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 @@ CONFIG_SHELL= ksh
 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