diff options
author | Mateusz Piotrowski <0mp@FreeBSD.org> | 2020-06-18 14:30:11 +0000 |
---|---|---|
committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2020-06-18 14:30:11 +0000 |
commit | 274ecec7b2c1059ed482f76849a426053a8e3435 (patch) | |
tree | 0e344ebf4085a786bf7be92166adf735639d7798 /net-mgmt | |
parent | 75b6e79ccffc046339340e41b04c581a25f4253c (diff) | |
download | ports-274ecec7b2c1059ed482f76849a426053a8e3435.tar.gz ports-274ecec7b2c1059ed482f76849a426053a8e3435.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/networkmgr/Makefile | 15 | ||||
-rw-r--r-- | net-mgmt/networkmgr/files/pkg-message.in | 8 |
2 files changed, 11 insertions, 12 deletions
diff --git a/net-mgmt/networkmgr/Makefile b/net-mgmt/networkmgr/Makefile index 283a06e599f9..406c1c5b8afe 100644 --- a/net-mgmt/networkmgr/Makefile +++ b/net-mgmt/networkmgr/Makefile @@ -3,6 +3,7 @@ PORTNAME= networkmgr DISTVERSION= 3.6 +PORTREVISION= 1 CATEGORIES= net-mgmt MAINTAINER= ericbsd@FreeBSD.org @@ -11,20 +12,18 @@ COMMENT= FreeBSD/GhostBSD network conection manager LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= doas:security/doas \ - ${LOCALBASE}/share/icons/hicolor/index.theme:misc/hicolor-icon-theme - -USES= python:3.4+ gnome shebangfix -SHEBANG_GLOB= *.py +RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:misc/hicolor-icon-theme \ + doas:security/doas +USES= gnome python:3.4+ shebangfix USE_GITHUB= yes GH_ACCOUNT= GhostBSD +USE_GNOME= gtk-update-icon-cache pygobject3 +USE_PYTHON= distutils noflavors +SHEBANG_GLOB= *.py NO_ARCH= yes -USE_PYTHON= distutils noflavors -USE_GNOME= pygobject3 gtk-update-icon-cache SUB_FILES= pkg-message - .include <bsd.port.mk> diff --git a/net-mgmt/networkmgr/files/pkg-message.in b/net-mgmt/networkmgr/files/pkg-message.in index 5e98b64b11a1..2194b0a00ecc 100644 --- a/net-mgmt/networkmgr/files/pkg-message.in +++ b/net-mgmt/networkmgr/files/pkg-message.in @@ -1,10 +1,10 @@ [ { type: install message: <<EOM -Any bug reports or request of new feature should be addressed at: +Any bug reports or request for new feature should be addressed at: https://github.com/GhostBSD/networkmgr/issues -Make sure that the %%PREFIX%%/etc/doas.conf have someting simular like this: +Make sure that the %%PREFIX%%/etc/doas.conf file has something similar to this: permit nopass keepenv root permit :wheel @@ -14,8 +14,8 @@ Make sure that the %%PREFIX%%/etc/doas.conf have someting simular like this: permit nopass keepenv :wheel cmd wpa_supplicant permit nopass keepenv :wheel cmd killall args wpa_supplicant -When rebooting it should automaticaly start is the desktop support xdg and make -sure that the user using NetworkMgr is in the wheel group. +When rebooting it should automatically start if the desktop supports xdg +and make sure that the user using NetworkMgr is in the wheel group. EOM } ] |