Date: Wed, 6 Sep 2023 20:54:05 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: 93c225c50a49 - main - net-p2p/bazarr: Clean up USES=python Message-ID: <202309062054.386Ks5aa021702@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=93c225c50a49ff129c4a2543cc6cc036a7032983 commit 93c225c50a49ff129c4a2543cc6cc036a7032983 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-09-06 20:50:42 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-09-06 20:50:42 +0000 net-p2p/bazarr: Clean up USES=python - While I'm here, add NO_ARCH Approved by: portmgr (blanket) With hat: python --- net-p2p/bazarr/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-p2p/bazarr/Makefile b/net-p2p/bazarr/Makefile index 295e69e45a98..7969a62d73da 100644 --- a/net-p2p/bazarr/Makefile +++ b/net-p2p/bazarr/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= ${PYNUMPY} \ ffprobe:multimedia/ffmpeg \ unrar:archivers/unrar -USES= python:3.7+ zip +USES= python zip USE_RC_SUBR= bazarr @@ -31,6 +31,7 @@ SUB_LIST= MAINTAINER=${MAINTAINER} \ PYTHON_CMD=${PYTHON_CMD} \ USERS=${USERS} +NO_ARCH= yes NO_WRKSUBDIR= yes USERS= bazarr
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309062054.386Ks5aa021702>