svn commit: r474529 - in head: . net net/wpa_gui net/wpa_supplicant_gui

Adam Weinberger adamw at adamw.org
Thu Jul 12 18:44:14 UTC 2018


On Thu, Jul 12, 2018 at 12:14 PM Yuri Victorovich <yuri at freebsd.org> wrote:
>
> 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.

Okay, but now the pkg name doesn't match the directory name, so it's
even harder for people to search for it.

# Adam


>
> 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
>


-- 
Adam Weinberger
adamw at adamw.org
https://www.adamw.org


More information about the svn-ports-all mailing list