Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Sep 2019 03:04:24 +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: r511277 - head/net/wpa_supplicant_gui
Message-ID:  <201909060304.x8634OOF072738@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909060304.x8634OOF072738>