pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/unit-php



Module Name:    pkgsrc
Committed By:   osa
Date:           Wed Mar  9 14:08:25 UTC 2022

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

Log Message:
www/unit-php: update list of supported PHP versions


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/unit-php/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/unit-php/Makefile
diff -u pkgsrc/www/unit-php/Makefile:1.8 pkgsrc/www/unit-php/Makefile:1.9
--- pkgsrc/www/unit-php/Makefile:1.8    Wed Feb 23 04:24:37 2022
+++ pkgsrc/www/unit-php/Makefile        Wed Mar  9 14:08:25 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2022/02/23 04:24:37 osa Exp $
+# $NetBSD: Makefile,v 1.9 2022/03/09 14:08:25 osa Exp $
 
 PKGNAME=       unit-${LANG}${PHP_VERSION:R:S|.||g}-${UNIT_VERSION}
 COMMENT=       PHP module for NGINX Unit
@@ -8,7 +8,7 @@ MODNAME=        ${LANG}${PHP_VERSION}
 
 MAINTAINER=    osa%NetBSD.org@localhost
 
-PHP_VERSIONS_ACCEPTED?=        56 74
+PHP_VERSIONS_ACCEPTED?=        56 74 80 81
 
 .include "../../lang/php/phpversion.mk"
 



Home | Main Index | Thread Index | Old Index