svn commit: r437298 - in head: devel/pecl-msgpack devel/phpunit6 graphics/graphviz www/typo3
Mathieu Arnold
mat at FreeBSD.org
Thu Mar 30 14:28:09 UTC 2017
Author: mat
Date: Thu Mar 30 14:28:07 2017
New Revision: 437298
URL: https://svnweb.freebsd.org/changeset/ports/437298
Log:
Ports should not force the php version they use.
Sponsored by: Absolight
Modified:
head/devel/pecl-msgpack/Makefile (contents, props changed)
head/devel/phpunit6/Makefile (contents, props changed)
head/graphics/graphviz/Makefile (contents, props changed)
head/www/typo3/Makefile (contents, props changed)
Modified: head/devel/pecl-msgpack/Makefile
==============================================================================
--- head/devel/pecl-msgpack/Makefile Thu Mar 30 14:20:59 2017 (r437297)
+++ head/devel/pecl-msgpack/Makefile Thu Mar 30 14:28:07 2017 (r437298)
@@ -14,7 +14,6 @@ COMMENT= Provides API for communicating
LICENSE= BSD3CLAUSE
USES= php:ext tar:tgz
-PHP_VER= 70
IGNORE_WITH_PHP= 56
.include <bsd.port.mk>
Modified: head/devel/phpunit6/Makefile
==============================================================================
--- head/devel/phpunit6/Makefile Thu Mar 30 14:20:59 2017 (r437297)
+++ head/devel/phpunit6/Makefile Thu Mar 30 14:28:07 2017 (r437298)
@@ -16,7 +16,6 @@ USES= cpe php
CPE_VENDOR= phpunit_project
USE_PHP= dom json spl pcre phar
-PHP_VER= 70
IGNORE_WITH_PHP= 56
NO_ARCH= yes
Modified: head/graphics/graphviz/Makefile
==============================================================================
--- head/graphics/graphviz/Makefile Thu Mar 30 14:20:59 2017 (r437297)
+++ head/graphics/graphviz/Makefile Thu Mar 30 14:28:07 2017 (r437298)
@@ -209,7 +209,7 @@ CONFIGURE_ENV+= SWIG="/nonexistent"
.if ${PORT_OPTIONS:MPHP}
SHEBANG_FILES+= tclpkg/gv/demo/modgraph.php
-PHP_VER= 70
+IGNORE_WITH_PHP= 56 71
.endif
.if ${PORT_OPTIONS:MRUBY}
Modified: head/www/typo3/Makefile
==============================================================================
--- head/www/typo3/Makefile Thu Mar 30 14:20:59 2017 (r437297)
+++ head/www/typo3/Makefile Thu Mar 30 14:28:07 2017 (r437298)
@@ -13,7 +13,6 @@ LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
IGNORE_WITH_PHP= 56
-PHP_VER= 70
PORTSCOUT= limit:^8\.6\.
More information about the svn-ports-head
mailing list