[Bug 258088] net-p2p/bazarr-devel: Update to 0.9.8-beta.11

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 27 Aug 2021 14:49:44 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258088

Nuno Teixeira <eduardo@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |eduardo@FreeBSD.org

--- Comment #1 from Nuno Teixeira <eduardo@FreeBSD.org> ---
Hello,

1. portlint -C:
---
FATAL: Makefile: extra item "# Grab the asset as it contains built frontend and
some extra files" placed in the PORTNAME section.
WARN: Makefile: using hyphen in PORTNAME. consider using PKGNAMEPREFIX and/or
PKGNAMESUFFIX.
---
Does this comment really needed?


2. we could order RUN_DEPENDS alphabetical:
---
 RUN_DEPENDS=   ${PYNUMPY} \
+              
${PYTHON_PKGNAMEPREFIX}gevent-websocket>=0.10.1:www/py-gevent-websocket@${PY_FLAVOR}
\
+               ${PYTHON_PKGNAMEPREFIX}gevent>=21:devel/py-gevent@${PY_FLAVOR}
\
+               ${PYTHON_PKGNAMEPREFIX}lxml>=4.3.0:devel/py-lxml@${PY_FLAVOR} \
               
${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \
-               ${PYTHON_PKGNAMEPREFIX}lxml>=4.3.0:devel/py-lxml@${PY_FLAVOR} \
               
${PYTHON_PKGNAMEPREFIX}webrtcvad>=2.0.10:audio/py-webrtcvad@${PY_FLAVOR} \
-               ${PYTHON_PKGNAMEPREFIX}gevent>=21:devel/py-gevent@${PY_FLAVOR}
\
-              
${PYTHON_PKGNAMEPREFIX}gevent-websocket>=0.10.1:www/py-gevent-websocket@${PY_FLAVOR}
\
                ffprobe:multimedia/ffmpeg \
                unrar:archivers/unrar

-- 
You are receiving this mail because:
You are the assignee for the bug.