Date: Mon, 28 Dec 2015 09:46:41 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404618 - head/japanese/wordpress Message-ID: <201512280946.tBS9kfbL036498@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Mon Dec 28 09:46:40 2015 New Revision: 404618 URL: https://svnweb.freebsd.org/changeset/ports/404618 Log: - Take maintainership - Add missing php*-ftp dependecy - Switch mysql to mysqli Modified: head/japanese/wordpress/Makefile Modified: head/japanese/wordpress/Makefile ============================================================================== --- head/japanese/wordpress/Makefile Mon Dec 28 08:46:41 2015 (r404617) +++ head/japanese/wordpress/Makefile Mon Dec 28 09:46:40 2015 (r404618) @@ -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- 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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512280946.tBS9kfbL036498>