svn commit: r473885 - in head/devel: pear-PEAR_Info pear-PHP_CompatInfo

Rene Ladan rene at FreeBSD.org
Wed Jul 4 13:50:18 UTC 2018


Author: rene
Date: Wed Jul  4 13:50:16 2018
New Revision: 473885
URL: https://svnweb.freebsd.org/changeset/ports/473885

Log:
  Ignore these ports with PHP 5.6 as phpunit6 does so.
  
  Reported by:	Shawn Webb

Modified:
  head/devel/pear-PEAR_Info/Makefile
  head/devel/pear-PHP_CompatInfo/Makefile

Modified: head/devel/pear-PEAR_Info/Makefile
==============================================================================
--- head/devel/pear-PEAR_Info/Makefile	Wed Jul  4 13:37:13 2018	(r473884)
+++ head/devel/pear-PEAR_Info/Makefile	Wed Jul  4 13:50:16 2018	(r473885)
@@ -9,6 +9,8 @@ CATEGORIES=	devel www pear
 MAINTAINER=	joneum at FreeBSD.org
 COMMENT=	Show Information about your PEAR install and its packages
 
+IGNORE_WITH_PHP=	56
+
 BUILD_DEPENDS=	${PEARDIR}/Console/Getargs.php:devel/pear-Console_Getargs@${PHP_FLAVOR}
 RUN_DEPENDS=	${PEARDIR}/Console/Getargs.php:devel/pear-Console_Getargs@${PHP_FLAVOR}
 

Modified: head/devel/pear-PHP_CompatInfo/Makefile
==============================================================================
--- head/devel/pear-PHP_CompatInfo/Makefile	Wed Jul  4 13:37:13 2018	(r473884)
+++ head/devel/pear-PHP_CompatInfo/Makefile	Wed Jul  4 13:50:16 2018	(r473885)
@@ -9,14 +9,16 @@ CATEGORIES=	devel pear
 MAINTAINER=	joneum at FreeBSD.org
 COMMENT=	PEAR class to find out the minimum version and extensions required
 
+IGNORE_WITH_PHP=	56
+
 RUN_DEPENDS=	${PEARDIR}/Console/Table.php:devel/pear-Console_Table@${PHP_FLAVOR} \
 		${PEARDIR}/Console/Getargs.php:devel/pear-Console_Getargs@${PHP_FLAVOR} \
 		${PEARDIR}/File/Find.php:sysutils/pear-File_Find@${PHP_FLAVOR} \
 		${PEARDIR}/Event/Dispatcher.php:devel/pear-Event_Dispatcher@${PHP_FLAVOR}
 
 PORTSCOUT=	skipv:1.9.0a1,1.9.0b1,1.9.0b2
-USE_PHP=	tokenizer
 USES=		dos2unix pear php
+USE_PHP=	tokenizer
 
 OPTIONS_DEFINE=	PEAR_XML_BEAUTIFIER PEAR_VAR_DUMP PHPUNIT PEAR_XML_UTIL PEAR_HTML_TABLE
 OPTIONS_DEFAULT=	PHPUNIT PEAR_XML_UTIL


More information about the svn-ports-all mailing list