Date: Thu, 27 Oct 2016 09:29:33 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424754 - in head/ftp: php56-fastdfs php70-fastdfs Message-ID: <201610270929.u9R9TXod003351@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Thu Oct 27 09:29:33 2016 New Revision: 424754 URL: https://svnweb.freebsd.org/changeset/ports/424754 Log: Fix php usage. Sponsored by: Absolight Modified: head/ftp/php56-fastdfs/Makefile (contents, props changed) head/ftp/php70-fastdfs/Makefile (contents, props changed) Modified: head/ftp/php56-fastdfs/Makefile ============================================================================== --- head/ftp/php56-fastdfs/Makefile Thu Oct 27 09:29:23 2016 (r424753) +++ head/ftp/php56-fastdfs/Makefile Thu Oct 27 09:29:33 2016 (r424754) @@ -19,7 +19,7 @@ GH_TAGNAME= 87659981148a362812912b6d4752 USES= php:ext IGNORE_WITH_PHP= 70 -PHP_DEFAULT= 5.6 +PHP_VER= 56 WRKSRC_SUBDIR= php_client Modified: head/ftp/php70-fastdfs/Makefile ============================================================================== --- head/ftp/php70-fastdfs/Makefile Thu Oct 27 09:29:23 2016 (r424753) +++ head/ftp/php70-fastdfs/Makefile Thu Oct 27 09:29:33 2016 (r424754) @@ -19,7 +19,7 @@ GH_TAGNAME= 87659981148a362812912b6d4752 USES= php:ext IGNORE_WITH_PHP= 56 -PHP_DEFAULT= 7.0 +PHP_VER= 70 WRKSRC_SUBDIR= php_client
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610270929.u9R9TXod003351>