Skip to content

Commit

Permalink
dev-lang/php: replace dead URL in postinst, bug #564432 by Ortwin Glu…
Browse files Browse the repository at this point in the history
…eck.

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
  • Loading branch information
orlitzky committed Oct 31, 2015
1 parent ccbfb0a commit f1549c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dev-lang/php/php-5.6.15.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down
4 changes: 2 additions & 2 deletions dev-lang/php/php-7.0.0_rc5.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit f1549c3

Please sign in to comment.