From 717a3791ab0cd64ad686a49796757d3b68b721f1 Mon Sep 17 00:00:00 2001 From: miwi Date: Mon, 28 Dec 2015 09:46:40 +0000 Subject: - Take maintainership - Add missing php*-ftp dependecy - Switch mysql to mysqli --- japanese/wordpress/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'japanese') diff --git a/japanese/wordpress/Makefile b/japanese/wordpress/Makefile index b81adb84b370..80b9cb82df37 100644 --- a/japanese/wordpress/Makefile +++ b/japanese/wordpress/Makefile @@ -3,11 +3,12 @@ PORTNAME= wordpress PORTVERSION= 4.4 +PORTREVISION= 1 DISTVERSIONSUFFIX= -ja CATEGORIES= japanese www MASTER_SITES= http://ja.wordpress.org/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= State-of-the-art semantic personal publishing platform LICENSE= GPLv2 GPLv3 @@ -19,7 +20,7 @@ CONFLICTS_INSTALL= wordpress-[0-9].* de-wordpress-[0-9].* ru-wordpress-[0-9].* NO_ARCH= yes NO_BUILD= yes USES= cpe -USE_PHP= curl gd mysql pcre tokenizer xml zip zlib +USE_PHP= curl gd mysqli pcre tokenizer xml zip zlib ftp WANT_PHP_WEB= yes WRKSRC= ${WRKDIR}/${PORTNAME} -- cgit