Hi update to latest pear-MDB2 version, what we have in tree is not compatible 
with php 5.6.
This version is the latest available, works with php-5.6 but it's not 
compatible with php-7.0.
Commit or remove pear-MDB2 stuff ?
 Giovanni
Index: Makefile
===================================================================
RCS file: /var/cvs/ports/databases/pear-MDB2/Makefile,v
retrieving revision 1.8
diff -u -p -r1.8 Makefile
--- Makefile	11 Mar 2013 02:52:07 -0000	1.8
+++ Makefile	21 Sep 2018 13:46:57 -0000
@@ -2,8 +2,7 @@
 
 COMMENT=	database abstraction layer for PHP
 
-DISTNAME=	MDB2-2.4.1
-REVISION =	1
+DISTNAME=	MDB2-2.5.0b5
 CATEGORIES=	net databases
 
 MODULES=	www/pear
Index: distinfo
===================================================================
RCS file: /var/cvs/ports/databases/pear-MDB2/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo	18 Jan 2015 03:13:04 -0000	1.2
+++ distinfo	21 Sep 2018 13:47:00 -0000
@@ -1,2 +1,2 @@
-SHA256 (MDB2-2.4.1.tgz) = eTAL1XkFqmSTYjWonXVHZqPd8XKtPm0RjLnSkJ4FZn0=
-SIZE (MDB2-2.4.1.tgz) = 119790
+SHA256 (MDB2-2.5.0b5.tgz) = OFosnCNB/Iw3+d4WXHE30vE9z+O4mlcpD2y4443tKHE=
+SIZE (MDB2-2.5.0b5.tgz) = 138814
Index: pkg/PLIST
===================================================================
RCS file: /var/cvs/ports/databases/pear-MDB2/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PLIST
--- pkg/PLIST	26 Oct 2008 18:59:03 -0000	1.1.1.1
+++ pkg/PLIST	28 Sep 2018 14:15:51 -0000
@@ -37,36 +37,25 @@ pear/lib/MDB2/Iterator.php
 pear/lib/MDB2/LOB.php
 pear/tests/MDB2/
 pear/tests/MDB2/tests/
-pear/tests/MDB2/tests/Console_TestListener.php
-pear/tests/MDB2/tests/HTML_TestListener.php
-pear/tests/MDB2/tests/MDB2_Connect_Test.php
-pear/tests/MDB2/tests/MDB2_api_testcase.php
-pear/tests/MDB2/tests/MDB2_bugs_testcase.php
-pear/tests/MDB2/tests/MDB2_datatype_testcase.php
-pear/tests/MDB2/tests/MDB2_extended_testcase.php
-pear/tests/MDB2/tests/MDB2_function_testcase.php
-pear/tests/MDB2/tests/MDB2_internals_testcase.php
-pear/tests/MDB2/tests/MDB2_manager_testcase.php
-pear/tests/MDB2/tests/MDB2_native_testcase.php
-pear/tests/MDB2/tests/MDB2_nonstandard.php
-pear/tests/MDB2/tests/MDB2_nonstandard_ibase.php
-pear/tests/MDB2/tests/MDB2_nonstandard_mssql.php
-pear/tests/MDB2/tests/MDB2_nonstandard_mysql.php
-pear/tests/MDB2/tests/MDB2_nonstandard_mysqli.php
-pear/tests/MDB2/tests/MDB2_nonstandard_oci8.php
-pear/tests/MDB2/tests/MDB2_nonstandard_pgsql.php
-pear/tests/MDB2/tests/MDB2_nonstandard_sqlite.php
-pear/tests/MDB2/tests/MDB2_reverse_testcase.php
-pear/tests/MDB2/tests/MDB2_testcase.php
-pear/tests/MDB2/tests/MDB2_usage_testcase.php
+pear/tests/MDB2/tests/AllTests.php
+pear/tests/MDB2/tests/Debug.php
+pear/tests/MDB2/tests/Nonstandard/
+pear/tests/MDB2/tests/Nonstandard/Base.php
+pear/tests/MDB2/tests/Nonstandard/SqlservHelper.php
 pear/tests/MDB2/tests/README
