svn commit: r487975 - head/databases/pear-Structures_DataGrid_DataSource_DBQuery

Jochen Neumeister joneum at FreeBSD.org
Fri Dec 21 10:21:55 UTC 2018


Author: joneum
Date: Fri Dec 21 10:21:54 2018
New Revision: 487975
URL: https://svnweb.freebsd.org/changeset/ports/487975

Log:
  - Add ignore for PHP 56

Modified:
  head/databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile

Modified: head/databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile
==============================================================================
--- head/databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile	Fri Dec 21 10:19:56 2018	(r487974)
+++ head/databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile	Fri Dec 21 10:21:54 2018	(r487975)
@@ -10,6 +10,8 @@ COMMENT=	DataSource driver using PEAR::DB and an SQL q
 
 LICENSE=	BSD2CLAUSE
 
+IGNORE_WITH_PHP=	56
+
 BUILD_DEPENDS=	${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid@${PHP_FLAVOR} \
 		${PEARDIR}/DB.php:databases/pear-DB@${PHP_FLAVOR}
 RUN_DEPENDS=	${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid@${PHP_FLAVOR} \


More information about the svn-ports-head mailing list