summaryrefslogtreecommitdiff
path: root/dev-lang/php/php-5.4.42.ebuild
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-08-24 12:47:45 +0200
committerJustin Lecher <jlec@gentoo.org>2015-08-24 12:49:19 +0200
commiteaaface92ee81f30a6ac66fe7acbcc42c00dc450 (patch)
tree6a380aa33005e1997c9dbe6f1c00520274543303 /dev-lang/php/php-5.4.42.ebuild
parentf49e098397feee21f6efdc364f7d00bbc86b8518 (diff)
downloadgentoo-eaaface92ee81f30a6ac66fe7acbcc42c00dc450.tar.gz
gentoo-eaaface92ee81f30a6ac66fe7acbcc42c00dc450.tar.bz2
gentoo-eaaface92ee81f30a6ac66fe7acbcc42c00dc450.zip
Use https by default
Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-lang/php/php-5.4.42.ebuild')
-rw-r--r--dev-lang/php/php-5.4.42.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/php/php-5.4.42.ebuild b/dev-lang/php/php-5.4.42.ebuild
index c8660c49cfc2..9fc7a1c725bf 100644
--- a/dev-lang/php/php-5.4.42.ebuild
+++ b/dev-lang/php/php-5.4.42.ebuild
@@ -18,7 +18,7 @@ function php_get_uri ()
echo "http://www.php.net/distributions/${2}"
;;
"olemarkus")
- echo "http://dev.gentoo.org/~olemarkus/php/${2}"
+ echo "https://dev.gentoo.org/~olemarkus/php/${2}"
;;
"gentoo")
echo "mirror://gentoo/${2}"
@@ -793,7 +793,7 @@ pkg_postinst() {
elog
elog "For more details on how minor version slotting works (PHP_TARGETS) please read the upgrade guide:"
- elog "http://www.gentoo.org/proj/en/php/php-upgrading.xml"
+ elog "https://www.gentoo.org/proj/en/php/php-upgrading.xml"
elog
}