Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Mar 2017 14:28:07 +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: r437298 - in head: devel/pecl-msgpack devel/phpunit6 graphics/graphviz www/typo3
Message-ID:  <201703301428.v2UES7RQ006227@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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\.
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703301428.v2UES7RQ006227>