pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/php-concrete-cms



Module Name:    pkgsrc
Committed By:   taca
Date:           Wed Jan 29 15:17:43 UTC 2025

Modified Files:
        pkgsrc/www/php-concrete-cms: Makefile

Log Message:
www/php-concrete-cms: allow PHP 8.3

Concrete Version 9 supports PHP 8.3: <https://documentation.concretecms.org/9-x/developers/introduction/system-requirements>.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/php-concrete-cms/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-concrete-cms/Makefile
diff -u pkgsrc/www/php-concrete-cms/Makefile:1.7 pkgsrc/www/php-concrete-cms/Makefile:1.8
--- pkgsrc/www/php-concrete-cms/Makefile:1.7    Sun Jan 19 14:10:02 2025
+++ pkgsrc/www/php-concrete-cms/Makefile        Wed Jan 29 15:17:43 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2025/01/19 14:10:02 taca Exp $
+# $NetBSD: Makefile,v 1.8 2025/01/29 15:17:43 taca Exp $
 #
 
 DISTNAME=      concrete-cms-${GITHUB_RELEASE}
@@ -24,7 +24,7 @@ DEPENDS+=     ${PHP_PKG_PREFIX}-pecl-mcrypt>
 
 SUPERSEDES+=   ${PHP_PKG_PREFIX}-concrete5-[0-9]*
 
-PHP_VERSIONS_ACCEPTED= 81 82
+PHP_VERSIONS_ACCEPTED= 81 82 83
 
 # Avoid unzip's warning
 EXTRACT_OPTS_ZIP=      -qo



Home | Main Index | Thread Index | Old Index