Received: by mail.netbsd.org (Postfix, from userid 605) id 48B0184D6F; Sun, 22 May 2022 14:38:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7F5EB84D67 for ; Sun, 22 May 2022 14:38:00 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id IV3s-DsKmFQ1 for ; Sun, 22 May 2022 14:38:00 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D556084CBC for ; Sun, 22 May 2022 14:37:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 57CD5FAEB; Sun, 22 May 2022 14:38:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1653230324176000" MIME-Version: 1.0 Date: Sun, 22 May 2022 14:38:44 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/net/php-yaz To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20220522143844.57CD5FAEB@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1653230324176000 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun May 22 14:38:44 UTC 2022 Modified Files: pkgsrc/net/php-yaz: Makefile Log Message: net/php-yaz: dose not support PHP 8 and later This package dose not support php80 and php81. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 pkgsrc/net/php-yaz/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1653230324176000 Content-Disposition: inline Content-Length: 650 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/php-yaz/Makefile diff -u pkgsrc/net/php-yaz/Makefile:1.50 pkgsrc/net/php-yaz/Makefile:1.51 --- pkgsrc/net/php-yaz/Makefile:1.50 Mon Apr 18 19:11:53 2022 +++ pkgsrc/net/php-yaz/Makefile Sun May 22 14:38:44 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2022/04/18 19:11:53 adam Exp $ +# $NetBSD: Makefile,v 1.51 2022/05/22 14:38:44 taca Exp $ MODNAME= yaz PECL_VERSION= 1.2.3 @@ -10,6 +10,8 @@ COMMENT= PHP extension for YAZ PKGREVISION= 3 LICENSE= modified-bsd +PHP_VERSIONS_ACCEPTED= 56 74 + CONFIGURE_ARGS+= --with-${PKGMODNAME}=shared,${BUILDLINK_PREFIX.yaz} .include "../../lang/php/ext.mk" --_----------=_1653230324176000--