pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/php-concrete5 www/php-concrete5: restrict PHP version
details: https://anonhg.NetBSD.org/pkgsrc/rev/04adc0a8bb31
branches: trunk
changeset: 388864:04adc0a8bb31
user: taca <taca%pkgsrc.org@localhost>
date: Sun Dec 16 02:59:43 2018 +0000
description:
www/php-concrete5: restrict PHP version
Concrete5 version 7 (5.7.5.13) dose not support PHP 7.2 and later.
diffstat:
www/php-concrete5/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r d81de2faeb65 -r 04adc0a8bb31 www/php-concrete5/Makefile
--- a/www/php-concrete5/Makefile Sun Dec 16 02:46:38 2018 +0000
+++ b/www/php-concrete5/Makefile Sun Dec 16 02:59:43 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2017/05/28 11:45:42 taca Exp $
+# $NetBSD: Makefile,v 1.18 2018/12/16 02:59:43 taca Exp $
#
DISTNAME= concrete5.7.5.13
@@ -30,6 +30,8 @@
C5DIR= share/concrete5
INSTALLATION_DIRS= ${C5DIR}
+PHP_VERSIONS_ACCEPTED= 56 70 71
+
.include "../../lang/php/phpversion.mk"
.if ${PKG_PHP_VERSION} == "56" || ${PKG_PHP_VERSION} == "70"
Home |
Main Index |
Thread Index |
Old Index