summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2015-10-30 19:03:58 -0400
committerMichael Orlitzky <mjo@gentoo.org>2015-10-30 20:24:21 -0400
commitf1549c33a093809eb138854729abed560bea2918 (patch)
treed257d1b272b08d80485136fd35e0426e00ba6ea4
parentdev-lang/php: fix typo "chose" -> "choose", bug #537904 by David Flogeras. (diff)
downloadgentoo-f1549c33.tar.gz
gentoo-f1549c33.tar.bz2
gentoo-f1549c33.zip
dev-lang/php: replace dead URL in postinst, bug #564432 by Ortwin Glueck.
The postinst message was pointing people to https://www.gentoo.org/proj/en/php/php-upgrading.xml which now simply 404s. Its spiritual successor is on the wiki, so the postinst message has been updated to send people there. Gentoo-Bug: 564432 Package-Manager: portage-2.2.20.1
-rw-r--r--dev-lang/php/php-5.6.15.ebuild4
-rw-r--r--dev-lang/php/php-7.0.0_rc5.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-lang/php/php-5.6.15.ebuild b/dev-lang/php/php-5.6.15.ebuild
index dd68ab216e75..73bf1e16995b 100644
--- a/dev-lang/php/php-5.6.15.ebuild
+++ b/dev-lang/php/php-5.6.15.ebuild
@@ -774,8 +774,8 @@ pkg_postinst() {
elog "Both versions of php.ini can be found in ${EPREFIX}/usr/share/doc/${PF}"
elog
- elog "For more details on how minor version slotting works (PHP_TARGETS) please read the upgrade guide:"
- elog "https://www.gentoo.org/proj/en/php/php-upgrading.xml"
+ elog "For more details on how minor version slotting works (PHP_TARGETS) please see the wiki:"
+ elog "https://wiki.gentoo.org/wiki/PHP"
elog
}
diff --git a/dev-lang/php/php-7.0.0_rc5.ebuild b/dev-lang/php/php-7.0.0_rc5.ebuild
index 863491a1d534..15f416d6b866 100644
--- a/dev-lang/php/php-7.0.0_rc5.ebuild
+++ b/dev-lang/php/php-7.0.0_rc5.ebuild
@@ -750,8 +750,8 @@ pkg_postinst() {
elog "Both versions of php.ini can be found in ${EPREFIX}/usr/share/doc/${PF}"
elog
- elog "For more details on how minor version slotting works (PHP_TARGETS) please read the upgrade guide:"
- elog "https://www.gentoo.org/proj/en/php/php-upgrading.xml"
+ elog "For more details on how minor version slotting works (PHP_TARGETS) please see the wiki:"
+ elog "https://wiki.gentoo.org/wiki/PHP"
elog
}