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:           Mon Feb 23 15:51:32 UTC 2026

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

Log Message:
www/php-concrete-cms: allow php84

Concrete CMS 9.4 already supports PHP 8.4.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 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.17 pkgsrc/www/php-concrete-cms/Makefile:1.18
--- pkgsrc/www/php-concrete-cms/Makefile:1.17   Thu Jan  8 14:17:49 2026
+++ pkgsrc/www/php-concrete-cms/Makefile        Mon Feb 23 15:51:32 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2026/01/08 14:17:49 taca Exp $
+# $NetBSD: Makefile,v 1.18 2026/02/23 15:51:32 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= 82 83
+PHP_VERSIONS_ACCEPTED= 82 83 84
 
 # Avoid unzip's warning
 EXTRACT_OPTS_ZIP=      -qo



Home | Main Index | Thread Index | Old Index