pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/php-propro2



Module Name:    pkgsrc
Committed By:   taca
Date:           Tue May 24 15:06:49 UTC 2022

Modified Files:
        pkgsrc/www/php-propro2: Makefile

Log Message:
www/php-propro2: dose not support PHP 8 and later

* This pacakge dose not support PHP 8 and later.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/php-propro2/Makefile

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

Modified files:

Index: pkgsrc/www/php-propro2/Makefile
diff -u pkgsrc/www/php-propro2/Makefile:1.6 pkgsrc/www/php-propro2/Makefile:1.7
--- pkgsrc/www/php-propro2/Makefile:1.6 Sun Jan  3 06:48:05 2021
+++ pkgsrc/www/php-propro2/Makefile     Tue May 24 15:06:49 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2021/01/03 06:48:05 taca Exp $
+# $NetBSD: Makefile,v 1.7 2022/05/24 15:06:49 taca Exp $
 
 MODNAME=       propro
 PECL_VERSION=  2.1.0
@@ -11,7 +11,7 @@ LICENSE=      2-clause-bsd
 
 BUILD_DEPENDS+=        re2c>=0.13.0.4:../../devel/re2c
 
-PHP_VERSIONS_INCOMPATIBLE=     56
+PHP_VERSIONS_ACCEPTED= 74
 
 USE_LANGUAGES= c c++
 USE_LIBTOOL=   yes



Home | Main Index | Thread Index | Old Index