From f1549c33a093809eb138854729abed560bea2918 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Fri, 30 Oct 2015 19:03:58 -0400 Subject: [PATCH] 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 --- dev-lang/php/php-5.6.15.ebuild | 4 ++-- dev-lang/php/php-7.0.0_rc5.ebuild | 4 ++-- 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 dd68ab216e75e..73bf1e16995bf 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 863491a1d534a..15f416d6b866a 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 }