From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Apr 26 13:50:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C69FD19B for ; Sat, 26 Apr 2014 13:50:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 893F71D1D for ; Sat, 26 Apr 2014 13:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3QDo0FW001228 for ; Sat, 26 Apr 2014 13:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3QDo07D001227; Sat, 26 Apr 2014 13:50:00 GMT (envelope-from gnats) Resent-Date: Sat, 26 Apr 2014 13:50:00 GMT Resent-Message-Id: <201404261350.s3QDo07D001227@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kevin Zheng Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DBC1F170 for ; Sat, 26 Apr 2014 13:44:41 +0000 (UTC) Received: from cgiserv.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C828D1D01 for ; Sat, 26 Apr 2014 13:44:41 +0000 (UTC) Received: from cgiserv.freebsd.org ([127.0.1.6]) by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s3QDifFn023275 for ; Sat, 26 Apr 2014 13:44:41 GMT (envelope-from nobody@cgiserv.freebsd.org) Received: (from nobody@localhost) by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s3QDifSV023270; Sat, 26 Apr 2014 13:44:41 GMT (envelope-from nobody) Message-Id: <201404261344.s3QDifSV023270@cgiserv.freebsd.org> Date: Sat, 26 Apr 2014 13:44:41 GMT From: Kevin Zheng To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/189020: [patch] Fix broken distfile for net/wpa_gui X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2014 13:50:00 -0000 >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: