From patchwork Sat Apr 22 11:59:44 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arnout Vandecappelle X-Patchwork-Id: 753761 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3w9B576YtKz9s7d for ; Sat, 22 Apr 2017 22:00:43 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id A33B08AA9A; Sat, 22 Apr 2017 12:00:39 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ux3Dha9QdjUP; Sat, 22 Apr 2017 12:00:38 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 83AF98AA8F; Sat, 22 Apr 2017 12:00:38 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 4CFF81CE4BD for ; Sat, 22 Apr 2017 12:00:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 44B348648C for ; Sat, 22 Apr 2017 12:00:29 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lwHZn_dYxWA6 for ; Sat, 22 Apr 2017 12:00:28 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from exchange.essensium.com (220.77.144.195.ipv4.evonet.be [195.144.77.220]) by fraxinus.osuosl.org (Postfix) with ESMTPS id EC92A86490 for ; Sat, 22 Apr 2017 12:00:27 +0000 (UTC) Received: from localhost.localdomain (10.3.7.11) by beleexch01.local.ess-mail.com (10.3.7.8) with Microsoft SMTP Server (TLS) id 15.0.847.32; Sat, 22 Apr 2017 14:00:00 +0200 From: "Arnout Vandecappelle (Essensium/Mind)" To: Date: Sat, 22 Apr 2017 13:59:44 +0200 Message-ID: <20170422115955.22718-2-arnout@mind.be> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20170422115955.22718-1-arnout@mind.be> References: <20170422115955.22718-1-arnout@mind.be> MIME-Version: 1.0 X-Originating-IP: [10.3.7.11] X-ClientProxiedBy: beleexch01.local.ess-mail.com (10.3.7.8) To beleexch01.local.ess-mail.com (10.3.7.8) Subject: [Buildroot] [PATCH v8 01/12] e2fsprogs: change upstream URL sf.net -> sourceforge.net X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" From: Carlos Santos sf.net redirects to sourceforge.net, so directly use that as upstream URL. Config.in.host already uses that URL. Signed-off-by: Carlos Santos [Arnout: remove trailing /] Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- package/e2fsprogs/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/e2fsprogs/Config.in b/package/e2fsprogs/Config.in index d1914a9953..da6aacf2fd 100644 --- a/package/e2fsprogs/Config.in +++ b/package/e2fsprogs/Config.in @@ -7,7 +7,7 @@ config BR2_PACKAGE_E2FSPROGS help The EXT2 file system utilities. - http://e2fsprogs.sf.net + http://e2fsprogs.sourceforge.net if BR2_PACKAGE_E2FSPROGS