diff options
author | eadler <eadler@FreeBSD.org> | 2015-04-02 10:23:14 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2015-04-02 10:23:14 +0800 |
commit | 9440c2061d86c9ec2a1984a24b63c540ccb3a522 (patch) | |
tree | f568b66524fe71f4d830629486e6dffcfdc0a769 /net/wpa_gui | |
parent | 839c4c36d8b29d2945bbca4b320185de7afd9487 (diff) | |
download | freebsd-ports-gnome-9440c2061d86c9ec2a1984a24b63c540ccb3a522.tar.gz freebsd-ports-gnome-9440c2061d86c9ec2a1984a24b63c540ccb3a522.tar.zst freebsd-ports-gnome-9440c2061d86c9ec2a1984a24b63c540ccb3a522.zip |
update to version 2.4
Diffstat (limited to 'net/wpa_gui')
-rw-r--r-- | net/wpa_gui/Makefile | 2 | ||||
-rw-r--r-- | net/wpa_gui/distinfo | 4 | ||||
-rw-r--r-- | net/wpa_gui/files/patch-wpa_gui.pro | 10 | ||||
-rw-r--r-- | net/wpa_gui/files/patch-wpagui.cpp | 22 |
4 files changed, 3 insertions, 35 deletions
diff --git a/net/wpa_gui/Makefile b/net/wpa_gui/Makefile index 0dbf2dd7dd63..b48d410f48ba 100644 --- a/net/wpa_gui/Makefile +++ b/net/wpa_gui/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wpa_gui -PORTVERSION= 0.7.3 +PORTVERSION= 2.4 CATEGORIES= net MASTER_SITES= http://hostap.epitest.fi/releases/ \ http://partmedia.users.sourceforge.net/dist/:icons \ diff --git a/net/wpa_gui/distinfo b/net/wpa_gui/distinfo index aefb1695d08c..aabb1272beee 100644 --- a/net/wpa_gui/distinfo +++ b/net/wpa_gui/distinfo @@ -1,4 +1,4 @@ -SHA256 (wpa_supplicant-0.7.3.tar.gz) = d0cd50caa85346ccc376dcda5ed3c258eef19a93b3cade39d25760118ad59443 -SIZE (wpa_supplicant-0.7.3.tar.gz) = 1638224 +SHA256 (wpa_supplicant-2.4.tar.gz) = 058dc832c096139a059e6df814080f50251a8d313c21b13364c54a1e70109122 +SIZE (wpa_supplicant-2.4.tar.gz) = 2525648 SHA256 (wpa-gui-icons.tar.gz) = c0d2adb4d8d9f58c015e4862a5ab50c7a562b6bb641e1bb6a0cc841249573b42 SIZE (wpa-gui-icons.tar.gz) = 3797 diff --git a/net/wpa_gui/files/patch-wpa_gui.pro b/net/wpa_gui/files/patch-wpa_gui.pro deleted file mode 100644 index b91acfa1bbd1..000000000000 --- a/net/wpa_gui/files/patch-wpa_gui.pro +++ /dev/null @@ -1,10 +0,0 @@ ---- ./wpa_gui.pro.orig 2010-09-07 10:43:39.000000000 -0500 -+++ ./wpa_gui.pro 2013-07-05 13:24:16.000000000 -0500 -@@ -26,6 +26,7 @@ - } else { - DEFINES += CONFIG_CTRL_IFACE_UNIX - SOURCES += ../../src/utils/os_unix.c -+ RESOURCES += icons_png.qrc - } - - INCLUDEPATH += . .. ../../src ../../src/utils diff --git a/net/wpa_gui/files/patch-wpagui.cpp b/net/wpa_gui/files/patch-wpagui.cpp deleted file mode 100644 index a922338963e2..000000000000 --- a/net/wpa_gui/files/patch-wpagui.cpp +++ /dev/null @@ -1,22 +0,0 @@ ---- wpagui.cpp.orig 2010-09-07 19:43:39.000000000 +0400 -+++ wpagui.cpp 2013-11-07 14:07:50.086773239 +0400 -@@ -12,10 +12,7 @@ - * See README and COPYING for more details. - */ - --#ifdef __MINGW32__ --/* Need to get getopt() */ - #include <unistd.h> --#endif - - #ifdef CONFIG_NATIVE_WINDOWS - #include <windows.h> -@@ -27,6 +24,8 @@ - #include <QImageReader> - #include <QSettings> - -+#include <getopt.h> -+ - #include "wpagui.h" - #include "dirent.h" - #include "common/wpa_ctrl.h" |