pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/php-xmlrpc net/php-xmlrpc: is not supported PHP 8 ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ef6eebf0663f
branches:  trunk
changeset: 379723:ef6eebf0663f
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun May 22 14:15:36 2022 +0000

description:
net/php-xmlrpc: is not supported PHP 8 and later

php80 and php81 droped xmlrpc extension.

diffstat:

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

diffs (17 lines):

diff -r 30c55b117bb8 -r ef6eebf0663f net/php-xmlrpc/Makefile
--- a/net/php-xmlrpc/Makefile   Sun May 22 14:11:05 2022 +0000
+++ b/net/php-xmlrpc/Makefile   Sun May 22 14:15:36 2022 +0000
@@ -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/



Home | Main Index | Thread Index | Old Index