Received: by mail.netbsd.org (Postfix, from userid 605) id 7F95F84D8C; Sun, 3 Nov 2019 22:28:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0688484D62 for ; Sun, 3 Nov 2019 22:28:31 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id jhGasZz7vt1j for ; Sun, 3 Nov 2019 22:28:30 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 5985084C6C for ; Sun, 3 Nov 2019 22:28:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4808FFA93; Sun, 3 Nov 2019 22:28:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_157282011026540" MIME-Version: 1.0 Date: Sun, 3 Nov 2019 22:28:30 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/net/php-baikal To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20191103222830.4808FFA93@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_157282011026540 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_157282011026540 Content-Disposition: inline Content-Length: 743 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_157282011026540--