Date: Fri, 2 Sep 2022 05:44:18 GMT From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 51de2458dbd9 - main - net-mgmt/nagstamon: Add missing dependency Message-ID: <202209020544.2825iIeH036483@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by ehaupt: URL: https://cgit.FreeBSD.org/ports/commit/?id=51de2458dbd99d87ce1b56c0bdace0b62694c46c commit 51de2458dbd99d87ce1b56c0bdace0b62694c46c Author: Emanuel Haupt <ehaupt@FreeBSD.org> AuthorDate: 2022-09-02 05:44:14 +0000 Commit: Emanuel Haupt <ehaupt@FreeBSD.org> CommitDate: 2022-09-02 05:44:14 +0000 net-mgmt/nagstamon: Add missing dependency PR: 266135 (based on) --- net-mgmt/nagstamon/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-mgmt/nagstamon/Makefile b/net-mgmt/nagstamon/Makefile index 20bacdf6b3b8..a47f05106378 100644 --- a/net-mgmt/nagstamon/Makefile +++ b/net-mgmt/nagstamon/Makefile @@ -1,7 +1,7 @@ PORTNAME= nagstamon PORTVERSION= 3.8.0 -PORTREVISION= 1 DISTVERSIONPREFIX= v +PORTREVISION= 2 CATEGORIES= net-mgmt python MAINTAINER= ehaupt@FreeBSD.org @@ -17,6 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.2.1:www/py-beautifulsoup@${ ${PYTHON_PKGNAMEPREFIX}importlib-metadata>0:devel/py-importlib-metadata@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}keyring>0:security/py-keyring@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}psutil>0:sysutils/py-psutil@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests-gssapi>0:www/py-requests-gssapi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests-kerberos>0:security/py-requests-kerberos@${PY_FLAVOR} USES= cpe pyqt:5 python:3.6+
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209020544.2825iIeH036483>