svn commit: r511277 - head/net/wpa_supplicant_gui

Yuri Victorovich yuri at FreeBSD.org
Fri Sep 6 03:04:25 UTC 2019


Author: yuri
Date: Fri Sep  6 03:04:24 2019
New Revision: 511277
URL: https://svnweb.freebsd.org/changeset/ports/511277

Log:
  net/wpa_supplicant_gui: Move the distfile to under LOCAL/yuri
  
  Requested by:	jgh

Modified:
  head/net/wpa_supplicant_gui/Makefile

Modified: head/net/wpa_supplicant_gui/Makefile
==============================================================================
--- head/net/wpa_supplicant_gui/Makefile	Fri Sep  6 01:25:46 2019	(r511276)
+++ head/net/wpa_supplicant_gui/Makefile	Fri Sep  6 03:04:24 2019	(r511277)
@@ -6,7 +6,7 @@ DISTVERSION=	2.9
 CATEGORIES=	net
 MASTER_SITES=	http://w1.fi/releases/ \
 		http://partmedia.users.sourceforge.net/dist/:icons \
-		LOCAL/jgh/net/wpa_gui/:icons
+		LOCAL/yuri/net/wpa_supplicant_gui/:icons
 DISTNAME=	wpa_supplicant-${PORTVERSION}
 DISTFILES=	${DISTNAME}.tar.gz \
 		wpa-gui-icons.tar.gz:icons
@@ -17,7 +17,7 @@ COMMENT=	Qt-based frontend for wpa_supplicant
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/../COPYING
 
-USES=		gl gmake qt:5
+USES=		gl gmake qt:5 xorg
 USE_QT=		qmake_build buildtools_build linguisttools_build core gui \
 		widgets svg_run
 USE_GL=		gl


More information about the svn-ports-all mailing list