pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/php-pspell



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Mar  2 09:31:11 UTC 2025

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

Log Message:
textproc/php-pspell: pspell wad dropped on PHP 8.4

Restrict to PHP 8.3 and before.  Noted by wiz@.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/textproc/php-pspell/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-pspell/Makefile
diff -u pkgsrc/textproc/php-pspell/Makefile:1.15 pkgsrc/textproc/php-pspell/Makefile:1.16
--- pkgsrc/textproc/php-pspell/Makefile:1.15    Sat Feb  8 03:20:14 2025
+++ pkgsrc/textproc/php-pspell/Makefile Sun Mar  2 09:31:10 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2025/02/08 03:20:14 taca Exp $
+# $NetBSD: Makefile,v 1.16 2025/03/02 09:31:10 taca Exp $
 
 MODNAME=               pspell
 PKGREVISION=           1
@@ -9,6 +9,8 @@ CONFLICTS=      php-pspell-[0-9]*
 
 CONFIGURE_ARGS+=       --with-${MODNAME}=shared,${BUILDLINK_PREFIX.aspell}
 
+PHP_VERSIONS_ACCEPTED= 56 74 81 82 83
+
 .include "../../lang/php/ext.mk"
 .include "../../textproc/aspell/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index