From 73f2875bdc5e25de77f902b58625aa1413123eb4 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Mon, 28 Dec 2015 09:55:17 +0000 Subject: [PATCH] - Update to 4.4 - Add/Update missing deps - Take over maintainership PR: 205392 Submitted by: ychsiao@ychsiao.org (previous maintainer) --- www/wordpress/Makefile | 6 +++--- www/wordpress/distinfo | 4 ++-- www/wordpress/pkg-message | 6 ------ 3 files changed, 5 insertions(+), 11 deletions(-) delete mode 100644 www/wordpress/pkg-message diff --git a/www/wordpress/Makefile b/www/wordpress/Makefile index eb5df0f4e6d0..22629b67853a 100644 --- a/www/wordpress/Makefile +++ b/www/wordpress/Makefile @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= wordpress -PORTVERSION= 4.3.1 +PORTVERSION= 4.4 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= http://wordpress.org/ -MAINTAINER= ychsiao@ychsiao.org +MAINTAINER= miwi@FreeBSD.org COMMENT= State-of-the-art semantic personal publishing platform LICENSE= GPLv2 @@ -17,7 +17,7 @@ CONFLICTS_INSTALL= de-wordpress-[0-9].* ja-wordpress-[0-9].* ru-wordpress-[0-9]. NO_ARCH= yes NO_BUILD= yes USES= cpe -USE_PHP= curl gd hash mysql pcre tokenizer xml zip zlib +USE_PHP= curl gd hash mysqli pcre tokenizer xml zip zlib ftp WANT_PHP_WEB= yes WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/www/wordpress/distinfo b/www/wordpress/distinfo index 202f248b23fd..b3a7d704915e 100644 --- a/www/wordpress/distinfo +++ b/www/wordpress/distinfo @@ -1,2 +1,2 @@ -SHA256 (wordpress-4.3.1.tar.gz) = df5a5bfa28c916e11e8a636297c8eeb68816fff1d1bc2564c1d73c0063f0027c -SIZE (wordpress-4.3.1.tar.gz) = 6526208 +SHA256 (wordpress-4.4.tar.gz) = 02047ded951bc9d3e3d7e33dc4add71165edff202bee0c00d536e9640813ce99 +SIZE (wordpress-4.4.tar.gz) = 7079339 diff --git a/www/wordpress/pkg-message b/www/wordpress/pkg-message deleted file mode 100644 index 0fcaa079166e..000000000000 --- a/www/wordpress/pkg-message +++ /dev/null @@ -1,6 +0,0 @@ - **** 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