pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/contao35



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Dec 15 18:22:10 UTC 2019

Modified Files:
        pkgsrc/www/contao35: Makefile

Log Message:
www/contao35: dose not support PHP 7.4

Contao 3.5 dose not support PHP 7.4.


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/www/contao35/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/contao35/Makefile
diff -u pkgsrc/www/contao35/Makefile:1.45 pkgsrc/www/contao35/Makefile:1.46
--- pkgsrc/www/contao35/Makefile:1.45   Mon Nov  4 22:09:52 2019
+++ pkgsrc/www/contao35/Makefile        Sun Dec 15 18:22:10 2019
@@ -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}-soap>=5.4.0:
 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