Date: Sat, 26 Apr 2014 13:44:41 GMT From: Kevin Zheng <kevinz5000@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/189020: [patch] Fix broken distfile for net/wpa_gui Message-ID: <201404261344.s3QDifSV023270@cgiserv.freebsd.org> Resent-Message-ID: <201404261350.s3QDo07D001227@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 189020 >Category: ports >Synopsis: [patch] Fix broken distfile for net/wpa_gui >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Apr 26 13:50:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Kevin Zheng >Release: 10.0-RELEASE-p1 >Organization: >Environment: FreeBSD epsilon.local 10.0-RELEASE-p1 FreeBSD 10.0-RELEASE-p1 #0: Tue Apr 8 06:45:06 UTC 2014 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: I while back I rolled a few converted icons for net/wpa_gui into a distfile on my personal site. Now that its address change, I moved the distfile to SourceForge. To be clear, the distfile is not broken yet, but it will in ~15 days. >How-To-Repeat: >Fix: Apply the attached patch. Patch attached with submission follows: diff --git a/net/wpa_gui/Makefile b/net/wpa_gui/Makefile index bc10d1d..43080e5 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/ \ - http://quasarp.dyndns.org/dist/freebsd/:icons \ + SF/partmedia.u/freebsd-ports/:icons \ LOCAL/jgh/net/${PORTNAME}/:icons DISTNAME= wpa_supplicant-${PORTVERSION} DISTFILES= ${DISTNAME}.tar.gz \ >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404261344.s3QDifSV023270>