pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/php-xmlrpc



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.

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/



Home | Main Index | Thread Index | Old Index