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:   otis
Date:           Mon Feb 15 17:18:14 UTC 2021

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

Log Message:
www/unit-php: Do not accept php 7.2 as it has been removed from pkgsrc.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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.2 pkgsrc/www/unit-php/Makefile:1.3
--- pkgsrc/www/unit-php/Makefile:1.2    Sun Feb 14 13:43:40 2021
+++ pkgsrc/www/unit-php/Makefile        Mon Feb 15 17:18:14 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/02/14 13:43:40 otis Exp $
+# $NetBSD: Makefile,v 1.3 2021/02/15 17:18:14 otis 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%FreeBSD.org@localhost
 
-PHP_VERSIONS_ACCEPTED?=        56 72 73 74
+PHP_VERSIONS_ACCEPTED?=        56 73 74
 
 .include "../../lang/php/phpversion.mk"
 



Home | Main Index | Thread Index | Old Index