commit: 391f0be36c28219e73f4e8debc4f4e5f2e2cf11b Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Sep 15 16:57:35 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Sep 15 17:02:22 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=391f0be3
sys-block/eject-bsd: Remove dead mirror://freebsd URL The FreeBSD mirror URL 404s. Remove it in favor of other locations (that work fine). Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> sys-block/eject-bsd/eject-bsd-1.5.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sys-block/eject-bsd/eject-bsd-1.5.ebuild b/sys-block/eject-bsd/eject-bsd-1.5.ebuild index 5e864c9ddf8..f64583860f8 100644 --- a/sys-block/eject-bsd/eject-bsd-1.5.ebuild +++ b/sys-block/eject-bsd/eject-bsd-1.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=0 @@ -11,8 +11,7 @@ DESCRIPTION="eject command for FreeBSD systems" HOMEPAGE="http://www.freshports.org/sysutils/eject/" SRC_URI="ftp://ports.jp.FreeBSD.org/pub/FreeBSD-jp/OD/${MY_P}.tar.gz ftp://ftp4.jp.FreeBSD.org/pub/FreeBSD-jp/OD/${MY_P}.tar.gz - ftp://ftp.ics.es.osaka-u.ac.jp/pub/mirrors/FreeBSD-jp/OD/${MY_P}.tar.gz - mirror://freebsd/ports/distfiles/${MY_P}.tar.gz" + ftp://ftp.ics.es.osaka-u.ac.jp/pub/mirrors/FreeBSD-jp/OD/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0"
