pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/spectrum



Module Name:    pkgsrc
Committed By:   gdt
Date:           Wed May  3 12:16:18 UTC 2023

Modified Files:
        pkgsrc/chat/spectrum: Makefile

Log Message:
chat/spectrum: Update python comment

This was marked 27 only because of xmpppy.  xmpppy now works with 3,
but trying to build spectrum fails because of include 2.7-only code.

Spectrum 2.2.0 was released in 2023, and there have been many releases
since 1.4.8 in 2011, so an update is overdue :-(


To generate a diff of this commit:
cvs rdiff -u -r1.113 -r1.114 pkgsrc/chat/spectrum/Makefile

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

Modified files:

Index: pkgsrc/chat/spectrum/Makefile
diff -u pkgsrc/chat/spectrum/Makefile:1.113 pkgsrc/chat/spectrum/Makefile:1.114
--- pkgsrc/chat/spectrum/Makefile:1.113 Wed Apr 19 08:09:19 2023
+++ pkgsrc/chat/spectrum/Makefile       Wed May  3 12:16:18 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.113 2023/04/19 08:09:19 adam Exp $
+# $NetBSD: Makefile,v 1.114 2023/05/03 12:16:18 gdt Exp $
 
 DISTNAME=              spectrum-1.4.8
 PKGREVISION=           83
@@ -20,7 +20,7 @@ USE_LANGUAGES=                c++ c
 
 REPLACE_PYTHON+=               spectrumctl/spectrumctl.py
 PY_PATCHPLIST=                 yes
-PYTHON_VERSIONS_ACCEPTED=      27 # py-xmpppy
+PYTHON_VERSIONS_ACCEPTED=      27 # python code in build system does not work with 3
 
 BUILD_DEFS+=           JABBER_USER JABBER_GROUP
 BUILD_DEFS+=           SPECTRUM_RUN SPECTRUM_DB SPECTRUM_LOG



Home | Main Index | Thread Index | Old Index