diff options
author | yuri <yuri@FreeBSD.org> | 2018-07-13 02:46:20 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-07-13 02:46:20 +0800 |
commit | 739712e48a88269e767815948a76043bc9503e85 (patch) | |
tree | 04870cbbc38b44f54882f51b7e1d7592841665a8 /net | |
parent | a77eedb73766142b2f5c6fd5b153259a0b173ffb (diff) | |
download | freebsd-ports-gnome-739712e48a88269e767815948a76043bc9503e85.tar.gz freebsd-ports-gnome-739712e48a88269e767815948a76043bc9503e85.tar.zst freebsd-ports-gnome-739712e48a88269e767815948a76043bc9503e85.zip |
net/wpa_supplicant_gui: Fix package name after rename
Reported by: adamw
Diffstat (limited to 'net')
-rw-r--r-- | net/wpa_supplicant_gui/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/wpa_supplicant_gui/Makefile b/net/wpa_supplicant_gui/Makefile index a6eb3bfe8f4b..0a3204dc9c6a 100644 --- a/net/wpa_supplicant_gui/Makefile +++ b/net/wpa_supplicant_gui/Makefile @@ -1,9 +1,9 @@ # Created by: Ilya Bakulin <webmaster@kibab.com> # $FreeBSD$ -PORTNAME= wpa_gui +PORTNAME= wpa_supplicant_gui PORTVERSION= 2.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://w1.fi/releases/ \ http://partmedia.users.sourceforge.net/dist/:icons \ |