[Bug 265454] sysutils/py-glances: Update to 3.2.7
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 265454] sysutils/py-glances: Update to 3.2.5"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 31 Jul 2022 00:35:53 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265454 --- Comment #1 from Nuno Teixeira <eduardo@FreeBSD.org> --- Created attachment 235570 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=235570&action=edit py-glances-3.2.7.diff recomended: 1. order variables position: --- # USES block USES -USE_PYTHON USE_GITHUB -OPTIONS_DEFINE -OPTIONS_SUB GH_ACCOUNT +USE_PYTHON # Standard bsd.port.mk variables NO_ARCH # Packaging list block PLIST_FILES # Options definitions +OPTIONS_DEFINE +OPTIONS_SUB --- 2. variables alphabetical order: --- +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}defusedxml>=0:devel/py-defusedxml@${PY_FLAVOR} \ -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psutil>=5.3.0:sysutils/py-psutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}future>=0.15.2:devel/py-future@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}psutil>=5.3.0:sysutils/py-psutil@${PY_FLAVOR} - ${PYTHON_PKGNAMEPREFIX}defusedxml>=0:devel/py-defusedxml@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} --- - unitest: OK - nice program :) -- You are receiving this mail because: You are the assignee for the bug.