CVS commit: pkgsrc/www/drupal11

"Takahiro Kambe" <[email protected]> Sat, 1 Aug 2026 16:05:44 +0000
Newsgroups gmane.os.netbsd.devel.pkgsrc.cvs
Message-ID <[email protected]>
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.
(unnamed) (text/x-diff, 917 B)
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"