Date: Sun, 31 Jul 2022 00:35:53 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 265454] sysutils/py-glances: Update to 3.2.7 Message-ID: <bug-265454-7788-bheX82VNKF@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-265454-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-265454-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D265454 --- Comment #1 from Nuno Teixeira <eduardo@FreeBSD.org> --- Created attachment 235570 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D235570&action= =3Dedit 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=3D=20=20 ${PYTHON_PKGNAMEPREFIX}defusedxml>=3D0:devel/py-defusedxml@${PY_FLAVOR} \ -RUN_DEPENDS=3D=20=20 ${PYTHON_PKGNAMEPREFIX}psutil>=3D5.3.0:sysutils/py-psutil@${PY_FLAVOR} \ =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 ${PYTHON_PKGNAMEPREFIX}future>=3D0.15.2:devel/py-future@${PY_FLAVOR} \ +=20=20=20=20=20=20=20=20=20=20=20=20=20=20 ${PYTHON_PKGNAMEPREFIX}packaging>=3D0:devel/py-packaging@${PY_FLAVOR} \ +=20=20=20=20=20=20=20=20=20=20=20=20=20=20 ${PYTHON_PKGNAMEPREFIX}psutil>=3D5.3.0:sysutils/py-psutil@${PY_FLAVOR} -=20=20=20=20=20=20=20=20=20=20=20=20=20=20 ${PYTHON_PKGNAMEPREFIX}defusedxml>=3D0:devel/py-defusedxml@${PY_FLAVOR} \ -=20=20=20=20=20=20=20=20=20=20=20=20=20=20 ${PYTHON_PKGNAMEPREFIX}packaging>=3D0:devel/py-packaging@${PY_FLAVOR} --- - unitest: OK - nice program :) --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-265454-7788-bheX82VNKF>