Date: Thu, 4 Dec 2014 15:07:33 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r373917 - in head/www/wordpress: . files Message-ID: <201412041507.sB4F7XR3064570@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Dec 4 15:07:32 2014 New Revision: 373917 URL: https://svnweb.freebsd.org/changeset/ports/373917 QAT: https://qat.redports.org/buildarchive/r373917/ Log: - 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) MFH: 2014Q4 Modified: head/www/wordpress/Makefile head/www/wordpress/distinfo head/www/wordpress/files/pkg-message.in Modified: head/www/wordpress/Makefile ============================================================================== --- head/www/wordpress/Makefile Thu Dec 4 15:06:32 2014 (r373916) +++ head/www/wordpress/Makefile Thu Dec 4 15:07:32 2014 (r373917) @@ -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 perso 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} \ Modified: head/www/wordpress/distinfo ============================================================================== --- head/www/wordpress/distinfo Thu Dec 4 15:06:32 2014 (r373916) +++ head/www/wordpress/distinfo Thu Dec 4 15:07:32 2014 (r373917) @@ -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 Modified: head/www/wordpress/files/pkg-message.in ============================================================================== --- head/www/wordpress/files/pkg-message.in Thu Dec 4 15:06:32 2014 (r373916) +++ head/www/wordpress/files/pkg-message.in Thu Dec 4 15:07:32 2014 (r373917) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412041507.sB4F7XR3064570>