svn commit: r324361 - head/www/wordpress
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Aug 7 17:44:16 UTC 2013
Author: sunpoet
Date: Wed Aug 7 17:44:15 2013
New Revision: 324361
URL: http://svnweb.freebsd.org/changeset/ports/324361
Log:
- Update to 3.6
- While I'm here, remove LICENSE_FILE for well-known licenses
Changes: http://wordpress.org/news/2013/08/oscar/
PR: ports/181099
Submitted by: Yuan-Chung Hsiao <ychsiao at ychsiao.org> (maintainer)
Added:
head/www/wordpress/pkg-message (contents, props changed)
Modified:
head/www/wordpress/Makefile
head/www/wordpress/distinfo
Modified: head/www/wordpress/Makefile
==============================================================================
--- head/www/wordpress/Makefile Wed Aug 7 16:58:59 2013 (r324360)
+++ head/www/wordpress/Makefile Wed Aug 7 17:44:15 2013 (r324361)
@@ -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 at 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.*
Modified: head/www/wordpress/distinfo
==============================================================================
--- head/www/wordpress/distinfo Wed Aug 7 16:58:59 2013 (r324360)
+++ head/www/wordpress/distinfo Wed Aug 7 17:44:15 2013 (r324361)
@@ -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
Added: head/www/wordpress/pkg-message
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/wordpress/pkg-message Wed Aug 7 17:44:15 2013 (r324361)
@@ -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
More information about the svn-ports-head
mailing list