summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-06-10 11:20:42 +0200
committerPatrice Clement <monsieurp@gentoo.org>2018-06-23 00:17:07 +0200
commitf31468d185437eb9435eb37be47b2cf68e88468a (patch)
tree07ba1951f16a69e03c441648b00620aadb303e49 /net-fs/samba/samba-4.5.16.ebuild
parentnet-proxy/squid: make perl optional. (diff)
downloadgentoo-f31468d185437eb9435eb37be47b2cf68e88468a.tar.gz
gentoo-f31468d185437eb9435eb37be47b2cf68e88468a.tar.bz2
gentoo-f31468d185437eb9435eb37be47b2cf68e88468a.zip
net-fs/samba: use HTTPs.
Closes: https://github.com/gentoo/gentoo/pull/8783
Diffstat (limited to 'net-fs/samba/samba-4.5.16.ebuild')
-rw-r--r--net-fs/samba/samba-4.5.16.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/net-fs/samba/samba-4.5.16.ebuild b/net-fs/samba/samba-4.5.16.ebuild
index 7c80d9db44e7..507d6554595d 100644
--- a/net-fs/samba/samba-4.5.16.ebuild
+++ b/net-fs/samba/samba-4.5.16.ebuild
@@ -19,7 +19,7 @@ SRC_URI="mirror://samba/${SRC_PATH}/${MY_P}.tar.gz
KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86"
DESCRIPTION="Samba Suite Version 4"
-HOMEPAGE="http://www.samba.org/"
+HOMEPAGE="https://www.samba.org/"
LICENSE="GPL-3"
SLOT="0"
@@ -288,7 +288,7 @@ pkg_postinst() {
ewarn "controller work previously known as 'samba4'."
elog "For further information and migration steps make sure to read "
- elog "http://samba.org/samba/history/${P}.html "
- elog "http://samba.org/samba/history/${PN}-4.5.0.html and"
- elog "http://wiki.samba.org/index.php/Samba4/HOWTO "
+ elog "https://samba.org/samba/history/${P}.html "
+ elog "https://samba.org/samba/history/${PN}-4.5.0.html and"
+ elog "https://wiki.samba.org/index.php/Samba4/HOWTO "
}