commit:     8399e6e797eae6b27a71765f3f9cafdef7ea6358
Author:     Francesco Turco <fturco <AT> fastmail <DOT> fm>
AuthorDate: Sun Sep 10 19:38:37 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Sep 22 14:08:59 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8399e6e7

net-print/cups: use HTTPS for links to cups.org.

 net-print/cups/cups-2.1.4.ebuild | 6 +++---
 net-print/cups/cups-2.2.3.ebuild | 4 ++--
 net-print/cups/cups-2.2.4.ebuild | 4 ++--
 net-print/cups/cups-9999.ebuild  | 4 ++--
 4 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/net-print/cups/cups-2.1.4.ebuild b/net-print/cups/cups-2.1.4.ebuild
index e8b9c783db8..775f7c2fb64 100644
--- a/net-print/cups/cups-2.1.4.ebuild
+++ b/net-print/cups/cups-2.1.4.ebuild
@@ -16,7 +16,7 @@ MY_PV=${MY_PV/_beta/b}
 
 if [[ ${PV} == *9999 ]]; then
        inherit git-r3
-       EGIT_REPO_URI="http://www.cups.org/cups.git";
+       EGIT_REPO_URI="https://github.com/apple/cups.git";
        if [[ ${PV} != 9999 ]]; then
                EGIT_BRANCH=branch-${PV/.9999}
        fi
@@ -26,7 +26,7 @@ else
 fi
 
 DESCRIPTION="The Common Unix Printing System"
-HOMEPAGE="http://www.cups.org/";
+HOMEPAGE="https://www.cups.org/";
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -180,7 +180,7 @@ multilib_src_configure() {
        # explicitly specify compiler wrt bug 524340
        #
        # need to override KRB5CONFIG for proper flags
-       # https://www.cups.org/str.php?L4423
+       # https://github.com/apple/cups/issues/4423
        econf \
                CC="$(tc-getCC)" \
                CXX="$(tc-getCXX)" \

diff --git a/net-print/cups/cups-2.2.3.ebuild b/net-print/cups/cups-2.2.3.ebuild
index 213608b22b4..8afa9e83e60 100644
--- a/net-print/cups/cups-2.2.3.ebuild
+++ b/net-print/cups/cups-2.2.3.ebuild
@@ -26,7 +26,7 @@ else
 fi
 
 DESCRIPTION="The Common Unix Printing System"
-HOMEPAGE="http://www.cups.org/";
+HOMEPAGE="https://www.cups.org/";
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -171,7 +171,7 @@ multilib_src_configure() {
        # explicitly specify compiler wrt bug 524340
        #
        # need to override KRB5CONFIG for proper flags
-       # https://www.cups.org/str.php?L4423
+       # https://github.com/apple/cups/issues/4423
        econf \
                CC="$(tc-getCC)" \
                CXX="$(tc-getCXX)" \

diff --git a/net-print/cups/cups-2.2.4.ebuild b/net-print/cups/cups-2.2.4.ebuild
index 42bac42a67b..1022bea6f56 100644
--- a/net-print/cups/cups-2.2.4.ebuild
+++ b/net-print/cups/cups-2.2.4.ebuild
@@ -26,7 +26,7 @@ else
 fi
 
 DESCRIPTION="The Common Unix Printing System"
-HOMEPAGE="http://www.cups.org/";
+HOMEPAGE="https://www.cups.org/";
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -164,7 +164,7 @@ multilib_src_configure() {
        # explicitly specify compiler wrt bug 524340
        #
        # need to override KRB5CONFIG for proper flags
-       # https://www.cups.org/str.php?L4423
+       # https://github.com/apple/cups/issues/4423
        myeconfargs+=(
                CC="$(tc-getCC)"
                CXX="$(tc-getCXX)"

diff --git a/net-print/cups/cups-9999.ebuild b/net-print/cups/cups-9999.ebuild
index 575a7911181..f32e1a41dda 100644
--- a/net-print/cups/cups-9999.ebuild
+++ b/net-print/cups/cups-9999.ebuild
@@ -26,7 +26,7 @@ else
 fi
 
 DESCRIPTION="The Common Unix Printing System"
-HOMEPAGE="http://www.cups.org/";
+HOMEPAGE="https://www.cups.org/";
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -170,7 +170,7 @@ multilib_src_configure() {
        # explicitly specify compiler wrt bug 524340
        #
        # need to override KRB5CONFIG for proper flags
-       # https://www.cups.org/str.php?L4423
+       # https://github.com/apple/cups/issues/4423
        econf \
                CC="$(tc-getCC)" \
                CXX="$(tc-getCXX)" \

Reply via email to