Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/eject-bsd/
Date: Sun, 15 Sep 2019 17:02:32
Message-Id: 1568566942.391f0be36c28219e73f4e8debc4f4e5f2e2cf11b.mgorny@gentoo
1 commit: 391f0be36c28219e73f4e8debc4f4e5f2e2cf11b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 15 16:57:35 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 15 17:02:22 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=391f0be3
7
8 sys-block/eject-bsd: Remove dead mirror://freebsd URL
9
10 The FreeBSD mirror URL 404s. Remove it in favor of other locations
11 (that work fine).
12
13 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
14
15 sys-block/eject-bsd/eject-bsd-1.5.ebuild | 5 ++---
16 1 file changed, 2 insertions(+), 3 deletions(-)
17
18 diff --git a/sys-block/eject-bsd/eject-bsd-1.5.ebuild b/sys-block/eject-bsd/eject-bsd-1.5.ebuild
19 index 5e864c9ddf8..f64583860f8 100644
20 --- a/sys-block/eject-bsd/eject-bsd-1.5.ebuild
21 +++ b/sys-block/eject-bsd/eject-bsd-1.5.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 +# Copyright 1999-2019 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=0
28 @@ -11,8 +11,7 @@ DESCRIPTION="eject command for FreeBSD systems"
29 HOMEPAGE="http://www.freshports.org/sysutils/eject/"
30 SRC_URI="ftp://ports.jp.FreeBSD.org/pub/FreeBSD-jp/OD/${MY_P}.tar.gz
31 ftp://ftp4.jp.FreeBSD.org/pub/FreeBSD-jp/OD/${MY_P}.tar.gz
32 - ftp://ftp.ics.es.osaka-u.ac.jp/pub/mirrors/FreeBSD-jp/OD/${MY_P}.tar.gz
33 - mirror://freebsd/ports/distfiles/${MY_P}.tar.gz"
34 + ftp://ftp.ics.es.osaka-u.ac.jp/pub/mirrors/FreeBSD-jp/OD/${MY_P}.tar.gz"
35
36 LICENSE="BSD"
37 SLOT="0"