Date: Mon, 4 Sep 2023 21:33:57 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: b7368bfe8499 - main - sysutils/munin-contrib: Use PYTHON_DEFAULT instead of PYTHON3_DEFAULT Message-ID: <202309042133.384LXvvq000401@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=b7368bfe849988e037ccc3772264d66675df8b90 commit b7368bfe849988e037ccc3772264d66675df8b90 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-09-04 21:28:38 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-09-04 21:30:37 +0000 sysutils/munin-contrib: Use PYTHON_DEFAULT instead of PYTHON3_DEFAULT We do not support python=2.7 in DEFAULT_VERSIONS. And this port uses USES=python which means 3.8+. With hat: python --- sysutils/munin-contrib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysutils/munin-contrib/Makefile b/sysutils/munin-contrib/Makefile index 9d924ee49980..8e3fdcdc494a 100644 --- a/sysutils/munin-contrib/Makefile +++ b/sysutils/munin-contrib/Makefile @@ -20,7 +20,7 @@ GH_TUPLE= shuque:bind9stats:687c94a:bind9stats SHEBANG_REGEX= ./(${EXAMPLES_DIRS:ts|})/.* SHEBANG_LANG= expect gawk python3 zsh -python3_CMD= ${LOCALBASE}/bin/python${PYTHON3_DEFAULT} +python3_CMD= ${LOCALBASE}/bin/python${PYTHON_DEFAULT} zsh_CMD= ${LOCALBASE}/bin/zsh ruby_OLD_CMD= /opt/csw/bin/ruby
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309042133.384LXvvq000401>