pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/php-baikal php-baikal: mark as incompatible to php...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b1ef966539fa
branches:  trunk
changeset: 417082:b1ef966539fa
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Nov 03 22:28:30 2019 +0000

description:
php-baikal: mark as incompatible to php-5.x (per release notes of last update)

diffstat:

 net/php-baikal/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 12974ca7cb7f -r b1ef966539fa net/php-baikal/Makefile
--- a/net/php-baikal/Makefile   Sun Nov 03 22:25:54 2019 +0000
+++ b/net/php-baikal/Makefile   Sun Nov 03 22:28:30 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2019/11/03 18:50:18 triaxx Exp $
+# $NetBSD: Makefile,v 1.12 2019/11/03 22:28:30 wiz Exp $
 
 DISTNAME=      baikal-0.6.0
 PKGNAME=       ${PHP_PKG_PREFIX}-${DISTNAME}
@@ -16,6 +16,8 @@
 DEPENDS+=      ${PHP_PKG_PREFIX}-pdo>=5.3.1:../../databases/php-pdo
 DEPENDS+=      ${PHP_PKG_PREFIX}-pdo_sqlite>=5.3.1:../../databases/php-pdo_sqlite
 
+PHP_VERSIONS_INCOMPATIBLE=     56 # as of 0.6.0
+
 WRKSRC=                ${WRKDIR}/baikal
 
 USE_LANGUAGES= # none



Home | Main Index | Thread Index | Old Index