git: 14e755d020e4 - main - www/qutebrowser: remove dependency on alsa-plugins
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 27 Feb 2023 19:43:28 UTC
The branch main has been updated by novel: URL: https://cgit.FreeBSD.org/ports/commit/?id=14e755d020e42b2002281a809ec134f5396a3ed6 commit 14e755d020e42b2002281a809ec134f5396a3ed6 Author: Roman Bogorodskiy <novel@FreeBSD.org> AuthorDate: 2023-02-26 18:33:54 +0000 Commit: Roman Bogorodskiy <novel@FreeBSD.org> CommitDate: 2023-02-27 19:41:29 +0000 www/qutebrowser: remove dependency on alsa-plugins The dependency was added in D14723 to fix a sound problem, which was later fixed propperly in r488741 by adding the dependency in qt-webengine if the ALSA option is on, but the unnessary dependency in qutebrowser wasn't removed then. PR: 266267 Submitted by: Benjamin Takacs --- www/qutebrowser/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/qutebrowser/Makefile b/www/qutebrowser/Makefile index eeccdeefd713..2f055dc1d8f2 100644 --- a/www/qutebrowser/Makefile +++ b/www/qutebrowser/Makefile @@ -1,5 +1,6 @@ PORTNAME= qutebrowser DISTVERSION= 2.5.3 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= PYPI @@ -15,8 +16,7 @@ RUN_DEPENDS= \ ${PYTHON_PKGNAMEPREFIX}markupsafe>=0:textproc/py-markupsafe@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}sip>=0:devel/py-sip@${PY_FLAVOR} \ - ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:audio/alsa-plugins + ${PYTHON_PKGNAMEPREFIX}sip>=0:devel/py-sip@${PY_FLAVOR} USES= cpe desktop-file-utils python:3.6+ pyqt:5 qt:5 USE_PYQT= pyqt5 webengine