diff options
author | marino <marino@FreeBSD.org> | 2015-03-27 23:21:58 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-03-27 23:21:58 +0800 |
commit | ad611c853c7c7222861f5fe948576e7e3edfd963 (patch) | |
tree | cd85709a83c851c22ae591da178561709c0a10be /net | |
parent | 5f51673aa2f9900bcc54f4c7c9f8cf05287039cf (diff) | |
download | freebsd-ports-graphics-ad611c853c7c7222861f5fe948576e7e3edfd963.tar.gz freebsd-ports-graphics-ad611c853c7c7222861f5fe948576e7e3edfd963.tar.zst freebsd-ports-graphics-ad611c853c7c7222861f5fe948576e7e3edfd963.zip |
net/wpa_gui: Update icon URL, the old one went away
PR: 197911
Submitted by: Kevin Zheng
Approved by: maintainer timeout
Diffstat (limited to 'net')
-rw-r--r-- | net/wpa_gui/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/wpa_gui/Makefile b/net/wpa_gui/Makefile index 43080e5467c..72431f23bf7 100644 --- a/net/wpa_gui/Makefile +++ b/net/wpa_gui/Makefile @@ -5,7 +5,7 @@ PORTNAME= wpa_gui PORTVERSION= 0.7.3 CATEGORIES= net MASTER_SITES= http://hostap.epitest.fi/releases/ \ - SF/partmedia.u/freebsd-ports/:icons \ + http://partmedia.users.sourceforge.net/dist/:icons \ LOCAL/jgh/net/${PORTNAME}/:icons DISTNAME= wpa_supplicant-${PORTVERSION} DISTFILES= ${DISTNAME}.tar.gz \ |