Date: Fri, 21 Dec 2018 10:21:54 +0000 (UTC) From: Jochen Neumeister <joneum@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r487975 - head/databases/pear-Structures_DataGrid_DataSource_DBQuery Message-ID: <201812211021.wBLALsDj084110@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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} \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812211021.wBLALsDj084110>