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

Collapse All | Expand All

(-)ports/net-mgmt/wifimgr/Makefile (-3 / +4 lines)
Lines 1-5 Link Here
1
PORTNAME=	wifimgr
1
PORTNAME=	wifimgr
2
PORTVERSION=	1.21
2
PORTVERSION=	1.23
3
CATEGORIES=	net-mgmt sysutils
3
CATEGORIES=	net-mgmt sysutils
4
MASTER_SITES=	https://opal.com/src/wifimgr/
4
MASTER_SITES=	https://opal.com/src/wifimgr/
5
5
Lines 11-20 Link Here
11
LICENSE_FILE=	${WRKSRC}/LICENSE
11
LICENSE_FILE=	${WRKSRC}/LICENSE
12
12
13
LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
13
LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
14
		libfreetype.so:print/freetype2
14
		libfreetype.so:print/freetype2 \
15
		libharfbuzz.so:print/harfbuzz
15
16
16
USES=		desktop-file-utils gnome pkgconfig tar:xz xorg
17
USES=		desktop-file-utils gnome pkgconfig tar:xz xorg
17
USE_GNOME=	cairo
18
USE_GNOME=	cairo gdkpixbuf2
18
USE_XORG=	x11
19
USE_XORG=	x11
19
20
20
OPTIONS_DEFINE=	GTK2 NLS
21
OPTIONS_DEFINE=	GTK2 NLS
(-)ports/net-mgmt/wifimgr/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1654505017
1
TIMESTAMP = 1662895785
2
SHA256 (wifimgr-1.21.tar.xz) = d106bafa063cfe02b5cba7b59cc23aa3c4eaa8089dc2235db8368d184de3717f
2
SHA256 (wifimgr-1.23.tar.xz) = 9b4fa7a28fde31045c97612ec1b7fb743953ba613b8d5700c269b0fcee0cd4bb
3
SIZE (wifimgr-1.21.tar.xz) = 88664
3
SIZE (wifimgr-1.23.tar.xz) = 88828
(-)ports/net-mgmt/wifimgr/files/patch-src_Makefile (-3 / +3 lines)
Lines 1-8 Link Here
1
--- src/Makefile.orig	2021-08-17 12:47:08 UTC
1
--- src/Makefile.orig	2021-08-17 12:47:08 UTC
2
+++ src/Makefile
2
+++ src/Makefile
3
@@ -71,4 +71,4 @@ ${DESTDIR}${PREFIX}/bin/wifimgr:	wifimgr
3
@@ -71,4 +71,4 @@ ${DESTDIR}${PREFIX}/bin/wifimgr:	wifimgr
4
 		${INSTALL} $? $@
4
 		${INSTALL} -s $? $@
5
 
5
 
6
 ${DESTDIR}${PREFIX}/libexec/wifimgrsu:	wifimgrsu
6
 ${DESTDIR}${PREFIX}/libexec/wifimgrsu:	wifimgrsu
7
-		${INSTALL} -o root -g wheel -m 4511 $? $@
7
-		${INSTALL} -s -o root -g wheel -m 4511 $? $@
8
+		${INSTALL} -m 511 $? $@
8
+		${INSTALL} -s -m 511 $? $@

Return to bug 266312