diff options
-rw-r--r-- | net-mgmt/wifimgr/Makefile | 7 | ||||
-rw-r--r-- | net-mgmt/wifimgr/distinfo | 6 | ||||
-rw-r--r-- | net-mgmt/wifimgr/files/patch-src_Makefile | 6 |
3 files changed, 10 insertions, 9 deletions
diff --git a/net-mgmt/wifimgr/Makefile b/net-mgmt/wifimgr/Makefile index 44e4b082dd51..023e84d44537 100644 --- a/net-mgmt/wifimgr/Makefile +++ b/net-mgmt/wifimgr/Makefile @@ -1,5 +1,5 @@ PORTNAME= wifimgr -PORTVERSION= 1.21 +PORTVERSION= 1.23 CATEGORIES= net-mgmt sysutils MASTER_SITES= https://opal.com/src/wifimgr/ @@ -11,10 +11,11 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ - libfreetype.so:print/freetype2 + libfreetype.so:print/freetype2 \ + libharfbuzz.so:print/harfbuzz USES= desktop-file-utils gnome pkgconfig tar:xz xorg -USE_GNOME= cairo +USE_GNOME= cairo gdkpixbuf2 USE_XORG= x11 OPTIONS_DEFINE= GTK2 NLS diff --git a/net-mgmt/wifimgr/distinfo b/net-mgmt/wifimgr/distinfo index 405f12d8a4cd..9541f2406942 100644 --- a/net-mgmt/wifimgr/distinfo +++ b/net-mgmt/wifimgr/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1654505017 -SHA256 (wifimgr-1.21.tar.xz) = d106bafa063cfe02b5cba7b59cc23aa3c4eaa8089dc2235db8368d184de3717f -SIZE (wifimgr-1.21.tar.xz) = 88664 +TIMESTAMP = 1662895785 +SHA256 (wifimgr-1.23.tar.xz) = 9b4fa7a28fde31045c97612ec1b7fb743953ba613b8d5700c269b0fcee0cd4bb +SIZE (wifimgr-1.23.tar.xz) = 88828 diff --git a/net-mgmt/wifimgr/files/patch-src_Makefile b/net-mgmt/wifimgr/files/patch-src_Makefile index 7849fda2b8dc..755bf24fe8e6 100644 --- a/net-mgmt/wifimgr/files/patch-src_Makefile +++ b/net-mgmt/wifimgr/files/patch-src_Makefile @@ -1,8 +1,8 @@ --- src/Makefile.orig 2021-08-17 12:47:08 UTC +++ src/Makefile @@ -71,4 +71,4 @@ ${DESTDIR}${PREFIX}/bin/wifimgr: wifimgr - ${INSTALL} $? $@ + ${INSTALL} -s $? $@ ${DESTDIR}${PREFIX}/libexec/wifimgrsu: wifimgrsu -- ${INSTALL} -o root -g wheel -m 4511 $? $@ -+ ${INSTALL} -m 511 $? $@ +- ${INSTALL} -s -o root -g wheel -m 4511 $? $@ ++ ${INSTALL} -s -m 511 $? $@ |