Index: head/net-mgmt/nagstamon/Makefile =================================================================== --- head/net-mgmt/nagstamon/Makefile (revision 569039) +++ head/net-mgmt/nagstamon/Makefile (revision 569040) @@ -1,35 +1,35 @@ # Created by: Emanuel Haupt # $FreeBSD$ PORTNAME= nagstamon PORTVERSION= 3.4.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net-mgmt python MASTER_SITES= https://nagstamon.ifw-dresden.de/files/stable/ \ LOCAL/ehaupt DISTNAME= Nagstamon-${PORTVERSION} MAINTAINER= ehaupt@FreeBSD.org COMMENT= Nagios status monitor for your desktop LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}keyring>0:security/py-keyring@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}psutil>=2.0:sysutils/py-psutil@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.2.1:www/py-beautifulsoup@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}keyring>0:security/py-keyring@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}psutil>0:sysutils/py-psutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests-kerberos>0:security/py-requests-kerberos@${PY_FLAVOR} -USES= cpe python:3.6+ pyqt:5 -USE_PYTHON= autoplist distutils noflavors +USES= cpe pyqt:5 python:3.6+ +CPE_VENDOR= henri_wahl USE_PYQT= core_run dbus_run gui_run multimedia_run network_run sip_run \ svg_run widgets_run +USE_PYTHON= autoplist distutils noflavors -CPE_VENDOR= henri_wahl NO_ARCH= yes WRKSRC= ${WRKDIR}/Nagstamon .include Index: head/net-mgmt/nagstamon/files/patch-setup.py =================================================================== --- head/net-mgmt/nagstamon/files/patch-setup.py (nonexistent) +++ head/net-mgmt/nagstamon/files/patch-setup.py (revision 569040) @@ -0,0 +1,12 @@ +--- setup.py.orig 2021-03-22 15:58:33 UTC ++++ setup.py +@@ -36,6 +36,9 @@ OS = platform.system() + if OS not in ['Windows', 'Darwin']: + if OS == 'Linux': + DIST, DIST_VERSION, DIST_NAME = get_distro() ++ # platform.dist() returns "('', '', '')" on FreeBSD ++ elif OS == 'FreeBSD': ++ DIST, DIST_VERSION, DIST_NAME = ('', '', '') + else: + DIST, DIST_VERSION, DIST_NAME = platform.dist() + NAME = NAME.lower() Property changes on: head/net-mgmt/nagstamon/files/patch-setup.py ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property