pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/contao35 www/contao35: dose not support PHP 7.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8039dfdbda0d
branches:  trunk
changeset: 419284:8039dfdbda0d
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Dec 15 18:22:10 2019 +0000

description:
www/contao35: dose not support PHP 7.4

Contao 3.5 dose not support PHP 7.4.

diffstat:

 www/contao35/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 4f9a16aceb32 -r 8039dfdbda0d www/contao35/Makefile
--- a/www/contao35/Makefile     Sun Dec 15 18:20:57 2019 +0000
+++ b/www/contao35/Makefile     Sun Dec 15 18:22:10 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2019/11/04 22:09:52 rillig Exp $
+# $NetBSD: Makefile,v 1.46 2019/12/15 18:22:10 taca Exp $
 #
 
 DISTNAME=      contao-${CT_PKGVER}
@@ -20,6 +20,8 @@
 DEPENDS+=      ${PHP_PKG_PREFIX}-curl>=5.4.0:../../www/php-curl
 DEPENDS+=      ${PHP_PKG_PREFIX}-zlib>=5.4.0:../../archivers/php-zlib
 
+PHP_VERSIONS_ACCEPTED= 56 71 72 73
+
 CT_VERSION=    3.5.40
 USE_TOOLS=     bash:run pax
 NO_BUILD=      yes



Home | Main Index | Thread Index | Old Index