From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E76501388E5 for ; Tue, 28 Oct 2014 12:03:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B89D2E08F2; Tue, 28 Oct 2014 12:03:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C356CE08F8 for ; Tue, 28 Oct 2014 12:03:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7BB1E340440 for ; Tue, 28 Oct 2014 12:03:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AFF5E8EEA for ; Tue, 28 Oct 2014 12:03:45 +0000 (UTC) From: "Yuta SATOH" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yuta SATOH" Message-ID: <1414324900.ac9f3674b7c7b019c943617e1a21283cbd262c2e.yuta_satoh@gentoo> Subject: [gentoo-commits] proj/gentoo-bsd:master commit in: scripts/ X-VCS-Repository: proj/gentoo-bsd X-VCS-Files: scripts/extract-9.0.sh X-VCS-Directories: scripts/ X-VCS-Committer: yuta_satoh X-VCS-Committer-Name: Yuta SATOH X-VCS-Revision: ac9f3674b7c7b019c943617e1a21283cbd262c2e X-VCS-Branch: master Date: Tue, 28 Oct 2014 12:03:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a02a7ddc-8029-449e-b7f9-b57cf915b738 X-Archives-Hash: 8d137688a4f7ae801715c5820911690a commit: ac9f3674b7c7b019c943617e1a21283cbd262c2e Author: Yuta SATOH gentoo gr jp> AuthorDate: Sun Oct 26 12:01:40 2014 +0000 Commit: Yuta SATOH 0x100 com> CommitDate: Sun Oct 26 12:01:40 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/gentoo-bsd.git;a=commit;h=ac9f3674 scripts/extract-9.0.sh: s/ftp:/http:/g --- scripts/extract-9.0.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/extract-9.0.sh b/scripts/extract-9.0.sh index 14426cc..38d4b38 100755 --- a/scripts/extract-9.0.sh +++ b/scripts/extract-9.0.sh @@ -31,8 +31,8 @@ if [[ ${MY_P} == ${P} ]]; then fi echo "Downloading files..." -wget -nv -c "ftp://${MIRROR}/pub/FreeBSD/releases/i386/i386/${MY_P}/MANIFEST" -wget -nv -c "ftp://${MIRROR}/pub/FreeBSD/releases/i386/i386/${MY_P}/src.txz" +wget -nv -c "http://${MIRROR}/pub/FreeBSD/releases/i386/i386/${MY_P}/MANIFEST" +wget -nv -c "http://${MIRROR}/pub/FreeBSD/releases/i386/i386/${MY_P}/src.txz" echo "Done downloading files." # Create tar.xz 10.0 or later version. In the case of 9.x, create tar.bz2.