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:   schmonz
Date:           Sat Sep 24 19:09:19 UTC 2022

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

Log Message:
Point to the upstream bug with notes about PHP 8 compatibility.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 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.3 pkgsrc/textproc/php-xapian/Makefile:1.4
--- pkgsrc/textproc/php-xapian/Makefile:1.3     Sun Dec 19 10:09:29 2021
+++ pkgsrc/textproc/php-xapian/Makefile Sat Sep 24 19:09:19 2022
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.3 2021/12/19 10:09:29 schmonz Exp $
+# $NetBSD: Makefile,v 1.4 2022/09/24 19:09:19 schmonz 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
 
 .include "../../lang/php/phpversion.mk"



Home | Main Index | Thread Index | Old Index