aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-12-05 18:01:08 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-12-05 18:01:08 +0000
commit7dc96d2fe88cb8d63582a1dfb4b951add9ab345b (patch)
tree053b770bd44949ef2083bd90bbc74d4bc39eb6bd
parent38863df1807e786422abac0f06a0e799e3982df8 (diff)
downloadports-7dc96d2fe88cb8d63582a1dfb4b951add9ab345b.tar.gz
ports-7dc96d2fe88cb8d63582a1dfb4b951add9ab345b.zip
MFH: r373917
- Update to 4.0.1 - Update CONFLICTS_INSTALL - Update PKGMESSAGE Changes: https://wordpress.org/news/2014/11/wordpress-4-0-1/ PR: ports/195355 Submitted by: sunpoet (myself) Approved by: Yuan-Chung Hsiao <ychsiao@ychsiao.org> (maintainer) Approved by: ports-secteam (delphij)
Notes
Notes: svn path=/branches/2014Q4/; revision=374068
-rw-r--r--www/wordpress/Makefile6
-rw-r--r--www/wordpress/distinfo4
-rw-r--r--www/wordpress/files/pkg-message.in4
3 files changed, 6 insertions, 8 deletions
diff --git a/www/wordpress/Makefile b/www/wordpress/Makefile
index 2ca619668d34..8bf6f41227e6 100644
--- a/www/wordpress/Makefile
+++ b/www/wordpress/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= wordpress
-PORTVERSION= 4.0
-PORTREVISION= 1
+PORTVERSION= 4.0.1
PORTEPOCH= 1
CATEGORIES= www
MASTER_SITES= http://wordpress.org/
@@ -13,7 +12,7 @@ COMMENT= State-of-the-art semantic personal publishing platform
LICENSE= GPLv2
-CONFLICTS_INSTALL= de-wordpress-3.* ja-wordpress-3.* ru-wordpress-3.*
+CONFLICTS_INSTALL= de-wordpress-[0-9].* ja-wordpress-[0-9].* ru-wordpress-[0-9].*
NO_BUILD= yes
USES= cpe
@@ -40,7 +39,6 @@ pre-install:
${ECHO_CMD} '@owner www' > ${PLIST}
${ECHO_CMD} '@group www' >> ${PLIST}
cd ${WRKSRC}/ && ${FIND} -s * -type f | ${SED} -e 's|^|%%WWWDIR%%/|' >> ${PLIST}
- cd ${WRKSRC}/ && ${FIND} -d . -type d | ${SED} -e 's|^\.|@dirrm %%WWWDIR%%|' >> ${PLIST}
${ECHO_CMD} '@owner' >> ${PLIST}
${ECHO_CMD} '@group' >> ${PLIST}
if [ ! -f ${WRKSRC}/wp-config-sample.php ]; then ${CP} \
diff --git a/www/wordpress/distinfo b/www/wordpress/distinfo
index efbb6eca38b1..77be4c30ba26 100644
--- a/www/wordpress/distinfo
+++ b/www/wordpress/distinfo
@@ -1,2 +1,2 @@
-SHA256 (wordpress-4.0.tar.gz) = 03a8437ca9ae14c9a7f6d4062672e9685d45e1aaad6c020af2673cb42a34c0ac
-SIZE (wordpress-4.0.tar.gz) = 6051082
+SHA256 (wordpress-4.0.1.tar.gz) = 94ce5402f6ab5662c37916825f7725c517f6f9328ff3de7aaf2840551ac32f16
+SIZE (wordpress-4.0.1.tar.gz) = 6054753
diff --git a/www/wordpress/files/pkg-message.in b/www/wordpress/files/pkg-message.in
index a3c01e1be0d6..11afe3fec699 100644
--- a/www/wordpress/files/pkg-message.in
+++ b/www/wordpress/files/pkg-message.in
@@ -2,5 +2,5 @@
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
+If you are upgrading from 1.x or 2.x or 3.x to 4.x, please run
+http://your.site/wordpress/wp-admin/upgrade.php to upgrade to WordPress 4.x