Date: Tue, 25 Apr 2017 06:03:19 +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: r439360 - in head: chinese/wordpress-zh_CN chinese/wordpress-zh_TW french/wordpress german/wordpress japanese/wordpress russian/wordpress www/wordpress Message-ID: <201704250603.v3P63Jmu096888@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Tue Apr 25 06:03:19 2017 New Revision: 439360 URL: https://svnweb.freebsd.org/changeset/ports/439360 Log: - Revert the php7 switch, we can't force users to switch to php7 yet. Modified: head/chinese/wordpress-zh_CN/Makefile head/chinese/wordpress-zh_TW/Makefile head/french/wordpress/Makefile head/german/wordpress/Makefile head/japanese/wordpress/Makefile head/russian/wordpress/Makefile head/www/wordpress/Makefile Modified: head/chinese/wordpress-zh_CN/Makefile ============================================================================== --- head/chinese/wordpress-zh_CN/Makefile Tue Apr 25 06:01:14 2017 (r439359) +++ head/chinese/wordpress-zh_CN/Makefile Tue Apr 25 06:03:19 2017 (r439360) @@ -20,7 +20,6 @@ USES= php:web USE_PHP= curl gd mysqli pcre tokenizer xml zip NO_ARCH= yes NO_BUILD= yes -IGNORE_WITH_PHP= 56 PLIST= ${WRKDIR}/pkg-plist WWWDIR= ${PREFIX}/www/${PORTNAME}${PKGNAMESUFFIX} Modified: head/chinese/wordpress-zh_TW/Makefile ============================================================================== --- head/chinese/wordpress-zh_TW/Makefile Tue Apr 25 06:01:14 2017 (r439359) +++ head/chinese/wordpress-zh_TW/Makefile Tue Apr 25 06:03:19 2017 (r439360) @@ -20,7 +20,6 @@ USES= php:web USE_PHP= curl gd mysqli pcre tokenizer xml zip ftp NO_ARCH= yes NO_BUILD= yes -IGNORE_WITH_PHP= 56 PLIST= ${WRKDIR}/pkg-plist WWWDIR= ${PREFIX}/www/${PORTNAME}${PKGNAMESUFFIX} Modified: head/french/wordpress/Makefile ============================================================================== --- head/french/wordpress/Makefile Tue Apr 25 06:01:14 2017 (r439359) +++ head/french/wordpress/Makefile Tue Apr 25 06:03:19 2017 (r439360) @@ -20,7 +20,6 @@ NO_BUILD= yes USES= php:web cpe USE_PHP= curl gd hash mysqli pcre tokenizer xml zip zlib ftp WRKSRC= ${WRKDIR}/${PORTNAME} -IGNORE_WITH_PHP= 56 .if ${PORTVERSION:N*.*.*} CPE_VERSION= ${PORTVERSION}.0 Modified: head/german/wordpress/Makefile ============================================================================== --- head/german/wordpress/Makefile Tue Apr 25 06:01:14 2017 (r439359) +++ head/german/wordpress/Makefile Tue Apr 25 06:03:19 2017 (r439360) @@ -21,7 +21,6 @@ NO_BUILD= yes USES= php:web cpe USE_PHP= curl gd hash mysqli pcre tokenizer xml zip zlib ftp WRKSRC= ${WRKDIR}/${PORTNAME} -IGNORE_WITH_PHP= 56 CPE_LANG= de .if ${PORTVERSION:N*.*.*} Modified: head/japanese/wordpress/Makefile ============================================================================== --- head/japanese/wordpress/Makefile Tue Apr 25 06:01:14 2017 (r439359) +++ head/japanese/wordpress/Makefile Tue Apr 25 06:03:19 2017 (r439360) @@ -21,7 +21,6 @@ NO_BUILD= yes USES= cpe php:web USE_PHP= curl gd mysqli pcre tokenizer xml zip zlib ftp WRKSRC= ${WRKDIR}/${PORTNAME} -IGNORE_WITH_PHP= 56 CPE_LANG= ja .if ${PORTVERSION:N*.*.*} Modified: head/russian/wordpress/Makefile ============================================================================== --- head/russian/wordpress/Makefile Tue Apr 25 06:01:14 2017 (r439359) +++ head/russian/wordpress/Makefile Tue Apr 25 06:03:19 2017 (r439360) @@ -20,7 +20,6 @@ NO_BUILD= yes USES= php:web cpe USE_PHP= curl gd hash mysqli pcre tokenizer xml zip zlib ftp WRKSRC= ${WRKDIR}/${PORTNAME} -IGNORE_WITH_PHP= 56 CPE_LANG= ru .if ${PORTVERSION:N*.*.*} Modified: head/www/wordpress/Makefile ============================================================================== --- head/www/wordpress/Makefile Tue Apr 25 06:01:14 2017 (r439359) +++ head/www/wordpress/Makefile Tue Apr 25 06:03:19 2017 (r439360) @@ -19,7 +19,6 @@ NO_BUILD= yes USES= php:web cpe USE_PHP= curl gd hash mysqli pcre tokenizer xml zip zlib ftp WRKSRC= ${WRKDIR}/${PORTNAME} -IGNORE_WITH_PHP= 56 .if ${PORTVERSION:N*.*.*} CPE_VERSION= ${PORTVERSION}.0
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704250603.v3P63Jmu096888>