diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-12-04 15:07:32 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-12-04 15:07:32 +0000 |
commit | 6719311e8aabef650e8493f008b39745ec38fa36 (patch) | |
tree | dabc8096b8406f11d8fa893bf14ce90c6c1f160c | |
parent | 6802e9b388d84dc78838e25e7fb498c4f118c77c (diff) | |
download | ports-6719311e8aabef650e8493f008b39745ec38fa36.tar.gz ports-6719311e8aabef650e8493f008b39745ec38fa36.zip |
Notes
-rw-r--r-- | www/wordpress/Makefile | 6 | ||||
-rw-r--r-- | www/wordpress/distinfo | 4 | ||||
-rw-r--r-- | www/wordpress/files/pkg-message.in | 4 |
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 |