pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/php-xapian



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Dec 11 14:23:17 UTC 2022

Modified Files:
        pkgsrc/textproc/php-xapian: Makefile

Log Message:
textproc/php-xapian: this package is not compatible with php82

Currently, this package supports php56 and php74.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/php-xapian/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/php-xapian/Makefile
diff -u pkgsrc/textproc/php-xapian/Makefile:1.4 pkgsrc/textproc/php-xapian/Makefile:1.5
--- pkgsrc/textproc/php-xapian/Makefile:1.4     Sat Sep 24 19:09:19 2022
+++ pkgsrc/textproc/php-xapian/Makefile Sun Dec 11 14:23:17 2022
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.4 2022/09/24 19:09:19 schmonz Exp $
+# $NetBSD: Makefile,v 1.5 2022/12/11 14:23:17 taca Exp $
 
 PKGNAME=               ${PHP_PKG_PREFIX}-${PKGNAME_MODULE}
 COMMENT=               PHP bindings for Xapian search engine
 HOMEPAGE=              https://xapian.org/docs/bindings/php/
 
 # https://trac.xapian.org/ticket/817
-PHP_VERSIONS_INCOMPATIBLE=     80 81
+PHP_VERSIONS_INCOMPATIBLE=     80 81 82
 
 .include "../../lang/php/phpversion.mk"
 



Home | Main Index | Thread Index | Old Index