svn commit: r487974 - head/databases/pear-Structures_DataGrid_DataSource_DBTable

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


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

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_DBTable/Makefile

Modified: head/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile
==============================================================================
--- head/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile	Fri Dec 21 10:12:37 2018	(r487973)
+++ head/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile	Fri Dec 21 10:19:56 2018	(r487974)
@@ -8,8 +8,7 @@ CATEGORIES=	databases www pear
 MAINTAINER=	joneum at FreeBSD.org
 COMMENT=	DataSource driver using PEAR::DB_Table
 
-DEPRECATED=	Works only with EOL php 5.6
-EXPIRATION_DATE=	2018-12-30
+LICENSE= BSD2CLAUSE
 
 BUILD_DEPENDS=	${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid@${PHP_FLAVOR} \
 		${PEARDIR}/DB/Table.php:databases/pear-DB_Table@${PHP_FLAVOR}
@@ -18,7 +17,7 @@ RUN_DEPENDS=	${PEARDIR}/Structures/DataGrid.php:devel/
 
 USES=	pear
 USE_PHP=	mysql
-IGNORE_WITH_PHP=	71 72 73
+IGNORE_WITH_PHP=	56
 NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list