diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 15:05:44 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 15:06:08 +0200 |
commit | a7bd6c001423fc41b464cfb6d348c253fff7a3d8 (patch) | |
tree | e2344589c56b223187a8e50104e503994c527c85 /profiles/default/bsd | |
parent | Switch to https in skeleton files (diff) | |
download | gentoo-a7bd6c001423fc41b464cfb6d348c253fff7a3d8.tar.gz gentoo-a7bd6c001423fc41b464cfb6d348c253fff7a3d8.tar.bz2 gentoo-a7bd6c001423fc41b464cfb6d348c253fff7a3d8.zip |
profiles: Switch URLs to https if possible
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'profiles/default/bsd')
-rw-r--r-- | profiles/default/bsd/fbsd/profile.bashrc | 4 | ||||
-rw-r--r-- | profiles/default/bsd/package.use.mask | 2 | ||||
-rw-r--r-- | profiles/default/bsd/profile.bashrc | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/profiles/default/bsd/fbsd/profile.bashrc b/profiles/default/bsd/fbsd/profile.bashrc index d69c5783a30e..2293f49b1e11 100644 --- a/profiles/default/bsd/fbsd/profile.bashrc +++ b/profiles/default/bsd/fbsd/profile.bashrc @@ -21,7 +21,7 @@ type -P gxargs > /dev/null && alias xargs=gxargs # install a charset.alias that will collide with libiconv's one # See bugs 169678, 195148 and 256129. # Also the discussion on -# http://archives.gentoo.org/gentoo-dev/msg_8cb1805411f37b4eb168a3e680e531f3.xml +# https://archives.gentoo.org/gentoo-dev/msg_8cb1805411f37b4eb168a3e680e531f3.xml bsd-post_src_install() { if [ "${PN}" != "libiconv" -a -e "${D}"/usr/lib*/charset.alias ] ; then @@ -30,7 +30,7 @@ bsd-post_src_install() } # These are because of -# http://archives.gentoo.org/gentoo-dev/msg_529a0806ed2cf841a467940a57e2d588.xml +# https://archives.gentoo.org/gentoo-dev/msg_529a0806ed2cf841a467940a57e2d588.xml # The profile-* ones are meant to be used in etc/portage/profile.bashrc by user # until there is the registration mechanism. profile-post_src_install() { bsd-post_src_install ; } diff --git a/profiles/default/bsd/package.use.mask b/profiles/default/bsd/package.use.mask index 042ff537e432..2c3e4294af1c 100644 --- a/profiles/default/bsd/package.use.mask +++ b/profiles/default/bsd/package.use.mask @@ -32,7 +32,7 @@ app-text/asciidoc test highlight app-misc/mc pam -# See http://bugzilla.gnome.org/show_bug.cgi?id=370847 for why we disable pam +# See https://bugzilla.gnome.org/show_bug.cgi?id=370847 for why we disable pam gnome-extra/gnome-screensaver pam # Requires Linux-only packages diff --git a/profiles/default/bsd/profile.bashrc b/profiles/default/bsd/profile.bashrc index 6e1f856d2214..bd15c4699460 100644 --- a/profiles/default/bsd/profile.bashrc +++ b/profiles/default/bsd/profile.bashrc @@ -2,13 +2,13 @@ if [[ ${EBUILD_PHASE} == compile ]] && [ -d "${S}" ] ; then if grep -q "Assume that mode_t is passed compatibly" ${S} -r --include openat.c; then eerror "The source code contains a faulty openat.c unit from gnulib." eerror "Please report this on Gentoo Bugzilla in Gentoo/Alt product for component FreeBSD." - eerror "http://bugs.gentoo.org/enter_bug.cgi?product=Gentoo%2FAlt&component=FreeBSD&op_sys=FreeBSD" + eerror "https://bugs.gentoo.org/enter_bug.cgi?product=Gentoo%2FAlt&component=FreeBSD&op_sys=FreeBSD" die "Broken openat.c gnulib unit." fi if grep -q "\\<test .*==" "${S}" -r --include configure; then eerror "Found a non POSIX test construction in a configure script" eerror "The configure checks of this package may not function properly" eerror "Please report this on Gentoo Bugzilla in Gentoo/Alt product for component FreeBSD." - eerror "http://bugs.gentoo.org/enter_bug.cgi?product=Gentoo%2FAlt&component=FreeBSD&op_sys=FreeBSD" + eerror "https://bugs.gentoo.org/enter_bug.cgi?product=Gentoo%2FAlt&component=FreeBSD&op_sys=FreeBSD" fi fi |