Date: Thu, 18 Jun 2020 14:30:11 +0000 (UTC) From: Mateusz Piotrowski <0mp@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r539542 - in head/net-mgmt/networkmgr: . files Message-ID: <202006181430.05IEUBLc017890@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: 0mp Date: Thu Jun 18 14:30:11 2020 New Revision: 539542 URL: https://svnweb.freebsd.org/changeset/ports/539542 Log: Fix typos in pkg-message While here, pet the Makefile with portfmt and portclippy for consistency. Approved by: portmgr (blanket) Modified: head/net-mgmt/networkmgr/Makefile head/net-mgmt/networkmgr/files/pkg-message.in Modified: head/net-mgmt/networkmgr/Makefile ============================================================================== --- head/net-mgmt/networkmgr/Makefile Thu Jun 18 14:13:38 2020 (r539541) +++ head/net-mgmt/networkmgr/Makefile Thu Jun 18 14:30:11 2020 (r539542) @@ -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 +RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:misc/hicolor-icon-theme \ + doas:security/doas -USES= python:3.4+ gnome shebangfix -SHEBANG_GLOB= *.py - +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> Modified: head/net-mgmt/networkmgr/files/pkg-message.in ============================================================================== --- head/net-mgmt/networkmgr/files/pkg-message.in Thu Jun 18 14:13:38 2020 (r539541) +++ head/net-mgmt/networkmgr/files/pkg-message.in Thu Jun 18 14:30:11 2020 (r539542) @@ -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 somet 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 } ]
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006181430.05IEUBLc017890>