pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/php-concrete5
Module Name: pkgsrc
Committed By: taca
Date: Sun Dec 16 02:59:43 UTC 2018
Modified Files:
pkgsrc/www/php-concrete5: Makefile
Log Message:
www/php-concrete5: restrict PHP version
Concrete5 version 7 (5.7.5.13) dose not support PHP 7.2 and later.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/php-concrete5/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-concrete5/Makefile
diff -u pkgsrc/www/php-concrete5/Makefile:1.17 pkgsrc/www/php-concrete5/Makefile:1.18
--- pkgsrc/www/php-concrete5/Makefile:1.17 Sun May 28 11:45:42 2017
+++ pkgsrc/www/php-concrete5/Makefile Sun Dec 16 02:59:43 2018
@@ -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 @@ BUILD_DEFS+= APACHE_GROUP APACHE_USER
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