svn commit: r487979 - head/databases/pear-Structures_DataGrid_DataSource_MDB2

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


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

Log:
   - Add LICENSE
   - After changing to "mysqli", this port builds successfully with PHP 7.x
   - Ignore for PHP 56
  
  Sponsored by:	Netzkommune GmbH

Modified:
  head/databases/pear-Structures_DataGrid_DataSource_MDB2/Makefile

Modified: head/databases/pear-Structures_DataGrid_DataSource_MDB2/Makefile
==============================================================================
--- head/databases/pear-Structures_DataGrid_DataSource_MDB2/Makefile	Fri Dec 21 10:37:45 2018	(r487978)
+++ head/databases/pear-Structures_DataGrid_DataSource_MDB2/Makefile	Fri Dec 21 10:40:39 2018	(r487979)
@@ -8,17 +8,18 @@ CATEGORIES=	databases www pear
 MAINTAINER=	joneum at 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}
 RUN_DEPENDS=	${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid@${PHP_FLAVOR} \
 		${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 <bsd.port.mk>


More information about the svn-ports-all mailing list