Gentoo Archives: gentoo-commits

From: Alon Bar-Lev <alonbl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/bestcrypt/
Date: Sun, 17 Feb 2019 17:12:19
Message-Id: 1550423526.d610fdaf421741826ab18c73d4049f51d19720f2.alonbl@gentoo
1 commit: d610fdaf421741826ab18c73d4049f51d19720f2
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Feb 17 16:42:33 2019 +0000
4 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 17 17:12:06 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d610fdaf
7
8 app-crypt/bestcrypt: use HTTPS
9
10 Closes: https://github.com/gentoo/gentoo/pull/11086
11 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
12 Signed-off-by: Alon Bar-Lev <alonbl <AT> gentoo.org>
13
14 app-crypt/bestcrypt/bestcrypt-2.0.14.ebuild | 6 +++---
15 1 file changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/app-crypt/bestcrypt/bestcrypt-2.0.14.ebuild b/app-crypt/bestcrypt/bestcrypt-2.0.14.ebuild
18 index 73ee43d0d03..d78350c9d4c 100644
19 --- a/app-crypt/bestcrypt/bestcrypt-2.0.14.ebuild
20 +++ b/app-crypt/bestcrypt/bestcrypt-2.0.14.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -7,8 +7,8 @@ inherit linux-mod toolchain-funcs
28
29 MY_PN="BestCrypt"
30 DESCRIPTION="commercially licensed transparent filesystem encryption"
31 -HOMEPAGE="http://www.jetico.com/"
32 -SRC_URI="http://www.jetico.com/linux/${MY_PN}-${PV}.tar.gz"
33 +HOMEPAGE="https://www.jetico.com/"
34 +SRC_URI="https://www.jetico.com/linux/${MY_PN}-${PV}.tar.gz"
35
36 LICENSE="bestcrypt"
37 SLOT="0"