View | Details | Raw Unified | Return to bug 247781 | Differences between
and this patch

Collapse All | Expand All

(-)net-mgmt/networkmgr/Makefile (-6 / +3 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	networkmgr
4
PORTNAME=	networkmgr
5
DISTVERSION=	3.6
5
DISTVERSION=	4.1
6
PORTREVISION=	1
7
CATEGORIES=	net-mgmt
6
CATEGORIES=	net-mgmt
8
7
9
MAINTAINER=	ericbsd@FreeBSD.org
8
MAINTAINER=	ericbsd@FreeBSD.org
Lines 13-21 Link Here
13
LICENSE_FILE=	${WRKSRC}/LICENSE
12
LICENSE_FILE=	${WRKSRC}/LICENSE
14
13
15
RUN_DEPENDS=	${LOCALBASE}/share/icons/hicolor/index.theme:misc/hicolor-icon-theme \
14
RUN_DEPENDS=	${LOCALBASE}/share/icons/hicolor/index.theme:misc/hicolor-icon-theme \
16
		doas:security/doas
15
		sudo:security/sudo
17
16
18
USES=		gnome python:3.4+ shebangfix
17
USES=		gnome python:3.7+ shebangfix
19
USE_GITHUB=	yes
18
USE_GITHUB=	yes
20
GH_ACCOUNT=	GhostBSD
19
GH_ACCOUNT=	GhostBSD
21
USE_GNOME=	gtk-update-icon-cache pygobject3
20
USE_GNOME=	gtk-update-icon-cache pygobject3
Lines 24-29 Link Here
24
23
25
NO_ARCH=	yes
24
NO_ARCH=	yes
26
25
27
SUB_FILES=	pkg-message
28
29
.include <bsd.port.mk>
26
.include <bsd.port.mk>
(-)net-mgmt/networkmgr/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1578168014
1
TIMESTAMP = 1593961373
2
SHA256 (GhostBSD-networkmgr-3.6_GH0.tar.gz) = b47548a815ad7f3822d4417705fa5860719304d886395f539c289e95c36100ed
2
SHA256 (GhostBSD-networkmgr-4.1_GH0.tar.gz) = c5ee3b6a5e7b158e95b41f5280d480a687ee51ab0e989c66368ed61007cb4f1f
3
SIZE (GhostBSD-networkmgr-3.6_GH0.tar.gz) = 1273158
3
SIZE (GhostBSD-networkmgr-4.1_GH0.tar.gz) = 1273653
(-)net-mgmt/networkmgr/files/pkg-message.in (-21 lines)
Lines 1-21 Link Here
1
[
2
{ type: install
3
  message: <<EOM
4
Any bug reports or request for new feature should be addressed at:
5
    https://github.com/GhostBSD/networkmgr/issues
6
7
Make sure that the %%PREFIX%%/etc/doas.conf file has something similar to this:
8
9
    permit nopass keepenv root
10
    permit :wheel
11
    permit nopass keepenv :wheel cmd netcardmgr
12
    permit nopass keepenv :wheel cmd ifconfig
13
    permit nopass keepenv :wheel cmd service
14
    permit nopass keepenv :wheel cmd wpa_supplicant
15
    permit nopass keepenv :wheel cmd killall args wpa_supplicant
16
17
When rebooting it should automatically start if the desktop supports xdg
18
and make sure that the user using NetworkMgr is in the wheel group.
19
EOM
20
}
21
]

Return to bug 247781