Gentoo Archives: gentoo-commits

From: Craig Andrews <candrews@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/pam-csync/
Date: Thu, 28 Dec 2017 15:29:24
Message-Id: 1514474950.0efd76b0e71806c2e3b562d5ff6ea79ee1fbf518.candrews@gentoo
1 commit: 0efd76b0e71806c2e3b562d5ff6ea79ee1fbf518
2 Author: charIes17 <charles17 <AT> arcor <DOT> de>
3 AuthorDate: Thu Dec 28 12:09:28 2017 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 28 15:29:10 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0efd76b0
7
8 sys-auth/pam-csync: HOMEPAGE and SRC_URI to use https
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.3
11
12 sys-auth/pam-csync/pam-csync-0.42.0-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sys-auth/pam-csync/pam-csync-0.42.0-r1.ebuild b/sys-auth/pam-csync/pam-csync-0.42.0-r1.ebuild
16 index 86a89b5596c..b8f5552f3eb 100644
17 --- a/sys-auth/pam-csync/pam-csync-0.42.0-r1.ebuild
18 +++ b/sys-auth/pam-csync/pam-csync-0.42.0-r1.ebuild
19 @@ -6,8 +6,8 @@ EAPI=6
20 inherit cmake-utils
21
22 DESCRIPTION="PAM module to provide roaming home directories for a user session"
23 -HOMEPAGE="http://www.csync.org/"
24 -SRC_URI="http://www.csync.org/files/${P/-/_}.tar.gz"
25 +HOMEPAGE="https://www.csync.org/"
26 +SRC_URI="https://www.csync.org/files/${P/-/_}.tar.gz"
27
28 LICENSE="GPL-2"
29 SLOT="0"