Received: by mail.netbsd.org (Postfix, from userid 605) id 9B62B84D74; Sun, 22 May 2022 14:14:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D512684D67 for ; Sun, 22 May 2022 14:14:52 +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 l31QSpU7m_a0 for ; Sun, 22 May 2022 14:14:52 +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 6763B84CBC for ; Sun, 22 May 2022 14:14:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D5158FAEB; Sun, 22 May 2022 14:15:36 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1653228936145790" MIME-Version: 1.0 Date: Sun, 22 May 2022 14:15:36 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/net/php-xmlrpc To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20220522141536.D5158FAEB@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1653228936145790 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:15:36 UTC 2022 Modified Files: pkgsrc/net/php-xmlrpc: Makefile Log Message: net/php-xmlrpc: is not supported PHP 8 and later php80 and php81 droped xmlrpc extension. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 pkgsrc/net/php-xmlrpc/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1653228936145790 Content-Disposition: inline Content-Length: 611 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/php-xmlrpc/Makefile diff -u pkgsrc/net/php-xmlrpc/Makefile:1.26 pkgsrc/net/php-xmlrpc/Makefile:1.27 --- pkgsrc/net/php-xmlrpc/Makefile:1.26 Mon Apr 18 19:11:53 2022 +++ pkgsrc/net/php-xmlrpc/Makefile Sun May 22 14:15:36 2022 @@ -1,10 +1,12 @@ -# $NetBSD: Makefile,v 1.26 2022/04/18 19:11:53 adam Exp $ +# $NetBSD: Makefile,v 1.27 2022/05/22 14:15:36 taca Exp $ MODNAME= xmlrpc CATEGORIES+= net COMMENT= PHP extension for XML-RPC support PKGREVISION= 5 +PHP_VERSIONS_ACCEPTED= 56 74 + CONFLICTS= php-xmlrpc-[0-9]* HOMEPAGE= http://xmlrpc-epi.sourceforge.net/ --_----------=_1653228936145790--