-pear/tests/MDB2/tests/basic.phpt
-pear/tests/MDB2/tests/clitest.php
-pear/tests/MDB2/tests/config.php
-pear/tests/MDB2/tests/driver_test.schema.xml
+pear/tests/MDB2/tests/Standard/
+pear/tests/MDB2/tests/Standard/Abstract.php
+pear/tests/MDB2/tests/Standard/ApiTest.php
+pear/tests/MDB2/tests/Standard/BugsTest.php
+pear/tests/MDB2/tests/Standard/DatatypeTest.php
+pear/tests/MDB2/tests/Standard/ExtendedTest.php
+pear/tests/MDB2/tests/Standard/FunctionTest.php
+pear/tests/MDB2/tests/Standard/InternalsTest.php
+pear/tests/MDB2/tests/Standard/ManagerTest.php
+pear/tests/MDB2/tests/Standard/ReverseTest.php
+pear/tests/MDB2/tests/Standard/UsageTest.php
+pear/tests/MDB2/tests/autoload.inc
+pear/tests/MDB2/tests/dsn.inc
+pear/tests/MDB2/tests/functions.inc
 pear/tests/MDB2/tests/import.schema.php
-pear/tests/MDB2/tests/test.php
-pear/tests/MDB2/tests/testUtils.php
-pear/tests/MDB2/tests/test_setup.php.dist
-pear/tests/MDB2/tests/testchoose.php
-pear/tests/MDB2/tests/tests.css
+pear/tests/MDB2/tests/schema.xml
Index: Makefile
===================================================================
RCS file: /var/cvs/ports/databases/pear-MDB2-mysqli/Makefile,v
retrieving revision 1.14
diff -u -p -r1.14 Makefile
--- Makefile	22 May 2018 08:18:08 -0000	1.14
+++ Makefile	21 Sep 2018 13:44:31 -0000
@@ -2,15 +2,13 @@
 
 COMMENT =	MySQLi database abstraction layer for PHP
 
-V =		1.4.1
+V =		1.5.0b4
 DISTNAME =	MDB2_Driver_mysqli-${V}
 PKGNAME =	pear-MDB2-mysqli-${V}
 CATEGORIES =	net databases
 
 MAINTAINER =	Giovanni Bechis <giova...@openbsd.org>
 MODULES =	lang/php www/pear
-
-REVISION =	7
 
 # PHP License
 PERMIT_PACKAGE_CDROM =	Yes
Index: distinfo
===================================================================
RCS file: /var/cvs/ports/databases/pear-MDB2-mysqli/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo	18 Jan 2015 03:13:04 -0000	1.2
+++ distinfo	21 Sep 2018 13:44:40 -0000
@@ -1,2 +1,2 @@
-SHA256 (MDB2_Driver_mysqli-1.4.1.tgz) = Sh6n929bYiiLn4EpOWxWDghOCg6dlIabVOFrXScU93g=
-SIZE (MDB2_Driver_mysqli-1.4.1.tgz) = 38064
+SHA256 (MDB2_Driver_mysqli-1.5.0b4.tgz) = toVcNVAfc2H8exVV83BKVjFCHh44LjVa2dEQ2q1PIAo=
+SIZE (MDB2_Driver_mysqli-1.5.0b4.tgz) = 49986
Index: pkg/PLIST
===================================================================
RCS file: /var/cvs/ports/databases/pear-MDB2-mysqli/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PLIST
--- pkg/PLIST	22 Jun 2009 15:45:40 -0000	1.1.1.1
+++ pkg/PLIST	28 Sep 2018 14:16:12 -0000
@@ -11,4 +11,5 @@ pear/lib/MDB2/Driver/Reverse/mysqli.php
 pear/lib/MDB2/Driver/mysqli.php
 pear/tests/MDB2_Driver_mysqli/
 pear/tests/MDB2_Driver_mysqli/tests/
-pear/tests/MDB2_Driver_mysqli/tests/MDB2_nonstandard_mysqli.php
+pear/tests/MDB2_Driver_mysqli/tests/Nonstandard/
+pear/tests/MDB2_Driver_mysqli/tests/Nonstandard/MysqliHelper.php

Reply via email to