svn commit: r474529 - in head: . net net/wpa_gui net/wpa_supplicant_gui
Yuri Victorovich
yuri at FreeBSD.org
Thu Jul 12 18:14:03 UTC 2018
Author: yuri
Date: Thu Jul 12 18:14:01 2018
New Revision: 474529
URL: https://svnweb.freebsd.org/changeset/ports/474529
Log:
Rename net/wpa_gui -> net/wpa_supplicant_gui
It's easier to search this way.
Take maintainership.
Added:
head/net/wpa_supplicant_gui/
- copied from r474528, head/net/wpa_gui/
Deleted:
head/net/wpa_gui/
Modified:
head/MOVED
head/net/Makefile
head/net/wpa_supplicant_gui/Makefile
Modified: head/MOVED
==============================================================================
--- head/MOVED Thu Jul 12 17:34:12 2018 (r474528)
+++ head/MOVED Thu Jul 12 18:14:01 2018 (r474529)
@@ -10326,3 +10326,4 @@ www/sxweb||2018-07-08|Removed, web frontend of net-mgm
sysutils/logstash|sysutils/logstash5|2018-07-10|Has expired: End of Life was 2018-02-28
textproc/kibana46|textproc/kibana5|2018-07-10|Has expired: End of Life was 2018-02-28
print/cups-connector|print/cloud-print-connector|2018-07-11|Project renamed upstream
+net/wpa_gui|net/wpa_supplicant_gui|2018-07-12|Rename to wpa_supplicant_gui for ease of search
Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile Thu Jul 12 17:34:12 2018 (r474528)
+++ head/net/Makefile Thu Jul 12 18:14:01 2018 (r474529)
@@ -1539,7 +1539,7 @@
SUBDIR += wmwifi
SUBDIR += wmwlmon
SUBDIR += wol
- SUBDIR += wpa_gui
+ SUBDIR += wpa_supplicant_gui
SUBDIR += wping
SUBDIR += x11vnc
SUBDIR += x2goclient
Modified: head/net/wpa_supplicant_gui/Makefile
==============================================================================
--- head/net/wpa_gui/Makefile Thu Jul 12 17:34:12 2018 (r474528)
+++ head/net/wpa_supplicant_gui/Makefile Thu Jul 12 18:14:01 2018 (r474529)
@@ -12,7 +12,7 @@ DISTNAME= wpa_supplicant-${PORTVERSION}
DISTFILES= ${DISTNAME}.tar.gz \
wpa-gui-icons.tar.gz:icons
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= yuri at FreeBSD.org
COMMENT= Qt-based frontend for wpa_supplicant
LICENSE= BSD3CLAUSE
More information about the svn-ports-head
mailing list