pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/drupal11



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Aug  1 16:05:44 UTC 2026

Modified Files:
        pkgsrc/www/drupal11: Makefile

Log Message:
www/drupal11: allow PHP 8.5

No functional change.

* mediawiki 1.46 supports from PHP 8.3 to 8.5:
  <https://www.drupal.org/docs/getting-started/system-requirements/php-requirements>.

* php/json.mk is required when a package supports prior to PHP 8.0 and
  require php-json pacakge.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/drupal11/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/drupal11/Makefile
diff -u pkgsrc/www/drupal11/Makefile:1.9 pkgsrc/www/drupal11/Makefile:1.10
--- pkgsrc/www/drupal11/Makefile:1.9    Fri Jul 31 10:46:30 2026
+++ pkgsrc/www/drupal11/Makefile        Sat Aug  1 16:05:44 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2026/07/31 10:46:30 wen Exp $
+# $NetBSD: Makefile,v 1.10 2026/08/01 16:05:44 taca Exp $
 
 DISTNAME=      drupal-11.4.4
 PKGNAME=       ${PHP_PKG_PREFIX}-${DISTNAME}
@@ -16,7 +16,7 @@ DEPENDS+=     ${PHP_PKG_PREFIX}-pdo>=${PHP_B
 DEPENDS+=      ${PHP_PKG_PREFIX}-mbstring>=${PHP_BASE_VERS}:../../converters/php-mbstring
 DEPENDS+=      ${PHP_PKG_PREFIX}-zlib>=${PHP_BASE_VERS}:../../archivers/php-zlib
 
-PHP_VERSIONS_ACCEPTED= 83 84
+PHP_VERSIONS_ACCEPTED= 83 84 85
 
 NO_BUILD=      YES
 DRUPAL=                share/drupal
@@ -84,5 +84,4 @@ do-install:
 
 
 .include "../../lang/php/phpversion.mk"
-.include "../../lang/php/json.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index