pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/orca



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Dec 22 12:54:39 UTC 2024

Modified Files:
        pkgsrc/misc/orca: Makefile

Log Message:
orca: Depends on py-imp, removed from runtime in 3.12


To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 pkgsrc/misc/orca/Makefile

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

Modified files:

Index: pkgsrc/misc/orca/Makefile
diff -u pkgsrc/misc/orca/Makefile:1.74 pkgsrc/misc/orca/Makefile:1.75
--- pkgsrc/misc/orca/Makefile:1.74      Tue Dec  3 12:10:38 2024
+++ pkgsrc/misc/orca/Makefile   Sun Dec 22 12:54:39 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.74 2024/12/03 12:10:38 jperkin Exp $
+# $NetBSD: Makefile,v 1.75 2024/12/22 12:54:39 nia Exp $
 
 DISTNAME=      orca-46.2
 PKGREVISION=   1
@@ -28,6 +28,9 @@ MESON_ARGS+=  --sysconfdir=share/examples
 CONF_FILES+=   share/examples/xdg/autostart/orca-autostart.desktop \
                ${PKG_SYSCONFDIR}/xdg/autostart/orca.desktop
 
+# depends on deprecated imp module, removed in 3.12
+PYTHON_VERSIONS_ACCEPTED=      311 310
+
 .include "../../devel/meson/build.mk"
 .include "../../devel/glib2/schemas.mk"
 .include "../../audio/speech-dispatcher/buildlink3.mk"



Home | Main Index | Thread Index | Old Index