From aa80e56c4858bb02eb59536b60ff2b339337edd4 Mon Sep 17 00:00:00 2001 From: Jochen Neumeister Date: Fri, 21 Dec 2018 10:40:39 +0000 Subject: [PATCH] - Add LICENSE - After changing to "mysqli", this port builds successfully with PHP 7.x - Ignore for PHP 56 Sponsored by: Netzkommune GmbH --- .../pear-Structures_DataGrid_DataSource_MDB2/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/databases/pear-Structures_DataGrid_DataSource_MDB2/Makefile b/databases/pear-Structures_DataGrid_DataSource_MDB2/Makefile index a1673808b20f..f86047865f7e 100644 --- a/databases/pear-Structures_DataGrid_DataSource_MDB2/Makefile +++ b/databases/pear-Structures_DataGrid_DataSource_MDB2/Makefile @@ -8,8 +8,9 @@ CATEGORIES= databases www pear MAINTAINER= joneum@FreeBSD.org COMMENT= DataSource driver using PEAR::MDB2 and an SQL query -DEPRECATED= Works only with EOL php 5.6 -EXPIRATION_DATE= 2018-12-30 +LICENSE= BSD2CLAUSE + +IGNORE_WITH_PHP= 56 BUILD_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid@${PHP_FLAVOR} \ ${PEARDIR}/MDB2.php:databases/pear-MDB2@${PHP_FLAVOR} @@ -17,8 +18,8 @@ RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid@$ ${PEARDIR}/MDB2.php:databases/pear-MDB2@${PHP_FLAVOR} USES= pear -USE_PHP= mysql -IGNORE_WITH_PHP= 71 72 73 +USE_PHP= mysqli + NO_ARCH= yes .include