pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/php-baikal



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Nov  3 22:28:30 UTC 2019

Modified Files:
        pkgsrc/net/php-baikal: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/net/php-baikal/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/php-baikal/Makefile
diff -u pkgsrc/net/php-baikal/Makefile:1.11 pkgsrc/net/php-baikal/Makefile:1.12
--- pkgsrc/net/php-baikal/Makefile:1.11 Sun Nov  3 18:50:18 2019
+++ pkgsrc/net/php-baikal/Makefile      Sun Nov  3 22:28:30 2019
@@ -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 @@ LICENSE=      gnu-gpl-v3
 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