Received: by mail.netbsd.org (Postfix, from userid 605) id C04DB84FF8; Sun, 1 May 2022 23:35:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0572984FF7 for ; Sun, 1 May 2022 23:35:36 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id GyaQwC9w0eBV for ; Sun, 1 May 2022 23:35:35 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 5496A84D15 for ; Sun, 1 May 2022 23:35:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4C1EFFB1A; Sun, 1 May 2022 23:35:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1651448135235440" MIME-Version: 1.0 Date: Sun, 1 May 2022 23:35:35 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/www/drupal9 To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220501233535.4C1EFFB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1651448135235440 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun May 1 23:35:35 UTC 2022 Modified Files: pkgsrc/www/drupal9: Makefile Log Message: drupal9: use php/json.mk To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/drupal9/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1651448135235440 Content-Disposition: inline Content-Length: 924 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/drupal9/Makefile diff -u pkgsrc/www/drupal9/Makefile:1.1 pkgsrc/www/drupal9/Makefile:1.2 --- pkgsrc/www/drupal9/Makefile:1.1 Sat Apr 30 09:56:55 2022 +++ pkgsrc/www/drupal9/Makefile Sun May 1 23:35:35 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2022/04/30 09:56:55 wen Exp $ +# $NetBSD: Makefile,v 1.2 2022/05/01 23:35:35 wiz Exp $ DISTNAME= drupal-9.3.12 PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME} @@ -11,7 +11,6 @@ COMMENT= Open source content management LICENSE= gnu-gpl-v2 DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.4.0:../../graphics/php-gd -DEPENDS+= ${PHP_PKG_PREFIX}-json>=5.4.0:../../textproc/php-json DEPENDS+= ${PHP_PKG_PREFIX}-opcache>=5.4.0:../../devel/php-opcache DEPENDS+= ${PHP_PKG_PREFIX}-pdo>=5.4.0:../../databases/php-pdo @@ -79,4 +78,5 @@ do-install: .include "../../lang/php/phpversion.mk" +.include "../../lang/php/json.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1651448135235440--