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:           Tue Jan  5 12:51:08 UTC 2021

Modified Files:
        pkgsrc/www/contao35: Makefile

Log Message:
www/contao35: allow build on php74

Contao 35 should be work on PHP 7.4.


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 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.49 pkgsrc/www/contao35/Makefile:1.50
--- pkgsrc/www/contao35/Makefile:1.49   Sun Jan  3 15:26:12 2021
+++ pkgsrc/www/contao35/Makefile        Tue Jan  5 12:51:08 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2021/01/03 15:26:12 taca Exp $
+# $NetBSD: Makefile,v 1.50 2021/01/05 12:51:08 taca Exp $
 #
 
 DISTNAME=      contao-${CT_PKGVER}
@@ -21,7 +21,7 @@ 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 73
+PHP_VERSIONS_ACCEPTED= 56 73 74
 
 CT_VERSION=    3.5.40
 USE_TOOLS=     bash:run pax



Home | Main Index | Thread Index | Old Index