svn commit: r424754 - in head/ftp: php56-fastdfs php70-fastdfs
Mathieu Arnold
mat at FreeBSD.org
Thu Oct 27 09:29:35 UTC 2016
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
More information about the svn-ports-all
mailing list