diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-08-07 17:44:15 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-08-07 17:44:15 +0000 |
commit | 58fed244a9f5eb6b3782a293b8d89f157fedbb76 (patch) | |
tree | 436cf54b3934dd23508b71a178612d52e7d02bd0 /www/wordpress | |
parent | bb65119f9beae0eaa903967697bdcc16551777ff (diff) |
Notes
Diffstat (limited to 'www/wordpress')
-rw-r--r-- | www/wordpress/Makefile | 3 | ||||
-rw-r--r-- | www/wordpress/distinfo | 4 | ||||
-rw-r--r-- | www/wordpress/pkg-message | 6 |
3 files changed, 9 insertions, 4 deletions
diff --git a/www/wordpress/Makefile b/www/wordpress/Makefile index c09ceffa5aa4..049a98469519 100644 --- a/www/wordpress/Makefile +++ b/www/wordpress/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -PORTVERSION= 3.5.2 +PORTVERSION= 3.6 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= http://wordpress.org/ @@ -11,7 +11,6 @@ MAINTAINER= ychsiao@ychsiao.org COMMENT= A state-of-the-art semantic personal publishing platform LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/license.txt CONFLICTS_INSTALL= de-wordpress-3.* ja-wordpress-3.* ru-wordpress-3.* diff --git a/www/wordpress/distinfo b/www/wordpress/distinfo index 96fa1a96430c..5aeade5298c6 100644 --- a/www/wordpress/distinfo +++ b/www/wordpress/distinfo @@ -1,2 +1,2 @@ -SHA256 (wordpress-3.5.2.tar.gz) = 4cce99c3fb245db8ebbfd1f1f7772a1b132a32abdd1483a2b26facc57ee652b1 -SIZE (wordpress-3.5.2.tar.gz) = 4988077 +SHA256 (wordpress-3.6.tar.gz) = cf3dac69cd1810d8f4880b2c982fee869a0c56e1c4f793bbfc6d7021fd6da97c +SIZE (wordpress-3.6.tar.gz) = 4028740 diff --git a/www/wordpress/pkg-message b/www/wordpress/pkg-message new file mode 100644 index 000000000000..0fcaa079166e --- /dev/null +++ b/www/wordpress/pkg-message @@ -0,0 +1,6 @@ + **** NOTE **** +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. +If you are upgrading from 1.x or 2.x to 3.x, please run +http://your.site/wordpress/wp-admin/upgrade.php to upgrade to WordPress 3.x |