commit:     f1549c33a093809eb138854729abed560bea2918
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 30 23:03:58 2015 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sat Oct 31 00:24:21 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1549c33

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 dd68ab2..73bf1e1 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 863491a..15f416d 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
 }
 

Reply via email to