pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/meson
Module Name: pkgsrc
Committed By: wiz
Date: Tue Apr 16 07:14:18 UTC 2024
Modified Files:
pkgsrc/devel/meson: Makefile
Log Message:
meson: expand CONFLICTS/SUPERSEDES
Addresses PR 58155.
To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 pkgsrc/devel/meson/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/meson/Makefile
diff -u pkgsrc/devel/meson/Makefile:1.63 pkgsrc/devel/meson/Makefile:1.64
--- pkgsrc/devel/meson/Makefile:1.63 Sun Mar 17 14:36:37 2024
+++ pkgsrc/devel/meson/Makefile Tue Apr 16 07:14:18 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.63 2024/03/17 14:36:37 wiz Exp $
+# $NetBSD: Makefile,v 1.64 2024/04/16 07:14:18 wiz Exp $
DISTNAME= meson-1.4.0
CATEGORIES= devel python
@@ -13,8 +13,16 @@ TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
DEPENDS+= ninja-build>=1.7:../../devel/ninja-build
-CONFLICTS= ${PYPKGPREFIX}-meson-[0-9]*
-SUPERSEDES= ${PYPKGPREFIX}-meson-[0-9]*
+CONFLICTS+= py38-meson-[0-9]*
+CONFLICTS+= py39-meson-[0-9]*
+CONFLICTS+= py310-meson-[0-9]*
+CONFLICTS+= py311-meson-[0-9]*
+CONFLICTS+= py312-meson-[0-9]*
+SUPERSEDES+= py38-meson-[0-9]*
+SUPERSEDES+= py39-meson-[0-9]*
+SUPERSEDES+= py310-meson-[0-9]*
+SUPERSEDES+= py311-meson-[0-9]*
+SUPERSEDES+= py312-meson-[0-9]*
PYTHON_VERSIONS_INCOMPATIBLE= 27
Home |
Main Index |
Thread Index |
Old Index