pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/unit-php www/unit-php: Do not accept php 7.2 as it...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f5e02ca2c68c
branches:  trunk
changeset: 447080:f5e02ca2c68c
user:      otis <otis%pkgsrc.org@localhost>
date:      Mon Feb 15 17:18:14 2021 +0000

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

diffstat:

 www/unit-php/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1a6033f648d7 -r f5e02ca2c68c www/unit-php/Makefile
--- a/www/unit-php/Makefile     Mon Feb 15 17:12:32 2021 +0000
+++ b/www/unit-php/Makefile     Mon Feb 15 17:18:14 2021 +0000
@@ -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 @@
 
 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