git: 6384046d5f9b - main - net-mgmt/wifimgr: update to 1.16

Fernando Apesteguía fernape at FreeBSD.org
Fri Jul 2 06:10:19 UTC 2021


The branch main has been updated by fernape:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6384046d5f9b7b4f738d3d03a8b64a0a81af38af

commit 6384046d5f9b7b4f738d3d03a8b64a0a81af38af
Author:     Fernando Apesteguía <fernape at FreeBSD.org>
AuthorDate: 2021-07-01 07:57:13 +0000
Commit:     Fernando Apesteguía <fernape at FreeBSD.org>
CommitDate: 2021-07-02 06:06:07 +0000

    net-mgmt/wifimgr: update to 1.16
    
    This fixes some problems like the one in the PR:
    
    "Cannot reset interface wlan0 - exit status 2."
    
    PR:     256858
    Reported by:    grahamperrin at gmail.com
    Tested by:      fbsd at opal.com (maintainer)
---
 net-mgmt/wifimgr/Makefile | 8 ++++----
 net-mgmt/wifimgr/distinfo | 5 +++--
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/net-mgmt/wifimgr/Makefile b/net-mgmt/wifimgr/Makefile
index b0471334d6cd..1583befca415 100644
--- a/net-mgmt/wifimgr/Makefile
+++ b/net-mgmt/wifimgr/Makefile
@@ -1,7 +1,7 @@
 # Created by: J.R. Oldroyd <fbsd at opal.com>
 
 PORTNAME=	wifimgr
-PORTVERSION=	1.14
+PORTVERSION=	1.16
 CATEGORIES=	net-mgmt sysutils
 MASTER_SITES=	http://opal.com/freebsd/ports/net-mgmt/wifimgr/ \
 		LOCAL/ehaupt
@@ -16,15 +16,15 @@ LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
 		libfreetype.so:print/freetype2
 
 USES=		desktop-file-utils gnome pkgconfig tar:bzip2 xorg
-USE_XORG=	x11
-USE_GNOME=	cairo gtk20
+USE_GNOME=	cairo gtk30
 INSTALLS_ICONS=	yes
+USE_XORG=	x11
 
 OPTIONS_DEFINE=	NLS
 OPTIONS_SUB=	yes
 
 NLS_USES=	gettext-runtime gettext-tools
-NLS_CFLAGS_OFF=	-DWITHOUT_NLS
 NLS_MAKE_ENV_OFF=	WITHOUT_NLS=yes
+NLS_CFLAGS_OFF=	-DWITHOUT_NLS
 
 .include <bsd.port.mk>
diff --git a/net-mgmt/wifimgr/distinfo b/net-mgmt/wifimgr/distinfo
index 3a8bdec2a832..8afe8cabf312 100644
--- a/net-mgmt/wifimgr/distinfo
+++ b/net-mgmt/wifimgr/distinfo
@@ -1,2 +1,3 @@
-SHA256 (wifimgr-1.14.tar.bz2) = ad78e457617765b05fb3fecb68a7721a344946951335f930b7d4f56a5642506c
-SIZE (wifimgr-1.14.tar.bz2) = 120523
+TIMESTAMP = 1624878064
+SHA256 (wifimgr-1.16.tar.bz2) = 77facd5fbaed2ed4a7565d2022c2b1004ccd901aa004c36d1dc71c1f3339ccbd
+SIZE (wifimgr-1.16.tar.bz2) = 123167


More information about the dev-commits-ports-main mailing list