freebsd-ports/www/wordpress/files/pkg-message.in
Kenji Takefu c44d822e8d */wordpress*: Update to 5.8.2
For all languages:
  Make the port portlint(1),portclippy(1) compliant.

For www,french,german,japanese,russian:
  Fix pkg-message.in to only show upgrade message when upgrading.

For www,zh_CN,zh_TW,french,german:
  Use do-install-DOCS-on for documentation.

For zh_CN,zh_TW:
  Add CPE information

PR:		260013
Approved by:	maintainer timeout
2022-01-05 22:25:32 -08:00

16 lines
419 B
Text

[
{ type: install
message: <<EOM
Before the first use of WordPress, copy wp-config-sample.php to wp-config.php
in %%WWWDIR%% and modify it to fit your MySQL.
Maybe you need 'mysqladmin create wordpress' first.
EOM
}
{ type: upgrade
maximum_version: 3
message: <<EOM
If you are upgrading from 1.x or 2.x to 3.x to 4.x, please run
http://your.site/wordpress/wp-admin/upgrade.php to upgrade to WordPress 4.x
EOM
}
]