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:   gutteridge
Date:           Tue Aug  1 18:15:57 UTC 2023

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

Log Message:
crossfire-server: remove Python 3.7 reference

Fixes failure with morden package indexing job.


To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 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.76 pkgsrc/games/crossfire-server/Makefile:1.77
--- pkgsrc/games/crossfire-server/Makefile:1.76 Mon May 22 11:39:00 2023
+++ pkgsrc/games/crossfire-server/Makefile      Tue Aug  1 18:15:57 2023
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.76 2023/05/22 11:39:00 wiz Exp $
+# $NetBSD: Makefile,v 1.77 2023/08/01 18:15:57 gutteridge Exp $
 
 DISTNAME=      crossfire-1.71.0
 PKGNAME=       ${DISTNAME:S/crossfire-/crossfire-server-/1}
-PKGREVISION=   24
+PKGREVISION=   25
 CATEGORIES=    games
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=crossfire/}
 DISTFILES=     ${DISTNAME}${EXTRACT_SUFX}
@@ -22,7 +22,7 @@ CONFIG_SHELL= ksh
 GNU_CONFIGURE= yes
 PLIST_SRC=     ${WRKDIR}/PLIST PLIST
 
-PYTHON_VERSIONS_ACCEPTED=      37 38 39
+PYTHON_VERSIONS_ACCEPTED=      38 39
 
 BUILD_DEFS+=   VARBASE
 



Home | Main Index | Thread Index | Old Index