Date: Fri, 21 Dec 2018 10:19:56 +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: r487974 - head/databases/pear-Structures_DataGrid_DataSource_DBTable Message-ID: <201812211019.wBLAJukE079700@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812211019.wBLAJukE079700>