Date: Thu, 12 Jul 2018 18:14:02 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r474529 - in head: . net net/wpa_gui net/wpa_supplicant_gui Message-ID: <201807121814.w6CIE2oF097462@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org +MAINTAINER= yuri@FreeBSD.org COMMENT= Qt-based frontend for wpa_supplicant LICENSE= BSD3CLAUSE
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807121814.w6CIE2oF097462>